.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f6fafe;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((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: #274c77 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ff3b38 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #274c77 !important;
  border-color: #274c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #34659d !important;
  border-color: #34659d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34659d !important;
  border-color: #34659d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6096ba !important;
  border-color: #6096ba !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #84adc9 !important;
  border-color: #84adc9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #84adc9 !important;
  border-color: #84adc9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3b38 !important;
  border-color: #ff3b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6d6b !important;
  border-color: #ff6d6b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6d6b !important;
  border-color: #ff6d6b !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: #274c77;
  color: #274c77;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #122236 !important;
  background-color: transparent !important;
  border-color: #122236 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #274c77 !important;
  border-color: #274c77 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6096ba;
  color: #6096ba;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b6988 !important;
  background-color: transparent !important;
  border-color: #3b6988 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6096ba !important;
  border-color: #6096ba !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3b38;
  color: #ff3b38;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e00300 !important;
  background-color: transparent !important;
  border-color: #e00300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3b38 !important;
  border-color: #ff3b38 !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: #274c77 !important;
}
.text-secondary {
  color: #6096ba !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ff3b38 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e1b2a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #36617e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d10300 !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: #274c77;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ff3b38;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #274c77;
  border-color: #274c77;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #274c77;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #568ac8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #274c77 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #274c77;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #274c77;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #274c77;
}
.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: #274c77;
  border-bottom-color: #274c77;
}
.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: #274c77 !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: #6096ba !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='%23274c77' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #274c77 !important;
}
img {
  border-radius: 16px !important;
}
.cid-veZ2QePTk6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veZ2QePTk6 .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-veZ2QePTk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-veZ2QePTk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veZ2QePTk6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veZ2QePTk6 .menu_box .navbar.opened,
  .cid-veZ2QePTk6 .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-veZ2QePTk6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veZ2QePTk6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veZ2QePTk6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veZ2QePTk6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veZ2QePTk6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-veZ2QePTk6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veZ2QePTk6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veZ2QePTk6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veZ2QePTk6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veZ2QePTk6 .offcanvas-body .mbr-text,
  .cid-veZ2QePTk6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veZ2QePTk6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veZ2QePTk6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veZ2QePTk6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veZ2QePTk6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veZ2QePTk6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veZ2QePTk6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veZ2QePTk6 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;
  }
  .cid-veZ2QePTk6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-veZ2QePTk6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-veZ2QePTk6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-veZ2QePTk6 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .nav-item {
    margin: 0 !important;
  }
}
.cid-veZ2QePTk6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-veZ2QePTk6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-veZ2QePTk6 .nav-item .nav-link:hover,
.cid-veZ2QePTk6 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-veZ2QePTk6 .nav-item .nav-link:hover::before,
.cid-veZ2QePTk6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veZ2QePTk6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veZ2QePTk6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veZ2QePTk6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veZ2QePTk6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veZ2QePTk6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veZ2QePTk6 .offcanvas_box {
    display: none;
  }
}
.cid-veZ2QePTk6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veZ2QePTk6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veZ2QePTk6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veZ2QePTk6 .container {
  display: flex;
  margin: auto;
}
.cid-veZ2QePTk6 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veZ2QePTk6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veZ2QePTk6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-veZ2QePTk6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veZ2QePTk6 .navbar-nav {
    margin: 0;
  }
}
.cid-veZ2QePTk6 .dropdown-menu,
.cid-veZ2QePTk6 .navbar.opened {
  background-color: false !important;
}
.cid-veZ2QePTk6 .nav-item:focus,
.cid-veZ2QePTk6 .nav-link:focus {
  outline: none;
}
.cid-veZ2QePTk6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veZ2QePTk6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veZ2QePTk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veZ2QePTk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veZ2QePTk6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veZ2QePTk6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veZ2QePTk6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veZ2QePTk6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veZ2QePTk6 .navbar.opened {
  transition: all 0.3s;
}
.cid-veZ2QePTk6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veZ2QePTk6 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-veZ2QePTk6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-veZ2QePTk6 .navbar.collapsed {
  justify-content: center;
}
.cid-veZ2QePTk6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veZ2QePTk6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veZ2QePTk6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veZ2QePTk6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veZ2QePTk6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veZ2QePTk6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veZ2QePTk6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veZ2QePTk6 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-veZ2QePTk6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veZ2QePTk6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veZ2QePTk6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veZ2QePTk6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veZ2QePTk6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veZ2QePTk6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veZ2QePTk6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veZ2QePTk6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veZ2QePTk6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veZ2QePTk6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veZ2QePTk6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veZ2QePTk6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veZ2QePTk6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veZ2QePTk6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veZ2QePTk6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veZ2QePTk6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veZ2QePTk6 .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;
}
.cid-veZ2QePTk6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veZ2QePTk6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veZ2QePTk6 .dropdown-item.active,
.cid-veZ2QePTk6 .dropdown-item:active {
  background-color: transparent;
}
.cid-veZ2QePTk6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-veZ2QePTk6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veZ2QePTk6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veZ2QePTk6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veZ2QePTk6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veZ2QePTk6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veZ2QePTk6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-veZ2QePTk6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veZ2QePTk6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veZ2QePTk6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veZ2QePTk6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veZ2QePTk6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veZ2QePTk6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veZ2QePTk6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veZ2QePTk6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veZ2QePTk6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veZ2QePTk6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veZ2QePTk6 .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) {
  .cid-veZ2QePTk6 .navbar {
    height: 70px;
  }
  .cid-veZ2QePTk6 .navbar.opened {
    height: auto;
  }
  .cid-veZ2QePTk6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veZ2QePTk6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-veZ2QePTk6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-veZ2QePTk6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veZ2QePTk6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veZ2QePTk6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-veZ2QePTk6 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-veZ2QePTk6 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-veZ2QePTk6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veZ2QePTk6 .text_widget {
  margin-bottom: 32px;
}
.cid-veZ2QePTk6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veZ2QePTk6 .text_widget a:hover,
.cid-veZ2QePTk6 .text_widget a:focus {
  opacity: 0.8;
}
.cid-veZ2QePTk6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veZ2QePTk6 .navbar-caption {
  color: #000000;
}
.cid-veZ2QePTk6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veZ2QePTk6 .mbr-section-subtitle,
.cid-veZ2QePTk6 .text_widget,
.cid-veZ2QePTk6 .mbr-section-btn {
  text-align: center;
}
.cid-veZ2QePTk6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veZ2QePTk6 .nav-link,
.cid-veZ2QePTk6 .dropdown-item {
  color: #000000;
}
.cid-vfleUHepPS {
  background-image: url("../../../assets/images/geometria-kol-wroclaw-1-900x601.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vfleUHepPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfleUHepPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfleUHepPS .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vfleUHepPS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vfleUHepPS .card {
  justify-content: flex-end;
}
.cid-vfleUHepPS .title-wrapper {
  margin-bottom: 20px;
}
.cid-vfleUHepPS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfleUHepPS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfleUHepPS .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfleUHepPS .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vfleUHepPS .mbr-section-title {
  color: #ffffff;
}
.cid-vfleUHepPS .mbr-section-subtitle {
  color: #a3cef1;
  text-align: center;
}
.cid-vfleUHepPS .mbr-text {
  color: #ffffff;
}
.cid-vfleUHepPS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfleUHepPS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vfleUHepPS .mbr-text,
.cid-vfleUHepPS .text-wrapper {
  text-align: center;
}
.cid-vfleUHepPS .mbr-section-title,
.cid-vfleUHepPS .mbr-section-btn {
  text-align: center;
}
.cid-uzj76pBz2F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3cef1;
}
.cid-uzj76pBz2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj76pBz2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .container {
    padding: 0 16px;
  }
}
.cid-uzj76pBz2F .row {
  position: relative;
  z-index: 1;
}
.cid-uzj76pBz2F .card {
  justify-content: flex-end;
}
.cid-uzj76pBz2F .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uzj76pBz2F .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzj76pBz2F .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzj76pBz2F .tabs-wrapper {
  text-align: right;
}
.cid-uzj76pBz2F .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #d1edf7;
  box-shadow: 4px 6px 0 0 #274c77;
  margin-bottom: 24px;
}
.cid-uzj76pBz2F .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uzj76pBz2F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uzj76pBz2F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6096ba;
  color: #ffffff;
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #d1edf7;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #274c77;
}
@media (max-width: 992px) {
  .cid-uzj76pBz2F .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzj76pBz2F .mbr-section-title {
  color: #000000;
}
.cid-uzj76pBz2F .mbr-section-subtitle {
  color: #000000;
}
.cid-uzj76pBz2F .mbr-text {
  color: #000000;
}
.cid-uzj76pBz2F .item-title {
  color: #274c77;
  text-align: center;
}
.cid-uzj76pBz2F .item-text {
  color: #000000;
  text-align: center;
}
.cid-uzj76pBz2F .mbr-section-subtitle,
.cid-uzj76pBz2F .subtitle-wrapper {
  color: #ffffff;
}
.cid-uzj76pBz2F .mbr-section-title,
.cid-uzj76pBz2F .tabs-wrapper {
  color: #274c77;
  text-align: center;
}
.cid-uzj76pBz2F .mbr-text,
.cid-uzj76pBz2F .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vf5c7fk8uv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vf5c7fk8uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5c7fk8uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf5c7fk8uv .container {
    padding: 0 16px;
  }
}
.cid-vf5c7fk8uv .card {
  justify-content: center;
}
.cid-vf5c7fk8uv .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vf5c7fk8uv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf5c7fk8uv .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vf5c7fk8uv .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf5c7fk8uv .mbr-section-title {
  color: #000000;
}
.cid-vf5c7fk8uv .mbr-text {
  color: #000000;
}
.cid-vf5c7fk8uv .mbr-desc {
  color: #000000;
}
.cid-vf5c7fk8uv .mbr-section-title,
.cid-vf5c7fk8uv .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-veV9Rbw5Kh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-veV9Rbw5Kh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veV9Rbw5Kh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veV9Rbw5Kh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veV9Rbw5Kh .mbr-section-title {
  text-align: center;
  color: #274c77;
}
.cid-veVaX9nD7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-veVaX9nD7W .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veVaX9nD7W .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veVaX9nD7W .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #274c77;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veVaX9nD7W .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-veVbwlTmxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-veVbwlTmxK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veVbwlTmxK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veVbwlTmxK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veVbwlTmxK .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-veVbZJwYc2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-veVbZJwYc2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veVbZJwYc2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veVbZJwYc2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #274c77;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veVbZJwYc2 .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-uzj76pwUr1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-uzj76pwUr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj76pwUr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzj76pwUr1 .container {
    padding: 0 16px;
  }
}
.cid-uzj76pwUr1 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uzj76pwUr1 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uzj76pwUr1 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d1edf7;
}
.cid-uzj76pwUr1 .item .item-wrapper {
  height: 100%;
}
.cid-uzj76pwUr1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #d1edf7;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uzj76pwUr1 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uzj76pwUr1 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uzj76pwUr1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uzj76pwUr1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzj76pwUr1 .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uzj76pwUr1 .item-emoji {
  color: #000000;
}
.cid-uzj76pwUr1 .item-title {
  color: #000000;
}
.cid-uzj76pwUr1 .item-text {
  color: #000000;
}
.cid-uzj76pwUr1 .item-title,
.cid-uzj76pwUr1 .mbr-section-btn {
  color: #000000;
}
.cid-uzj76pwUr1 .item-title1 {
  color: #274c77;
  text-align: center;
}
.cid-uzj76pwUr1 .item-text1 {
  color: #000000;
}
.cid-uzj76pwUr1 .item-title2 {
  color: #274c77;
  text-align: center;
}
.cid-uzj76pwUr1 .item-text2 {
  color: #000000;
  text-align: center;
}
.cid-uzj76pz0q7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #a3cef1;
}
.cid-uzj76pz0q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj76pz0q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzj76pz0q7 .container {
    padding: 0 16px;
  }
}
.cid-uzj76pz0q7 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzj76pz0q7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzj76pz0q7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uzj76pz0q7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uzj76pz0q7 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzj76pz0q7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzj76pz0q7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzj76pz0q7 .card-wrapper {
  background-color: #6096ba;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uzj76pz0q7 .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzj76pz0q7 .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uzj76pz0q7 .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uzj76pz0q7 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uzj76pz0q7 .mbr-section-title {
  color: #ffffff;
}
.cid-uzj76pz0q7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uzj76pz0q7 .mbr-text {
  color: #ffffff;
}
.cid-uzj76pz0q7 .card-text,
.cid-uzj76pz0q7 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzj76pz0q7 .mbr-section-subtitle,
.cid-uzj76pz0q7 .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uzj76pz0q7 .mbr-section-title,
.cid-uzj76pz0q7 .mbr-section-btn {
  color: #274c77;
  text-align: center;
}
.cid-uzj76pz0q7 .mbr-text,
.cid-uzj76pz0q7 .text-wrapper {
  color: #000000;
}
.cid-uzj76pxnjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a1d0bdd0b8d0bcd0bed0ba20d18dd0bad180d0b0d0bdd0b0202025-11-1520d0b22000.06.37-1190x994.png");
}
.cid-uzj76pxnjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj76pxnjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzj76pxnjY .container {
    padding: 0 16px;
  }
}
.cid-uzj76pxnjY .row {
  justify-content: center;
}
.cid-uzj76pxnjY .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #a3cef1;
  background-color: #274c77;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uzj76pxnjY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzj76pxnjY .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d1edf7;
  background-color: #a3cef1;
}
@media (max-width: 992px) {
  .cid-uzj76pxnjY .panel-group .card {
    padding: 24px;
  }
}
.cid-uzj76pxnjY .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzj76pxnjY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uzj76pxnjY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uzj76pxnjY .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uzj76pxnjY .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uzj76pxnjY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzj76pxnjY .mbr-section-title {
  color: #000000;
}
.cid-uzj76pxnjY .panel-title-edit {
  color: #000000;
}
.cid-uzj76pxnjY .panel-text {
  color: #000000;
}
.cid-uzj76pxnjY .mbr-section-title,
.cid-uzj76pxnjY .title-wrapper {
  color: #FFFFFF;
}
.cid-veZ4RoFLbN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3cef1;
}
.cid-veZ4RoFLbN .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-veZ4RoFLbN .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-veZ4RoFLbN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veZ4RoFLbN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veZ4RoFLbN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veZ4RoFLbN .map-placeholder {
  display: none;
}
.cid-veZ4RoFLbN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veZ4RoFLbN .card {
  padding: 3rem 8rem;
}
.cid-veZ4RoFLbN .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #274c77;
  background: linear-gradient(#274c77 0%, #274c77 69%, #6096ba 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-veZ4RoFLbN .card .mbr-text {
  color: #06182d;
}
.cid-veZ4RoFLbN .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-veZ4RoFLbN .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veZ4RoFLbN .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-veZ4RoFLbN .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-veZ4RoFLbN .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-veZ4RoFLbN .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-veZ4RoFLbN .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-veZ4RoFLbN .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-veZ4RoFLbN .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-veZ4RoFLbN .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-veZ4RoFLbN .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veZ4RoFLbN .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-veZ4RoFLbN .card .form-group {
  padding-right: 0;
}
.cid-veZ4RoFLbN .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-veZ4RoFLbN .card .btn-primary {
  border: 1px solid #274c77 !important;
}
.cid-veZ4RoFLbN .card .btn-primary:hover {
  border: 1px solid #274c77 !important;
}
@media (max-width: 1200px) {
  .cid-veZ4RoFLbN .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-veZ4RoFLbN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-veZ4RoFLbN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-veZ4RoFLbN * {
    text-align: center !important;
  }
  .cid-veZ4RoFLbN .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-veZ4RoFLbN .form-group {
    max-width: 180px;
  }
  .cid-veZ4RoFLbN .card {
    padding: 2rem 1rem;
  }
}
.cid-veZ4RoFLbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZ4RoFLbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZ4RoFLbN .card .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-veZ4RoFLbN .card .group-title {
  color: #274c77;
  text-align: justify;
}
.cid-veZ4RoFLbN .card .mbr-section-title {
  text-align: center;
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vf5iZK37sH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vf5iZK37sH .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-vf5iZK37sH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-vf5iZK37sH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf5iZK37sH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vf5iZK37sH .menu_box .navbar.opened,
  .cid-vf5iZK37sH .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vf5iZK37sH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vf5iZK37sH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vf5iZK37sH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vf5iZK37sH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vf5iZK37sH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vf5iZK37sH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vf5iZK37sH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vf5iZK37sH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vf5iZK37sH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vf5iZK37sH .offcanvas-body .mbr-text,
  .cid-vf5iZK37sH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vf5iZK37sH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vf5iZK37sH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vf5iZK37sH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vf5iZK37sH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf5iZK37sH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vf5iZK37sH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vf5iZK37sH 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;
  }
  .cid-vf5iZK37sH .lg_brand {
    margin: 0 1rem;
  }
  .cid-vf5iZK37sH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vf5iZK37sH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vf5iZK37sH .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .nav-item {
    margin: 0 !important;
  }
}
.cid-vf5iZK37sH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vf5iZK37sH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vf5iZK37sH .nav-item .nav-link:hover,
.cid-vf5iZK37sH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vf5iZK37sH .nav-item .nav-link:hover::before,
.cid-vf5iZK37sH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf5iZK37sH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vf5iZK37sH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vf5iZK37sH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf5iZK37sH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vf5iZK37sH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vf5iZK37sH .offcanvas_box {
    display: none;
  }
}
.cid-vf5iZK37sH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vf5iZK37sH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vf5iZK37sH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf5iZK37sH .container {
  display: flex;
  margin: auto;
}
.cid-vf5iZK37sH .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vf5iZK37sH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vf5iZK37sH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf5iZK37sH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vf5iZK37sH .navbar-nav {
    margin: 0;
  }
}
.cid-vf5iZK37sH .dropdown-menu,
.cid-vf5iZK37sH .navbar.opened {
  background-color: false !important;
}
.cid-vf5iZK37sH .nav-item:focus,
.cid-vf5iZK37sH .nav-link:focus {
  outline: none;
}
.cid-vf5iZK37sH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf5iZK37sH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf5iZK37sH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf5iZK37sH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf5iZK37sH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf5iZK37sH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf5iZK37sH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vf5iZK37sH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vf5iZK37sH .navbar.opened {
  transition: all 0.3s;
}
.cid-vf5iZK37sH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vf5iZK37sH .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vf5iZK37sH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vf5iZK37sH .navbar.collapsed {
  justify-content: center;
}
.cid-vf5iZK37sH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf5iZK37sH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vf5iZK37sH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf5iZK37sH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf5iZK37sH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf5iZK37sH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vf5iZK37sH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf5iZK37sH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vf5iZK37sH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vf5iZK37sH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf5iZK37sH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf5iZK37sH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vf5iZK37sH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf5iZK37sH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vf5iZK37sH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf5iZK37sH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vf5iZK37sH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vf5iZK37sH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vf5iZK37sH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vf5iZK37sH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf5iZK37sH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vf5iZK37sH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf5iZK37sH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf5iZK37sH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf5iZK37sH .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;
}
.cid-vf5iZK37sH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vf5iZK37sH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf5iZK37sH .dropdown-item.active,
.cid-vf5iZK37sH .dropdown-item:active {
  background-color: transparent;
}
.cid-vf5iZK37sH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vf5iZK37sH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf5iZK37sH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf5iZK37sH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf5iZK37sH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vf5iZK37sH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vf5iZK37sH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-vf5iZK37sH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf5iZK37sH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf5iZK37sH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf5iZK37sH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf5iZK37sH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf5iZK37sH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf5iZK37sH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf5iZK37sH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf5iZK37sH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf5iZK37sH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vf5iZK37sH .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) {
  .cid-vf5iZK37sH .navbar {
    height: 70px;
  }
  .cid-vf5iZK37sH .navbar.opened {
    height: auto;
  }
  .cid-vf5iZK37sH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf5iZK37sH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vf5iZK37sH .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vf5iZK37sH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf5iZK37sH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vf5iZK37sH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vf5iZK37sH .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vf5iZK37sH .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-vf5iZK37sH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vf5iZK37sH .text_widget {
  margin-bottom: 32px;
}
.cid-vf5iZK37sH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vf5iZK37sH .text_widget a:hover,
.cid-vf5iZK37sH .text_widget a:focus {
  opacity: 0.8;
}
.cid-vf5iZK37sH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vf5iZK37sH .navbar-caption {
  color: #000000;
}
.cid-vf5iZK37sH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vf5iZK37sH .mbr-section-subtitle,
.cid-vf5iZK37sH .text_widget,
.cid-vf5iZK37sH .mbr-section-btn {
  text-align: center;
}
.cid-vf5iZK37sH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vf5iZK37sH .nav-link,
.cid-vf5iZK37sH .dropdown-item {
  color: #000000;
}
.cid-vf5iZKSp2Y {
  position: relative;
  overflow: hidden;
  background-color: #a3cef1;
}
.cid-vf5iZKSp2Y .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .image-wrap {
    display: none;
  }
}
.cid-vf5iZKSp2Y .image-wrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .image-wrap .main-image {
    display: none;
  }
}
.cid-vf5iZKSp2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5iZKSp2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .container {
    padding: 0 16px;
  }
}
.cid-vf5iZKSp2Y .row {
  position: relative;
  z-index: 1;
}
.cid-vf5iZKSp2Y .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf5iZKSp2Y .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf5iZKSp2Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf5iZKSp2Y .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #a3cef1;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-vf5iZKSp2Y .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-vf5iZKSp2Y .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-vf5iZKSp2Y .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-vf5iZKSp2Y .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vf5iZKSp2Y .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-vf5iZKSp2Y .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-vf5iZKSp2Y .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-vf5iZKSp2Y .mbr-section-title {
  color: #000000;
}
.cid-vf5iZKSp2Y .mbr-text {
  color: #000000;
}
.cid-vf5iZKSp2Y .card-title {
  color: #000000;
}
.cid-vf5iZKSp2Y .card-text {
  color: #000000;
}
.cid-vf5iZKSp2Y .card-name {
  color: #000000;
}
.cid-vf5iZKSp2Y .card-role {
  color: #000000;
}
.cid-vf5iZKSp2Y .mbr-section-title,
.cid-vf5iZKSp2Y .mbr-section-btn {
  color: #274c77;
  text-align: center;
}
.cid-vf5iZKSp2Y .mbr-text,
.cid-vf5iZKSp2Y .text-wrapper {
  color: #274c77;
  text-align: center;
}
.cid-vf5iZKSp2Y .card-title,
.cid-vf5iZKSp2Y .title-wrap {
  color: #ff3b38;
  text-align: center;
}
.cid-vf5iZLAssc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vf5iZLAssc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5iZLAssc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf5iZLAssc .container {
    padding: 0 16px;
  }
}
.cid-vf5iZLAssc .card {
  justify-content: center;
}
.cid-vf5iZLAssc .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vf5iZLAssc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf5iZLAssc .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vf5iZLAssc .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf5iZLAssc .mbr-section-title {
  color: #000000;
}
.cid-vf5iZLAssc .mbr-text {
  color: #000000;
}
.cid-vf5iZLAssc .mbr-desc {
  color: #000000;
}
.cid-vf5iZLAssc .mbr-section-title,
.cid-vf5iZLAssc .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vfnHn0HCMF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vfnHn0HCMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnHn0HCMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnHn0HCMF .container {
    padding: 0 16px;
  }
}
.cid-vfnHn0HCMF .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vfnHn0HCMF .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vfnHn0HCMF .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #6096ba;
}
.cid-vfnHn0HCMF .item .item-wrapper {
  height: 100%;
}
.cid-vfnHn0HCMF .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #6096ba;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vfnHn0HCMF .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vfnHn0HCMF .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vfnHn0HCMF .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vfnHn0HCMF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfnHn0HCMF .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vfnHn0HCMF .item-emoji {
  color: #000000;
}
.cid-vfnHn0HCMF .item-title {
  color: #000000;
}
.cid-vfnHn0HCMF .item-text {
  color: #000000;
}
.cid-vfnHn0HCMF .item-title,
.cid-vfnHn0HCMF .mbr-section-btn {
  color: #000000;
}
.cid-vfnHn0HCMF .item-title1 {
  color: #ffffff;
  text-align: center;
}
.cid-vfnHn0HCMF .item-text1 {
  color: #000000;
}
.cid-vfnHn0HCMF .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-vfnHn0HCMF .item-text2 {
  color: #000000;
  text-align: left;
}
.cid-vfnGXYgmc1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3cef1;
}
.cid-vfnGXYgmc1 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vfnGXYgmc1 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-vfnGXYgmc1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfnGXYgmc1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnGXYgmc1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnGXYgmc1 .map-placeholder {
  display: none;
}
.cid-vfnGXYgmc1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vfnGXYgmc1 .card {
  padding: 3rem 8rem;
}
.cid-vfnGXYgmc1 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #274c77;
  background: linear-gradient(#274c77 0%, #274c77 69%, #6096ba 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vfnGXYgmc1 .card .mbr-text {
  color: #06182d;
}
.cid-vfnGXYgmc1 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-vfnGXYgmc1 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfnGXYgmc1 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-vfnGXYgmc1 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-vfnGXYgmc1 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-vfnGXYgmc1 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-vfnGXYgmc1 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-vfnGXYgmc1 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vfnGXYgmc1 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vfnGXYgmc1 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-vfnGXYgmc1 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnGXYgmc1 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-vfnGXYgmc1 .card .form-group {
  padding-right: 0;
}
.cid-vfnGXYgmc1 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vfnGXYgmc1 .card .btn-primary {
  border: 1px solid #274c77 !important;
}
.cid-vfnGXYgmc1 .card .btn-primary:hover {
  border: 1px solid #274c77 !important;
}
@media (max-width: 1200px) {
  .cid-vfnGXYgmc1 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vfnGXYgmc1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vfnGXYgmc1 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vfnGXYgmc1 * {
    text-align: center !important;
  }
  .cid-vfnGXYgmc1 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-vfnGXYgmc1 .form-group {
    max-width: 180px;
  }
  .cid-vfnGXYgmc1 .card {
    padding: 2rem 1rem;
  }
}
.cid-vfnGXYgmc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnGXYgmc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnGXYgmc1 .card .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vfnGXYgmc1 .card .group-title {
  color: #274c77;
  text-align: justify;
}
.cid-vfnGXYgmc1 .card .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vflhgrYg8S {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vflhgrYg8S .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-vflhgrYg8S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-vflhgrYg8S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflhgrYg8S .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vflhgrYg8S .menu_box .navbar.opened,
  .cid-vflhgrYg8S .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vflhgrYg8S nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vflhgrYg8S .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vflhgrYg8S .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflhgrYg8S .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vflhgrYg8S .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vflhgrYg8S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vflhgrYg8S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vflhgrYg8S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vflhgrYg8S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vflhgrYg8S .offcanvas-body .mbr-text,
  .cid-vflhgrYg8S .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vflhgrYg8S .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vflhgrYg8S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vflhgrYg8S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vflhgrYg8S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflhgrYg8S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vflhgrYg8S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vflhgrYg8S 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;
  }
  .cid-vflhgrYg8S .lg_brand {
    margin: 0 1rem;
  }
  .cid-vflhgrYg8S .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vflhgrYg8S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vflhgrYg8S .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .nav-item {
    margin: 0 !important;
  }
}
.cid-vflhgrYg8S .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vflhgrYg8S .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vflhgrYg8S .nav-item .nav-link:hover,
.cid-vflhgrYg8S .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vflhgrYg8S .nav-item .nav-link:hover::before,
.cid-vflhgrYg8S .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vflhgrYg8S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vflhgrYg8S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vflhgrYg8S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflhgrYg8S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vflhgrYg8S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vflhgrYg8S .offcanvas_box {
    display: none;
  }
}
.cid-vflhgrYg8S .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vflhgrYg8S .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vflhgrYg8S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vflhgrYg8S .container {
  display: flex;
  margin: auto;
}
.cid-vflhgrYg8S .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vflhgrYg8S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vflhgrYg8S .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vflhgrYg8S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vflhgrYg8S .navbar-nav {
    margin: 0;
  }
}
.cid-vflhgrYg8S .dropdown-menu,
.cid-vflhgrYg8S .navbar.opened {
  background-color: false !important;
}
.cid-vflhgrYg8S .nav-item:focus,
.cid-vflhgrYg8S .nav-link:focus {
  outline: none;
}
.cid-vflhgrYg8S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflhgrYg8S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflhgrYg8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflhgrYg8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflhgrYg8S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflhgrYg8S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflhgrYg8S .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vflhgrYg8S .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vflhgrYg8S .navbar.opened {
  transition: all 0.3s;
}
.cid-vflhgrYg8S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vflhgrYg8S .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vflhgrYg8S .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vflhgrYg8S .navbar.collapsed {
  justify-content: center;
}
.cid-vflhgrYg8S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflhgrYg8S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vflhgrYg8S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflhgrYg8S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflhgrYg8S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflhgrYg8S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vflhgrYg8S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflhgrYg8S .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vflhgrYg8S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vflhgrYg8S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflhgrYg8S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflhgrYg8S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vflhgrYg8S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflhgrYg8S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vflhgrYg8S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflhgrYg8S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vflhgrYg8S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vflhgrYg8S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vflhgrYg8S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vflhgrYg8S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflhgrYg8S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vflhgrYg8S .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflhgrYg8S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflhgrYg8S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflhgrYg8S .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;
}
.cid-vflhgrYg8S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vflhgrYg8S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflhgrYg8S .dropdown-item.active,
.cid-vflhgrYg8S .dropdown-item:active {
  background-color: transparent;
}
.cid-vflhgrYg8S .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vflhgrYg8S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflhgrYg8S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflhgrYg8S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflhgrYg8S ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vflhgrYg8S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflhgrYg8S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-vflhgrYg8S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflhgrYg8S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflhgrYg8S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflhgrYg8S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflhgrYg8S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflhgrYg8S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflhgrYg8S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflhgrYg8S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflhgrYg8S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflhgrYg8S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vflhgrYg8S .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) {
  .cid-vflhgrYg8S .navbar {
    height: 70px;
  }
  .cid-vflhgrYg8S .navbar.opened {
    height: auto;
  }
  .cid-vflhgrYg8S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflhgrYg8S .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vflhgrYg8S .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vflhgrYg8S .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vflhgrYg8S .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vflhgrYg8S .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vflhgrYg8S .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vflhgrYg8S .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-vflhgrYg8S .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vflhgrYg8S .text_widget {
  margin-bottom: 32px;
}
.cid-vflhgrYg8S .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vflhgrYg8S .text_widget a:hover,
.cid-vflhgrYg8S .text_widget a:focus {
  opacity: 0.8;
}
.cid-vflhgrYg8S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vflhgrYg8S .navbar-caption {
  color: #000000;
}
.cid-vflhgrYg8S .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vflhgrYg8S .mbr-section-subtitle,
.cid-vflhgrYg8S .text_widget,
.cid-vflhgrYg8S .mbr-section-btn {
  text-align: center;
}
.cid-vflhgrYg8S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vflhgrYg8S .nav-link,
.cid-vflhgrYg8S .dropdown-item {
  color: #000000;
}
.cid-vflhgsSoAH {
  background-image: url("../../../assets/images/geometria-kol-wroclaw-2000x1105.png");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vflhgsSoAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflhgsSoAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflhgsSoAH .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vflhgsSoAH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vflhgsSoAH .card {
  justify-content: flex-end;
}
.cid-vflhgsSoAH .title-wrapper {
  margin-bottom: 20px;
}
.cid-vflhgsSoAH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflhgsSoAH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflhgsSoAH .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflhgsSoAH .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vflhgsSoAH .mbr-section-title {
  color: #ffffff;
}
.cid-vflhgsSoAH .mbr-section-subtitle {
  color: #a3cef1;
  text-align: center;
}
.cid-vflhgsSoAH .mbr-text {
  color: #ffffff;
}
.cid-vflhgsSoAH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vflhgsSoAH .mbr-section-btn {
    text-align: left;
  }
}
.cid-vflhgsSoAH .mbr-text,
.cid-vflhgsSoAH .text-wrapper {
  text-align: center;
}
.cid-vflhgsSoAH .mbr-section-title,
.cid-vflhgsSoAH .mbr-section-btn {
  text-align: center;
}
.cid-vflhgtHv0B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflhgtHv0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflhgtHv0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflhgtHv0B .container {
    padding: 0 16px;
  }
}
.cid-vflhgtHv0B .card {
  justify-content: center;
}
.cid-vflhgtHv0B .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vflhgtHv0B .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflhgtHv0B .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vflhgtHv0B .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vflhgtHv0B .mbr-section-title {
  color: #000000;
}
.cid-vflhgtHv0B .mbr-text {
  color: #000000;
}
.cid-vflhgtHv0B .mbr-desc {
  color: #000000;
}
.cid-vflhgtHv0B .mbr-section-title,
.cid-vflhgtHv0B .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vflhgu0tBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflhgu0tBM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vflhgu0tBM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vflhgu0tBM .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vflhgu0tBM .mbr-section-title {
  text-align: center;
  color: #274c77;
}
.cid-vflhgulDCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflhgulDCC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vflhgulDCC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vflhgulDCC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #274c77;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vflhgulDCC .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-vflhguDGrR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflhguDGrR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vflhguDGrR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vflhguDGrR .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vflhguDGrR .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-vflhguVKTU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflhguVKTU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vflhguVKTU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vflhguVKTU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #274c77;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vflhguVKTU .mbr-section-title {
  text-align: center;
  color: #ff6666;
}
.cid-vflhgvdfGR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflhgvdfGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflhgvdfGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflhgvdfGR .container {
    padding: 0 16px;
  }
}
.cid-vflhgvdfGR .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vflhgvdfGR .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vflhgvdfGR .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #6096ba;
}
.cid-vflhgvdfGR .item .item-wrapper {
  height: 100%;
}
.cid-vflhgvdfGR .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #6096ba;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vflhgvdfGR .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vflhgvdfGR .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vflhgvdfGR .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vflhgvdfGR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vflhgvdfGR .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vflhgvdfGR .item-emoji {
  color: #000000;
}
.cid-vflhgvdfGR .item-title {
  color: #000000;
}
.cid-vflhgvdfGR .item-text {
  color: #000000;
}
.cid-vflhgvdfGR .item-title,
.cid-vflhgvdfGR .mbr-section-btn {
  color: #000000;
}
.cid-vflhgvdfGR .item-title1 {
  color: #ffffff;
  text-align: center;
}
.cid-vflhgvdfGR .item-text1 {
  color: #000000;
}
.cid-vflhgvdfGR .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-vflhgvdfGR .item-text2 {
  color: #000000;
  text-align: left;
}
.cid-vflhgvzcPs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflhgvzcPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflhgvzcPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflhgvzcPs .container {
    padding: 0 16px;
  }
}
.cid-vflhgvzcPs .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vflhgvzcPs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vflhgvzcPs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vflhgvzcPs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vflhgvzcPs .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vflhgvzcPs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflhgvzcPs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vflhgvzcPs .card-wrapper {
  background-color: #6096ba;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-vflhgvzcPs .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vflhgvzcPs .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-vflhgvzcPs .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-vflhgvzcPs .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-vflhgvzcPs .mbr-section-title {
  color: #ffffff;
}
.cid-vflhgvzcPs .mbr-section-subtitle {
  color: #000000;
}
.cid-vflhgvzcPs .mbr-text {
  color: #ffffff;
}
.cid-vflhgvzcPs .card-text,
.cid-vflhgvzcPs .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vflhgvzcPs .mbr-section-subtitle,
.cid-vflhgvzcPs .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-vflhgvzcPs .mbr-section-title,
.cid-vflhgvzcPs .mbr-section-btn {
  color: #274c77;
  text-align: center;
}
.cid-vflhgvzcPs .mbr-text,
.cid-vflhgvzcPs .text-wrapper {
  color: #000000;
}
.cid-vfnD5OTV8X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vfnD5OTV8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnD5OTV8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnD5OTV8X .container {
    padding: 0 16px;
  }
}
.cid-vfnD5OTV8X .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vfnD5OTV8X .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vfnD5OTV8X .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d1edf7;
}
.cid-vfnD5OTV8X .item .item-wrapper {
  height: 100%;
}
.cid-vfnD5OTV8X .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #d1edf7;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vfnD5OTV8X .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vfnD5OTV8X .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vfnD5OTV8X .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vfnD5OTV8X .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfnD5OTV8X .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vfnD5OTV8X .item-emoji {
  color: #000000;
}
.cid-vfnD5OTV8X .item-title {
  color: #000000;
}
.cid-vfnD5OTV8X .item-text {
  color: #000000;
}
.cid-vfnD5OTV8X .item-title,
.cid-vfnD5OTV8X .mbr-section-btn {
  color: #000000;
}
.cid-vfnD5OTV8X .item-title1 {
  color: #274c77;
  text-align: center;
}
.cid-vfnD5OTV8X .item-text1 {
  color: #000000;
}
.cid-vfnD5OTV8X .item-title2 {
  color: #274c77;
  text-align: center;
}
.cid-vfnD5OTV8X .item-text2 {
  color: #000000;
  text-align: justify;
}
.cid-vfnAGGzJN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a1d0bdd0b8d0bcd0bed0ba20d18dd0bad180d0b0d0bdd0b0202025-11-1520d0b22000.06.37-1190x994.png");
}
.cid-vfnAGGzJN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnAGGzJN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnAGGzJN6 .container {
    padding: 0 16px;
  }
}
.cid-vfnAGGzJN6 .row {
  justify-content: center;
}
.cid-vfnAGGzJN6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #a3cef1;
  background-color: #274c77;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vfnAGGzJN6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfnAGGzJN6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d1edf7;
  background-color: #a3cef1;
}
@media (max-width: 992px) {
  .cid-vfnAGGzJN6 .panel-group .card {
    padding: 24px;
  }
}
.cid-vfnAGGzJN6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-vfnAGGzJN6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-vfnAGGzJN6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vfnAGGzJN6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vfnAGGzJN6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfnAGGzJN6 .mbr-section-title {
  color: #000000;
}
.cid-vfnAGGzJN6 .panel-title-edit {
  color: #000000;
}
.cid-vfnAGGzJN6 .panel-text {
  color: #000000;
}
.cid-vfnAGGzJN6 .mbr-section-title,
.cid-vfnAGGzJN6 .title-wrapper {
  color: #FFFFFF;
}
.cid-vfnBiXvwqQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3cef1;
}
.cid-vfnBiXvwqQ .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vfnBiXvwqQ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-vfnBiXvwqQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfnBiXvwqQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnBiXvwqQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnBiXvwqQ .map-placeholder {
  display: none;
}
.cid-vfnBiXvwqQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vfnBiXvwqQ .card {
  padding: 3rem 8rem;
}
.cid-vfnBiXvwqQ .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #274c77;
  background: linear-gradient(#274c77 0%, #274c77 69%, #6096ba 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vfnBiXvwqQ .card .mbr-text {
  color: #06182d;
}
.cid-vfnBiXvwqQ .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-vfnBiXvwqQ .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfnBiXvwqQ .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-vfnBiXvwqQ .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-vfnBiXvwqQ .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-vfnBiXvwqQ .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-vfnBiXvwqQ .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-vfnBiXvwqQ .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vfnBiXvwqQ .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vfnBiXvwqQ .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-vfnBiXvwqQ .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnBiXvwqQ .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-vfnBiXvwqQ .card .form-group {
  padding-right: 0;
}
.cid-vfnBiXvwqQ .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vfnBiXvwqQ .card .btn-primary {
  border: 1px solid #274c77 !important;
}
.cid-vfnBiXvwqQ .card .btn-primary:hover {
  border: 1px solid #274c77 !important;
}
@media (max-width: 1200px) {
  .cid-vfnBiXvwqQ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vfnBiXvwqQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vfnBiXvwqQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vfnBiXvwqQ * {
    text-align: center !important;
  }
  .cid-vfnBiXvwqQ .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-vfnBiXvwqQ .form-group {
    max-width: 180px;
  }
  .cid-vfnBiXvwqQ .card {
    padding: 2rem 1rem;
  }
}
.cid-vfnBiXvwqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnBiXvwqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnBiXvwqQ .card .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vfnBiXvwqQ .card .group-title {
  color: #274c77;
  text-align: justify;
}
.cid-vfnBiXvwqQ .card .mbr-section-title {
  text-align: center;
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vflsKKI5P9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vflsKKI5P9 .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-vflsKKI5P9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-vflsKKI5P9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflsKKI5P9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vflsKKI5P9 .menu_box .navbar.opened,
  .cid-vflsKKI5P9 .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vflsKKI5P9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vflsKKI5P9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vflsKKI5P9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflsKKI5P9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vflsKKI5P9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vflsKKI5P9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vflsKKI5P9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vflsKKI5P9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vflsKKI5P9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vflsKKI5P9 .offcanvas-body .mbr-text,
  .cid-vflsKKI5P9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vflsKKI5P9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vflsKKI5P9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vflsKKI5P9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vflsKKI5P9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflsKKI5P9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vflsKKI5P9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vflsKKI5P9 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;
  }
  .cid-vflsKKI5P9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vflsKKI5P9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vflsKKI5P9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vflsKKI5P9 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .nav-item {
    margin: 0 !important;
  }
}
.cid-vflsKKI5P9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vflsKKI5P9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vflsKKI5P9 .nav-item .nav-link:hover,
.cid-vflsKKI5P9 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vflsKKI5P9 .nav-item .nav-link:hover::before,
.cid-vflsKKI5P9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vflsKKI5P9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vflsKKI5P9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vflsKKI5P9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflsKKI5P9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vflsKKI5P9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vflsKKI5P9 .offcanvas_box {
    display: none;
  }
}
.cid-vflsKKI5P9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vflsKKI5P9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vflsKKI5P9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vflsKKI5P9 .container {
  display: flex;
  margin: auto;
}
.cid-vflsKKI5P9 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vflsKKI5P9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vflsKKI5P9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vflsKKI5P9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vflsKKI5P9 .navbar-nav {
    margin: 0;
  }
}
.cid-vflsKKI5P9 .dropdown-menu,
.cid-vflsKKI5P9 .navbar.opened {
  background-color: false !important;
}
.cid-vflsKKI5P9 .nav-item:focus,
.cid-vflsKKI5P9 .nav-link:focus {
  outline: none;
}
.cid-vflsKKI5P9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflsKKI5P9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflsKKI5P9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflsKKI5P9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflsKKI5P9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflsKKI5P9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflsKKI5P9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vflsKKI5P9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vflsKKI5P9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vflsKKI5P9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vflsKKI5P9 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vflsKKI5P9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vflsKKI5P9 .navbar.collapsed {
  justify-content: center;
}
.cid-vflsKKI5P9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflsKKI5P9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vflsKKI5P9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflsKKI5P9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflsKKI5P9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflsKKI5P9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vflsKKI5P9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflsKKI5P9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vflsKKI5P9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vflsKKI5P9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflsKKI5P9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflsKKI5P9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vflsKKI5P9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflsKKI5P9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vflsKKI5P9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflsKKI5P9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vflsKKI5P9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vflsKKI5P9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vflsKKI5P9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vflsKKI5P9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflsKKI5P9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vflsKKI5P9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflsKKI5P9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflsKKI5P9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflsKKI5P9 .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;
}
.cid-vflsKKI5P9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vflsKKI5P9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflsKKI5P9 .dropdown-item.active,
.cid-vflsKKI5P9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vflsKKI5P9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vflsKKI5P9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflsKKI5P9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflsKKI5P9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflsKKI5P9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vflsKKI5P9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflsKKI5P9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-vflsKKI5P9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflsKKI5P9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflsKKI5P9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflsKKI5P9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflsKKI5P9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflsKKI5P9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflsKKI5P9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflsKKI5P9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflsKKI5P9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflsKKI5P9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vflsKKI5P9 .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) {
  .cid-vflsKKI5P9 .navbar {
    height: 70px;
  }
  .cid-vflsKKI5P9 .navbar.opened {
    height: auto;
  }
  .cid-vflsKKI5P9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflsKKI5P9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vflsKKI5P9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vflsKKI5P9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vflsKKI5P9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vflsKKI5P9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vflsKKI5P9 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vflsKKI5P9 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-vflsKKI5P9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vflsKKI5P9 .text_widget {
  margin-bottom: 32px;
}
.cid-vflsKKI5P9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vflsKKI5P9 .text_widget a:hover,
.cid-vflsKKI5P9 .text_widget a:focus {
  opacity: 0.8;
}
.cid-vflsKKI5P9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vflsKKI5P9 .navbar-caption {
  color: #000000;
}
.cid-vflsKKI5P9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vflsKKI5P9 .mbr-section-subtitle,
.cid-vflsKKI5P9 .text_widget,
.cid-vflsKKI5P9 .mbr-section-btn {
  text-align: center;
}
.cid-vflsKKI5P9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vflsKKI5P9 .nav-link,
.cid-vflsKKI5P9 .dropdown-item {
  color: #000000;
}
.cid-vflsKLoiyL {
  background-image: url("../../../assets/images/diagnostyka-geometrii-kol-wroclaw-902x1376.png");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vflsKLoiyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflsKLoiyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflsKLoiyL .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vflsKLoiyL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vflsKLoiyL .card {
  justify-content: flex-end;
}
.cid-vflsKLoiyL .title-wrapper {
  margin-bottom: 20px;
}
.cid-vflsKLoiyL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflsKLoiyL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflsKLoiyL .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflsKLoiyL .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vflsKLoiyL .mbr-section-title {
  color: #ffffff;
}
.cid-vflsKLoiyL .mbr-section-subtitle {
  color: #a3cef1;
  text-align: center;
}
.cid-vflsKLoiyL .mbr-text {
  color: #ffffff;
}
.cid-vflsKLoiyL .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vflsKLoiyL .mbr-section-btn {
    text-align: left;
  }
}
.cid-vflsKLoiyL .mbr-text,
.cid-vflsKLoiyL .text-wrapper {
  text-align: center;
}
.cid-vflsKLoiyL .mbr-section-title,
.cid-vflsKLoiyL .mbr-section-btn {
  text-align: center;
}
.cid-vflsKLLgZx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflsKLLgZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflsKLLgZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflsKLLgZx .container {
    padding: 0 16px;
  }
}
.cid-vflsKLLgZx .card {
  justify-content: center;
}
.cid-vflsKLLgZx .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vflsKLLgZx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflsKLLgZx .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vflsKLLgZx .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vflsKLLgZx .mbr-section-title {
  color: #000000;
}
.cid-vflsKLLgZx .mbr-text {
  color: #000000;
}
.cid-vflsKLLgZx .mbr-desc {
  color: #000000;
}
.cid-vflsKLLgZx .mbr-section-title,
.cid-vflsKLLgZx .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vfnDyOkNtu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vfnDyOkNtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnDyOkNtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnDyOkNtu .container {
    padding: 0 16px;
  }
}
.cid-vfnDyOkNtu .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vfnDyOkNtu .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vfnDyOkNtu .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d1edf7;
}
.cid-vfnDyOkNtu .item .item-wrapper {
  height: 100%;
}
.cid-vfnDyOkNtu .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #d1edf7;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vfnDyOkNtu .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vfnDyOkNtu .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vfnDyOkNtu .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vfnDyOkNtu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfnDyOkNtu .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vfnDyOkNtu .item-emoji {
  color: #000000;
}
.cid-vfnDyOkNtu .item-title {
  color: #000000;
}
.cid-vfnDyOkNtu .item-text {
  color: #000000;
}
.cid-vfnDyOkNtu .item-title,
.cid-vfnDyOkNtu .mbr-section-btn {
  color: #000000;
}
.cid-vfnDyOkNtu .item-title1 {
  color: #274c77;
  text-align: center;
}
.cid-vfnDyOkNtu .item-text1 {
  color: #000000;
}
.cid-vfnDyOkNtu .item-title2 {
  color: #274c77;
  text-align: center;
}
.cid-vfnDyOkNtu .item-text2 {
  color: #000000;
  text-align: justify;
}
.cid-vflsKNykFl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflsKNykFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflsKNykFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflsKNykFl .container {
    padding: 0 16px;
  }
}
.cid-vflsKNykFl .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vflsKNykFl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vflsKNykFl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #6096ba;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vflsKNykFl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vflsKNykFl .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vflsKNykFl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflsKNykFl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vflsKNykFl .card-wrapper {
  background-color: #6096ba;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-vflsKNykFl .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vflsKNykFl .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-vflsKNykFl .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-vflsKNykFl .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-vflsKNykFl .mbr-section-title {
  color: #ffffff;
}
.cid-vflsKNykFl .mbr-section-subtitle {
  color: #000000;
}
.cid-vflsKNykFl .mbr-text {
  color: #ffffff;
}
.cid-vflsKNykFl .card-text,
.cid-vflsKNykFl .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vflsKNykFl .mbr-section-subtitle,
.cid-vflsKNykFl .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-vflsKNykFl .mbr-section-title,
.cid-vflsKNykFl .mbr-section-btn {
  color: #274c77;
  text-align: center;
}
.cid-vflsKNykFl .mbr-text,
.cid-vflsKNykFl .text-wrapper {
  color: #000000;
}
.cid-vfnE84McXL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vfnE84McXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnE84McXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnE84McXL .container {
    padding: 0 16px;
  }
}
.cid-vfnE84McXL .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vfnE84McXL .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vfnE84McXL .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #6096ba;
}
.cid-vfnE84McXL .item .item-wrapper {
  height: 100%;
}
.cid-vfnE84McXL .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #6096ba;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vfnE84McXL .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vfnE84McXL .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vfnE84McXL .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vfnE84McXL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfnE84McXL .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vfnE84McXL .item-emoji {
  color: #000000;
}
.cid-vfnE84McXL .item-title {
  color: #000000;
}
.cid-vfnE84McXL .item-text {
  color: #000000;
}
.cid-vfnE84McXL .item-title,
.cid-vfnE84McXL .mbr-section-btn {
  color: #000000;
}
.cid-vfnE84McXL .item-title1 {
  color: #ffffff;
  text-align: center;
}
.cid-vfnE84McXL .item-text1 {
  color: #000000;
}
.cid-vfnE84McXL .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-vfnE84McXL .item-text2 {
  color: #000000;
  text-align: left;
}
.cid-vfnElH2p5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a1d0bdd0b8d0bcd0bed0ba20d18dd0bad180d0b0d0bdd0b0202025-11-1520d0b22000.06.37-1190x994.png");
}
.cid-vfnElH2p5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnElH2p5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnElH2p5S .container {
    padding: 0 16px;
  }
}
.cid-vfnElH2p5S .row {
  justify-content: center;
}
.cid-vfnElH2p5S .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #a3cef1;
  background-color: #274c77;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vfnElH2p5S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfnElH2p5S .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d1edf7;
  background-color: #a3cef1;
}
@media (max-width: 992px) {
  .cid-vfnElH2p5S .panel-group .card {
    padding: 24px;
  }
}
.cid-vfnElH2p5S .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfnElH2p5S .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-vfnElH2p5S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-vfnElH2p5S .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vfnElH2p5S .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vfnElH2p5S .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfnElH2p5S .mbr-section-title {
  color: #000000;
}
.cid-vfnElH2p5S .panel-title-edit {
  color: #000000;
}
.cid-vfnElH2p5S .panel-text {
  color: #000000;
}
.cid-vfnElH2p5S .mbr-section-title,
.cid-vfnElH2p5S .title-wrapper {
  color: #FFFFFF;
}
.cid-vfnEApkpK1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3cef1;
}
.cid-vfnEApkpK1 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vfnEApkpK1 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-vfnEApkpK1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfnEApkpK1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnEApkpK1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnEApkpK1 .map-placeholder {
  display: none;
}
.cid-vfnEApkpK1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vfnEApkpK1 .card {
  padding: 3rem 8rem;
}
.cid-vfnEApkpK1 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #274c77;
  background: linear-gradient(#274c77 0%, #274c77 69%, #6096ba 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vfnEApkpK1 .card .mbr-text {
  color: #06182d;
}
.cid-vfnEApkpK1 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-vfnEApkpK1 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfnEApkpK1 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-vfnEApkpK1 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-vfnEApkpK1 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-vfnEApkpK1 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-vfnEApkpK1 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-vfnEApkpK1 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vfnEApkpK1 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vfnEApkpK1 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-vfnEApkpK1 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnEApkpK1 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-vfnEApkpK1 .card .form-group {
  padding-right: 0;
}
.cid-vfnEApkpK1 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vfnEApkpK1 .card .btn-primary {
  border: 1px solid #274c77 !important;
}
.cid-vfnEApkpK1 .card .btn-primary:hover {
  border: 1px solid #274c77 !important;
}
@media (max-width: 1200px) {
  .cid-vfnEApkpK1 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vfnEApkpK1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vfnEApkpK1 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vfnEApkpK1 * {
    text-align: center !important;
  }
  .cid-vfnEApkpK1 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-vfnEApkpK1 .form-group {
    max-width: 180px;
  }
  .cid-vfnEApkpK1 .card {
    padding: 2rem 1rem;
  }
}
.cid-vfnEApkpK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnEApkpK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnEApkpK1 .card .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vfnEApkpK1 .card .group-title {
  color: #274c77;
  text-align: justify;
}
.cid-vfnEApkpK1 .card .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vflzpbR63I {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vflzpbR63I .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-vflzpbR63I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-vflzpbR63I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflzpbR63I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vflzpbR63I .menu_box .navbar.opened,
  .cid-vflzpbR63I .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vflzpbR63I nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vflzpbR63I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vflzpbR63I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflzpbR63I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vflzpbR63I .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vflzpbR63I .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vflzpbR63I .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vflzpbR63I .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vflzpbR63I .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vflzpbR63I .offcanvas-body .mbr-text,
  .cid-vflzpbR63I .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vflzpbR63I .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vflzpbR63I .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vflzpbR63I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vflzpbR63I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflzpbR63I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vflzpbR63I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vflzpbR63I 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;
  }
  .cid-vflzpbR63I .lg_brand {
    margin: 0 1rem;
  }
  .cid-vflzpbR63I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vflzpbR63I .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vflzpbR63I .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .nav-item {
    margin: 0 !important;
  }
}
.cid-vflzpbR63I .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vflzpbR63I .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vflzpbR63I .nav-item .nav-link:hover,
.cid-vflzpbR63I .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vflzpbR63I .nav-item .nav-link:hover::before,
.cid-vflzpbR63I .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vflzpbR63I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vflzpbR63I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vflzpbR63I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflzpbR63I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vflzpbR63I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vflzpbR63I .offcanvas_box {
    display: none;
  }
}
.cid-vflzpbR63I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vflzpbR63I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vflzpbR63I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vflzpbR63I .container {
  display: flex;
  margin: auto;
}
.cid-vflzpbR63I .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vflzpbR63I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vflzpbR63I .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vflzpbR63I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vflzpbR63I .navbar-nav {
    margin: 0;
  }
}
.cid-vflzpbR63I .dropdown-menu,
.cid-vflzpbR63I .navbar.opened {
  background-color: false !important;
}
.cid-vflzpbR63I .nav-item:focus,
.cid-vflzpbR63I .nav-link:focus {
  outline: none;
}
.cid-vflzpbR63I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflzpbR63I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflzpbR63I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflzpbR63I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflzpbR63I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflzpbR63I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflzpbR63I .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vflzpbR63I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vflzpbR63I .navbar.opened {
  transition: all 0.3s;
}
.cid-vflzpbR63I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vflzpbR63I .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vflzpbR63I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vflzpbR63I .navbar.collapsed {
  justify-content: center;
}
.cid-vflzpbR63I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflzpbR63I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vflzpbR63I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflzpbR63I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflzpbR63I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflzpbR63I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vflzpbR63I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflzpbR63I .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vflzpbR63I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vflzpbR63I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflzpbR63I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflzpbR63I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vflzpbR63I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflzpbR63I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vflzpbR63I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflzpbR63I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vflzpbR63I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vflzpbR63I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vflzpbR63I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vflzpbR63I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflzpbR63I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vflzpbR63I .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflzpbR63I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflzpbR63I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflzpbR63I .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;
}
.cid-vflzpbR63I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vflzpbR63I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflzpbR63I .dropdown-item.active,
.cid-vflzpbR63I .dropdown-item:active {
  background-color: transparent;
}
.cid-vflzpbR63I .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vflzpbR63I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflzpbR63I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflzpbR63I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflzpbR63I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vflzpbR63I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflzpbR63I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-vflzpbR63I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflzpbR63I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflzpbR63I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflzpbR63I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflzpbR63I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflzpbR63I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflzpbR63I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflzpbR63I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflzpbR63I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflzpbR63I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vflzpbR63I .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) {
  .cid-vflzpbR63I .navbar {
    height: 70px;
  }
  .cid-vflzpbR63I .navbar.opened {
    height: auto;
  }
  .cid-vflzpbR63I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflzpbR63I .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vflzpbR63I .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vflzpbR63I .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vflzpbR63I .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vflzpbR63I .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vflzpbR63I .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vflzpbR63I .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-vflzpbR63I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vflzpbR63I .text_widget {
  margin-bottom: 32px;
}
.cid-vflzpbR63I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vflzpbR63I .text_widget a:hover,
.cid-vflzpbR63I .text_widget a:focus {
  opacity: 0.8;
}
.cid-vflzpbR63I .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vflzpbR63I .navbar-caption {
  color: #000000;
}
.cid-vflzpbR63I .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vflzpbR63I .mbr-section-subtitle,
.cid-vflzpbR63I .text_widget,
.cid-vflzpbR63I .mbr-section-btn {
  text-align: center;
}
.cid-vflzpbR63I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vflzpbR63I .nav-link,
.cid-vflzpbR63I .dropdown-item {
  color: #000000;
}
.cid-vflzpcM2w9 {
  background-image: url("../../../assets/images/geometria-kol-wroclaw-3d-1024x1024.png");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vflzpcM2w9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflzpcM2w9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflzpcM2w9 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vflzpcM2w9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vflzpcM2w9 .card {
  justify-content: flex-end;
}
.cid-vflzpcM2w9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vflzpcM2w9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflzpcM2w9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflzpcM2w9 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflzpcM2w9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vflzpcM2w9 .mbr-section-title {
  color: #ffffff;
}
.cid-vflzpcM2w9 .mbr-section-subtitle {
  color: #ff3b38;
  text-align: center;
}
.cid-vflzpcM2w9 .mbr-text {
  color: #ffffff;
}
.cid-vflzpcM2w9 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vflzpcM2w9 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vflzpcM2w9 .mbr-text,
.cid-vflzpcM2w9 .text-wrapper {
  text-align: center;
}
.cid-vflzpcM2w9 .mbr-section-title,
.cid-vflzpcM2w9 .mbr-section-btn {
  text-align: center;
}
.cid-vflzpdqwGp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflzpdqwGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflzpdqwGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflzpdqwGp .container {
    padding: 0 16px;
  }
}
.cid-vflzpdqwGp .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vflzpdqwGp .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vflzpdqwGp .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #6096ba;
}
.cid-vflzpdqwGp .item .item-wrapper {
  height: 100%;
}
.cid-vflzpdqwGp .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #6096ba;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vflzpdqwGp .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vflzpdqwGp .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vflzpdqwGp .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vflzpdqwGp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vflzpdqwGp .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vflzpdqwGp .item-emoji {
  color: #000000;
}
.cid-vflzpdqwGp .item-title {
  color: #000000;
}
.cid-vflzpdqwGp .item-text {
  color: #000000;
}
.cid-vflzpdqwGp .item-title,
.cid-vflzpdqwGp .mbr-section-btn {
  color: #000000;
}
.cid-vflzpdqwGp .item-title1 {
  color: #ffffff;
  text-align: center;
}
.cid-vflzpdqwGp .item-text1 {
  color: #000000;
  text-align: center;
}
.cid-vflzpdqwGp .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-vflzpdqwGp .item-text2 {
  color: #000000;
  text-align: left;
}
.cid-vflATGvIDN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a3cef1;
}
.cid-vflATGvIDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflATGvIDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflATGvIDN .card-wrapper {
  padding: 80px;
  background-color: #a3cef1;
}
@media (max-width: 1440px) {
  .cid-vflATGvIDN .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vflATGvIDN .card-wrapper {
    padding: 0;
  }
}
.cid-vflATGvIDN .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-vflATGvIDN .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vflATGvIDN .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vflMeCVLR0 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vflMeCVLR0 .navbar-dropdown {
  background-color: #a3cef1 !important;
  padding: 0;
  position: absolute !important;
}
.cid-vflMeCVLR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a3cef1 !important;
  background: #a3cef1;
}
.cid-vflMeCVLR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflMeCVLR0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vflMeCVLR0 .menu_box .navbar.opened,
  .cid-vflMeCVLR0 .menu_box .navbar-collapse {
    background-color: #a3cef1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vflMeCVLR0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vflMeCVLR0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vflMeCVLR0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflMeCVLR0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vflMeCVLR0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vflMeCVLR0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vflMeCVLR0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vflMeCVLR0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vflMeCVLR0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vflMeCVLR0 .offcanvas-body .mbr-text,
  .cid-vflMeCVLR0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vflMeCVLR0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vflMeCVLR0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vflMeCVLR0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vflMeCVLR0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflMeCVLR0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vflMeCVLR0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vflMeCVLR0 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;
  }
  .cid-vflMeCVLR0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vflMeCVLR0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vflMeCVLR0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vflMeCVLR0 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .nav-item {
    margin: 0 !important;
  }
}
.cid-vflMeCVLR0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vflMeCVLR0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vflMeCVLR0 .nav-item .nav-link:hover,
.cid-vflMeCVLR0 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vflMeCVLR0 .nav-item .nav-link:hover::before,
.cid-vflMeCVLR0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vflMeCVLR0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vflMeCVLR0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vflMeCVLR0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflMeCVLR0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vflMeCVLR0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vflMeCVLR0 .offcanvas_box {
    display: none;
  }
}
.cid-vflMeCVLR0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vflMeCVLR0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vflMeCVLR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vflMeCVLR0 .container {
  display: flex;
  margin: auto;
}
.cid-vflMeCVLR0 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vflMeCVLR0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vflMeCVLR0 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vflMeCVLR0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vflMeCVLR0 .navbar-nav {
    margin: 0;
  }
}
.cid-vflMeCVLR0 .dropdown-menu,
.cid-vflMeCVLR0 .navbar.opened {
  background-color: false !important;
}
.cid-vflMeCVLR0 .nav-item:focus,
.cid-vflMeCVLR0 .nav-link:focus {
  outline: none;
}
.cid-vflMeCVLR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflMeCVLR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflMeCVLR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflMeCVLR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflMeCVLR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflMeCVLR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflMeCVLR0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vflMeCVLR0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vflMeCVLR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vflMeCVLR0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vflMeCVLR0 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vflMeCVLR0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vflMeCVLR0 .navbar.collapsed {
  justify-content: center;
}
.cid-vflMeCVLR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflMeCVLR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vflMeCVLR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflMeCVLR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflMeCVLR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflMeCVLR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vflMeCVLR0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflMeCVLR0 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vflMeCVLR0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vflMeCVLR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflMeCVLR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflMeCVLR0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vflMeCVLR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflMeCVLR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vflMeCVLR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflMeCVLR0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vflMeCVLR0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vflMeCVLR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vflMeCVLR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vflMeCVLR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflMeCVLR0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vflMeCVLR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflMeCVLR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflMeCVLR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflMeCVLR0 .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;
}
.cid-vflMeCVLR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vflMeCVLR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflMeCVLR0 .dropdown-item.active,
.cid-vflMeCVLR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vflMeCVLR0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vflMeCVLR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflMeCVLR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflMeCVLR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflMeCVLR0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vflMeCVLR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflMeCVLR0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a3cef1;
  background: #a3cef1;
}
.cid-vflMeCVLR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflMeCVLR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflMeCVLR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflMeCVLR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflMeCVLR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflMeCVLR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflMeCVLR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflMeCVLR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflMeCVLR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflMeCVLR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vflMeCVLR0 .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) {
  .cid-vflMeCVLR0 .navbar {
    height: 70px;
  }
  .cid-vflMeCVLR0 .navbar.opened {
    height: auto;
  }
  .cid-vflMeCVLR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflMeCVLR0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vflMeCVLR0 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vflMeCVLR0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vflMeCVLR0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vflMeCVLR0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vflMeCVLR0 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vflMeCVLR0 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-vflMeCVLR0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vflMeCVLR0 .text_widget {
  margin-bottom: 32px;
}
.cid-vflMeCVLR0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vflMeCVLR0 .text_widget a:hover,
.cid-vflMeCVLR0 .text_widget a:focus {
  opacity: 0.8;
}
.cid-vflMeCVLR0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vflMeCVLR0 .navbar-caption {
  color: #000000;
}
.cid-vflMeCVLR0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vflMeCVLR0 .mbr-section-subtitle,
.cid-vflMeCVLR0 .text_widget,
.cid-vflMeCVLR0 .mbr-section-btn {
  text-align: center;
}
.cid-vflMeCVLR0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vflMeCVLR0 .nav-link,
.cid-vflMeCVLR0 .dropdown-item {
  color: #000000;
}
.cid-vflMeDKLa3 {
  background-image: url("../../../assets/images/geometria-kol-wroclaw-1-900x601.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vflMeDKLa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflMeDKLa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflMeDKLa3 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vflMeDKLa3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vflMeDKLa3 .card {
  justify-content: flex-end;
}
.cid-vflMeDKLa3 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vflMeDKLa3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflMeDKLa3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflMeDKLa3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflMeDKLa3 .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vflMeDKLa3 .mbr-section-title {
  color: #ffffff;
}
.cid-vflMeDKLa3 .mbr-section-subtitle {
  color: #a3cef1;
  text-align: center;
}
.cid-vflMeDKLa3 .mbr-text {
  color: #ffffff;
}
.cid-vflMeDKLa3 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vflMeDKLa3 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vflMeDKLa3 .mbr-text,
.cid-vflMeDKLa3 .text-wrapper {
  text-align: center;
}
.cid-vflMeDKLa3 .mbr-section-title,
.cid-vflMeDKLa3 .mbr-section-btn {
  text-align: center;
}
.cid-vflMeE2rL5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3cef1;
}
.cid-vflMeE2rL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflMeE2rL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .container {
    padding: 0 16px;
  }
}
.cid-vflMeE2rL5 .row {
  position: relative;
  z-index: 1;
}
.cid-vflMeE2rL5 .card {
  justify-content: flex-end;
}
.cid-vflMeE2rL5 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #a3cef1;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vflMeE2rL5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflMeE2rL5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vflMeE2rL5 .tabs-wrapper {
  text-align: right;
}
.cid-vflMeE2rL5 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #d1edf7;
  box-shadow: 4px 6px 0 0 #274c77;
  margin-bottom: 24px;
}
.cid-vflMeE2rL5 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-vflMeE2rL5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-vflMeE2rL5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6096ba;
  color: #ffffff;
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #d1edf7;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #274c77;
}
@media (max-width: 992px) {
  .cid-vflMeE2rL5 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-vflMeE2rL5 .mbr-section-title {
  color: #000000;
}
.cid-vflMeE2rL5 .mbr-section-subtitle {
  color: #000000;
}
.cid-vflMeE2rL5 .mbr-text {
  color: #000000;
}
.cid-vflMeE2rL5 .item-title {
  color: #274c77;
  text-align: center;
}
.cid-vflMeE2rL5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vflMeE2rL5 .mbr-section-subtitle,
.cid-vflMeE2rL5 .subtitle-wrapper {
  color: #ffffff;
}
.cid-vflMeE2rL5 .mbr-section-title,
.cid-vflMeE2rL5 .tabs-wrapper {
  color: #274c77;
  text-align: center;
}
.cid-vflMeE2rL5 .mbr-text,
.cid-vflMeE2rL5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vflMeFJ2fw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a3cef1;
}
.cid-vflMeFJ2fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflMeFJ2fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflMeFJ2fw .container {
    padding: 0 16px;
  }
}
.cid-vflMeFJ2fw .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vflMeFJ2fw .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vflMeFJ2fw .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #6096ba;
}
.cid-vflMeFJ2fw .item .item-wrapper {
  height: 100%;
}
.cid-vflMeFJ2fw .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #6096ba;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vflMeFJ2fw .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vflMeFJ2fw .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vflMeFJ2fw .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vflMeFJ2fw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vflMeFJ2fw .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vflMeFJ2fw .item-emoji {
  color: #000000;
}
.cid-vflMeFJ2fw .item-title {
  color: #000000;
}
.cid-vflMeFJ2fw .item-text {
  color: #000000;
}
.cid-vflMeFJ2fw .item-title,
.cid-vflMeFJ2fw .mbr-section-btn {
  color: #000000;
}
.cid-vflMeFJ2fw .item-title1 {
  color: #ffffff;
  text-align: center;
}
.cid-vflMeFJ2fw .item-text1 {
  color: #000000;
  text-align: left;
}
.cid-vflMeFJ2fw .item-title2 {
  color: #ff3b38;
  text-align: center;
}
.cid-vflMeFJ2fw .item-text2 {
  color: #000000;
  text-align: center;
}
.cid-vfnAuAqKbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a1d0bdd0b8d0bcd0bed0ba20d18dd0bad180d0b0d0bdd0b0202025-11-1520d0b22000.06.37-1190x994.png");
}
.cid-vfnAuAqKbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnAuAqKbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnAuAqKbQ .container {
    padding: 0 16px;
  }
}
.cid-vfnAuAqKbQ .row {
  justify-content: center;
}
.cid-vfnAuAqKbQ .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #a3cef1;
  background-color: #274c77;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vfnAuAqKbQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfnAuAqKbQ .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d1edf7;
  background-color: #a3cef1;
}
@media (max-width: 992px) {
  .cid-vfnAuAqKbQ .panel-group .card {
    padding: 24px;
  }
}
.cid-vfnAuAqKbQ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-vfnAuAqKbQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-vfnAuAqKbQ .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vfnAuAqKbQ .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vfnAuAqKbQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfnAuAqKbQ .mbr-section-title {
  color: #000000;
}
.cid-vfnAuAqKbQ .panel-title-edit {
  color: #000000;
}
.cid-vfnAuAqKbQ .panel-text {
  color: #000000;
}
.cid-vfnAuAqKbQ .mbr-section-title,
.cid-vfnAuAqKbQ .title-wrapper {
  color: #FFFFFF;
}
.cid-vfnA6hn4oe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3cef1;
}
.cid-vfnA6hn4oe .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vfnA6hn4oe .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-vfnA6hn4oe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfnA6hn4oe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnA6hn4oe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnA6hn4oe .map-placeholder {
  display: none;
}
.cid-vfnA6hn4oe .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vfnA6hn4oe .card {
  padding: 3rem 8rem;
}
.cid-vfnA6hn4oe .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #274c77;
  background: linear-gradient(#274c77 0%, #274c77 69%, #6096ba 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vfnA6hn4oe .card .mbr-text {
  color: #06182d;
}
.cid-vfnA6hn4oe .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-vfnA6hn4oe .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfnA6hn4oe .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-vfnA6hn4oe .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-vfnA6hn4oe .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-vfnA6hn4oe .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-vfnA6hn4oe .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-vfnA6hn4oe .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vfnA6hn4oe .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vfnA6hn4oe .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-vfnA6hn4oe .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnA6hn4oe .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-vfnA6hn4oe .card .form-group {
  padding-right: 0;
}
.cid-vfnA6hn4oe .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vfnA6hn4oe .card .btn-primary {
  border: 1px solid #274c77 !important;
}
.cid-vfnA6hn4oe .card .btn-primary:hover {
  border: 1px solid #274c77 !important;
}
@media (max-width: 1200px) {
  .cid-vfnA6hn4oe .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vfnA6hn4oe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vfnA6hn4oe h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vfnA6hn4oe * {
    text-align: center !important;
  }
  .cid-vfnA6hn4oe .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-vfnA6hn4oe .form-group {
    max-width: 180px;
  }
  .cid-vfnA6hn4oe .card {
    padding: 2rem 1rem;
  }
}
.cid-vfnA6hn4oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnA6hn4oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnA6hn4oe .card .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vfnA6hn4oe .card .group-title {
  color: #274c77;
  text-align: justify;
}
.cid-vfnA6hn4oe .card .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vfns1pQLIX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6096ba;
}
.cid-vfns1pQLIX .media-container-row .mbr-text {
  color: #fdfde1;
}
