.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Geometria-Medium';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Geometria-Medium';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Geometria';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Geometria-Light';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Geometria';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd40c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #195598 !important;
}
.bg-warning {
  background-color: #ffd40c !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd40c !important;
  border-color: #ffd40c !important;
  color: #0c0a00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b49400 !important;
  border-color: #b49400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0c0a00 !important;
  background-color: #b49400 !important;
  border-color: #b49400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #195598 !important;
  border-color: #195598 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d2b4e !important;
  border-color: #0d2b4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d2b4e !important;
  border-color: #0d2b4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd40c !important;
  border-color: #ffd40c !important;
  color: #0c0a00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b49400 !important;
  border-color: #b49400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c0a00 !important;
  background-color: #b49400 !important;
  border-color: #b49400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd40c;
  color: #ffd40c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b49400 !important;
  background-color: transparent!important;
  border-color: #b49400 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0c0a00 !important;
  background-color: #ffd40c !important;
  border-color: #ffd40c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #195598;
  color: #195598;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d2b4e !important;
  background-color: transparent!important;
  border-color: #0d2b4e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #195598 !important;
  border-color: #195598 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd40c;
  color: #ffd40c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b49400 !important;
  background-color: transparent!important;
  border-color: #b49400 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c0a00 !important;
  background-color: #ffd40c !important;
  border-color: #ffd40c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ffd40c !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #195598 !important;
}
.text-warning {
  color: #ffd40c !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a58800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b2440 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a58800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ffd40c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #195598;
}
.alert-warning {
  background-color: #ffd40c;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd40c;
  border-color: #ffd40c;
  color: #261f00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffd40c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff8d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4f94e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Geometria';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffd40c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geometria';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffd40c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffd40c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd40c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd40c;
  border-bottom-color: #ffd40c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffd40c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !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='%23ffd40c' %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;
}
.cid-tG1wsNtF02 {
  background-image: url("../../../assets/images/2-2000x1311.webp");
}
.cid-tG1wsNtF02 .mbr-text,
.cid-tG1wsNtF02 .typed-text,
.cid-tG1wsNtF02 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tG1wsNtF02 .btn {
  margin-left: 4px !important;
}
.cid-tG1wsNtF02 .animated-element {
  color: #ffbc00;
}
.cid-tG1wsNtF02 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBXaky8GRq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tBXaky8GRq .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tBXaky8GRq .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tBXaky8GRq .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-tBXaky8GRq p {
  font-weight: 400;
}
.cid-tBXaky8GRq .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tBXaky8GRq .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-tBXaky8GRq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #353535;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tBXaky8GRq .bg1 {
  background: #ffd40c;
  border-radius: 18px;
}
.cid-tBXaky8GRq .bg2 {
  background: #ffffff;
}
.cid-tBXaky8GRq .bg3 {
  background: #ffd40c;
  border-radius: 18px;
}
.cid-tBXaky8GRq .bg4 {
  background: #ffffff;
}
.cid-tBXaky8GRq .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tBXaky8GRq .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-tBXaky8GRq .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tBXaky8GRq .card-title,
.cid-tBXaky8GRq .card-ico,
.cid-tBXaky8GRq .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tBXaky8GRq .mbr-text,
.cid-tBXaky8GRq .card-link {
  text-align: center;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tBXaky8GRq .row {
    padding: 0 1rem;
  }
}
.cid-tBWUJMqkEF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBWUJMqkEF .divider {
  display: flex;
}
.cid-tBWUJMqkEF .divider:before,
.cid-tBWUJMqkEF .divider:after {
  content: "";
  flex: 1;
}
.cid-tBWUJMqkEF .line {
  align-items: center;
  margin: 1em -1em;
}
.cid-tBWUJMqkEF .line:before,
.cid-tBWUJMqkEF .line:after {
  height: 1px;
  margin: 0 1em;
}
.cid-tBWUJMqkEF .one-line:before,
.cid-tBWUJMqkEF .one-line:after {
  background: #fafafa;
  height: 2px;
}
.cid-tBWUJMqkEF H2 {
  color: #195598;
}
.cid-tBWUJMqkEF H3 {
  color: #195598;
}
.cid-sFADQQfNeA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #195598;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #232323;
}
.cid-tG27dIb1mg {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #edeef0;
}
.cid-tG27dIb1mg .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG27dIb1mg .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-tG27dIb1mg .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-tG27dIb1mg .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tG27dIb1mg .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #195598;
}
.cid-tG27dIb1mg .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tG27dIb1mg .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-tG27dIb1mg .mbr-card-text {
  margin: 0;
}
.cid-tG27dIb1mg .mbr-title {
  color: #195598;
}
.cid-tG2aCasRMf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #edeef0;
}
.cid-tG2aCasRMf .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG2aCasRMf .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-tG2aCasRMf .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-tG2aCasRMf .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tG2aCasRMf .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #195598;
}
.cid-tG2aCasRMf .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tG2aCasRMf .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-tG2aCasRMf .mbr-card-text {
  margin: 0;
}
.cid-tG2aCasRMf .mbr-title {
  color: #195598;
}
.cid-tBXTcsyqJ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-tBXTcsyqJ3 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tBXTcsyqJ3 .mbr-section-title {
  margin: 0;
}
.cid-tBXTcsyqJ3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tBXTcsyqJ3 .card-img span {
  color: #ffffff;
}
.cid-tBXTcsyqJ3 .row-item {
  margin-bottom: 2rem;
}
.cid-tBXTcsyqJ3 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffbd24, #ffd40c);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tBXTcsyqJ3 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tBXTcsyqJ3 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tBXTcsyqJ3 .wrapper {
  padding: 2.5rem 1rem;
  background: #195598;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tBXTcsyqJ3 .mbr-card-title,
.cid-tBXTcsyqJ3 .card-img {
  color: #ffffff;
  font-size: 170%;
}
.cid-tBXWwfrg48 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBXWwfrg48 .mbr-text {
  color: #767676;
}
.cid-tBXWwfrg48 .mbr-section-subtitle {
  color: #767676;
}
.cid-tBXWwfrg48 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBXWwfrg48 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 80%;
  right: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 700%;
}
.cid-tBXWwfrg48 .title .card-title {
  z-index: 1;
  width: 100%;
  font-weight: 300;
}
.cid-tBXWwfrg48 .card-text {
  padding-top: 2rem;
}
.cid-tBXWwfrg48 .card-box {
  padding-bottom: 1rem;
}
.cid-tBXWwfrg48 .num {
  color: #edeef0;
}
@media (max-width: 767px) {
  .cid-tBXWwfrg48 .num,
  .cid-tBXWwfrg48 .card-title,
  .cid-tBXWwfrg48 .mbr-text,
  .cid-tBXWwfrg48 .mbr-title,
  .cid-tBXWwfrg48 .mbr-section-subtitle,
  .cid-tBXWwfrg48 .mbr-section-btn,
  .cid-tBXWwfrg48 .mbr-section-title {
    text-align: center !important;
  }
  .cid-tBXWwfrg48 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tBXWwfrg48 .mbr-section-title {
  text-align: center;
  color: #195598;
}
.cid-tBXWwfrg48 .card-title,
.cid-tBXWwfrg48 .card-img {
  color: #353535;
}
.cid-tBXXUjhOOF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBXXUjhOOF .mbr-text {
  color: #767676;
}
.cid-tBXXUjhOOF .mbr-section-subtitle {
  color: #767676;
}
.cid-tBXXUjhOOF .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBXXUjhOOF .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 80%;
  right: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 700%;
}
.cid-tBXXUjhOOF .title .card-title {
  z-index: 1;
  width: 100%;
  font-weight: 300;
}
.cid-tBXXUjhOOF .card-text {
  padding-top: 2rem;
}
.cid-tBXXUjhOOF .card-box {
  padding-bottom: 1rem;
}
.cid-tBXXUjhOOF .num {
  color: #edeef0;
}
@media (max-width: 767px) {
  .cid-tBXXUjhOOF .num,
  .cid-tBXXUjhOOF .card-title,
  .cid-tBXXUjhOOF .mbr-text,
  .cid-tBXXUjhOOF .mbr-title,
  .cid-tBXXUjhOOF .mbr-section-subtitle,
  .cid-tBXXUjhOOF .mbr-section-btn,
  .cid-tBXXUjhOOF .mbr-section-title {
    text-align: center !important;
  }
  .cid-tBXXUjhOOF .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tBXXUjhOOF .mbr-section-title {
  text-align: center;
}
.cid-tBXXUjhOOF .card-title,
.cid-tBXXUjhOOF .card-img {
  color: #353535;
}
.cid-tBYIqWXDTA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-4930-2000x1315.webp");
}
.cid-tBYIqWXDTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYIqWXDTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYIqWXDTA .mbr-section-title {
  color: #ffffff;
}
.cid-tBS2Kqkeq0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBS2Kqkeq0 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tBS2Kqkeq0 .card-wrap {
  background-color: #ffd40c;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tBS2Kqkeq0 .card-wrap:hover h4,
.cid-tBS2Kqkeq0 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-tBS2Kqkeq0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tBS2Kqkeq0 h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tBS2Kqkeq0 img {
  width: 100%;
}
.cid-tBS2Kqkeq0 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tBS2Kqkeq0 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tBS2Kqkeq0 .card-title1,
.cid-tBS2Kqkeq0 .title-wrap1 {
  color: #ffffff;
}
.cid-tBS2Kqkeq0 .card-title,
.cid-tBS2Kqkeq0 .title-wrap {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tBS2Kqkeq0 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tBS2Kqkeq0 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tBS2Kqkeq0 H3 {
  color: #000000;
}
.cid-tBXhJYEEJg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #195598;
}
.cid-tBXhJYEEJg h2,
.cid-tBXhJYEEJg h3,
.cid-tBXhJYEEJg h4,
.cid-tBXhJYEEJg p {
  color: #ffffff;
}
.cid-tBXhJYEEJg .mbr-overlay {
  z-index: -1;
}
.cid-tBXhJYEEJg .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tBXhJYEEJg .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tBXhJYEEJg .form-control:focus,
.cid-tBXhJYEEJg .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tBXhJYEEJg .form-group {
  margin-bottom: 1rem;
}
.cid-tBXhJYEEJg input::-webkit-input-placeholder,
.cid-tBXhJYEEJg textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tBXhJYEEJg input:-moz-placeholder,
.cid-tBXhJYEEJg textarea:-moz-placeholder {
  color: #656565;
}
.cid-tBXhJYEEJg .jq-selectbox li,
.cid-tBXhJYEEJg .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBXhJYEEJg .jq-selectbox li:hover,
.cid-tBXhJYEEJg .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBXhJYEEJg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBXhJYEEJg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBXhJYEEJg .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-tBXhJYEEJg .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBXhJYEEJg .mbr-text {
  color: #767676;
}
.cid-tBXhJYEEJg .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tBXhJYEEJg .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd40c;
  opacity: 0;
  z-index: 0;
}
.cid-tBXhJYEEJg .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tBXhJYEEJg a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tBXhJYEEJg .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tBXhJYEEJg .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tBXhJYEEJg textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tBXhJYEEJg .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tBXhJYEEJg .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBXhJYEEJg .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBXhJYEEJg h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tBXhJYEEJg .block-content {
    padding: 0;
  }
  .cid-tBXhJYEEJg .form-block {
    padding: 1rem;
  }
}
.cid-tBXhJYEEJg P {
  color: #bbbbbb;
}
.cid-tBLGeaUX7J .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBLGeaUX7J .display-2 {
  font-size: 2rem;
}
.cid-tBLGeaUX7J .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tBLGeaUX7J .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tBLGeaUX7J .dropdown-item:hover {
    color: #195598 !important;
    background: #ffffff !important;
  }
  .cid-tBLGeaUX7J .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tBLGeaUX7J.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBLGeaUX7J.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBLGeaUX7J.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBLGeaUX7J.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBLGeaUX7J.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tBLGeaUX7J.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBLGeaUX7J.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tBLGeaUX7J.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tBLGeaUX7J .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.3) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBLGeaUX7J .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 5.75px;
    padding-bottom: 5.75px;
  }
  .cid-tBLGeaUX7J .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tBLGeaUX7J .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBLGeaUX7J.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBLGeaUX7J .dropdown-menu {
    top: 0;
  }
  .cid-tBLGeaUX7J .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBLGeaUX7J .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBLGeaUX7J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tBLGeaUX7J .navbar-logo img {
    height: 4.4rem !important;
  }
  .cid-tBLGeaUX7J ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBLGeaUX7J .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-tBLGeaUX7J .navbar-brand {
    min-height: 115px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBLGeaUX7J .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBLGeaUX7J .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tBLGeaUX7J .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tBLGeaUX7J .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tBLGeaUX7J .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-tBLGeaUX7J .container {
  width: 100%;
  max-width: 1200px !important;
  display: flex;
  margin: auto;
}
.cid-tBLGeaUX7J .navbar {
  min-height: 115px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.3) !important;
  background: none !important;
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.3) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tBLGeaUX7J .navbar.navbar-short .navbar-brand {
    padding-top: 5.75px;
    padding-bottom: 5.75px;
  }
  .cid-tBLGeaUX7J .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #030c15;
    background: rgba(25, 85, 152, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tBLGeaUX7J .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #07182b !important;
  }
}
.cid-tBLGeaUX7J .navbar.opened {
  transition: all .3s;
}
.cid-tBLGeaUX7J .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tBLGeaUX7J .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tBLGeaUX7J .nav-link:hover {
  color: #195598 !important;
  background: #ffffff !important;
}
.cid-tBLGeaUX7J .nav-link:hover:before {
  color: #ffffff !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-tBLGeaUX7J .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tBLGeaUX7J .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tBLGeaUX7J .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tBLGeaUX7J .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBLGeaUX7J .navbar-caption {
  padding-right: 1rem;
}
.cid-tBLGeaUX7J .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .dropdown-menu,
  .cid-tBLGeaUX7J .navbar.opened {
    background: rgba(25, 85, 152, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .dropdown-menu,
  .cid-tBLGeaUX7J .navbar.opened {
    background: rgba(255, 255, 255, 0.3) !important;
  }
}
.cid-tBLGeaUX7J .nav-item:focus,
.cid-tBLGeaUX7J .nav-link:focus {
  outline: none;
}
.cid-tBLGeaUX7J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tBLGeaUX7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBLGeaUX7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tBLGeaUX7J .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tBLGeaUX7J .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tBLGeaUX7J .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tBLGeaUX7J .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tBLGeaUX7J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBLGeaUX7J .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tBLGeaUX7J .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tBLGeaUX7J .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tBLGeaUX7J .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #195598 !important;
  background: #ffffff !important;
}
.cid-tBLGeaUX7J .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tBLGeaUX7J .navbar-brand {
  min-height: 115px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 5.75px;
  padding-bottom: 5.75px;
}
.cid-tBLGeaUX7J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBLGeaUX7J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBLGeaUX7J .dropdown-item.active,
.cid-tBLGeaUX7J .dropdown-item:active {
  background-color: transparent;
}
.cid-tBLGeaUX7J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
}
.cid-tBLGeaUX7J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBLGeaUX7J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBLGeaUX7J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tBLGeaUX7J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBLGeaUX7J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBLGeaUX7J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBLGeaUX7J .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tBLGeaUX7J .navbar-buttons {
    text-align: right;
    min-width: 150px;
    width: 150px;
  }
}
.cid-tBLGeaUX7J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBLGeaUX7J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBLGeaUX7J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBLGeaUX7J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBLGeaUX7J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBLGeaUX7J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBLGeaUX7J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBLGeaUX7J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBLGeaUX7J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBLGeaUX7J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBLGeaUX7J .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tBLGeaUX7J a.nav-link {
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBLGeaUX7J .navbar-brand span {
  display: inline-block;
}
.cid-tBLGeaUX7J .navbar-brand a {
  font-weight: 500;
}
.cid-tBLGeaUX7J .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #fafafa;
}
.cid-tBLGeaUX7J .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 500;
}
.cid-tBLGeaUX7J .btn .mbr-iconfont,
.cid-tBLGeaUX7J .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tBLGeaUX7J .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #fafafa;
  border-top-color: #ffffff;
  background: #195598 !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 25px;
  color: #ffffff;
}
.cid-tBLGeaUX7J .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-tBLGeaUX7J .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tBLGeaUX7J .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tBLGeaUX7J img {
  width: auto;
}
.cid-tBLGeaUX7J .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tBLGeaUX7J .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tBLGeaUX7J .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tBLGeaUX7J a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tBLGeaUX7J .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 10px;
}
.cid-tBLGeaUX7J .socicon {
  line-height: inherit;
}
.cid-tBLGeaUX7J .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tBMGmqBkkl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBMGmqBkkl .card-box {
  padding: 0rem;
}
.cid-tBMGmqBkkl .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tBMGmqBkkl .card {
  padding: 0;
  margin: auto;
}
.cid-tBMGmqBkkl .card-img {
  height: 400px;
}
.cid-tBMGmqBkkl .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBMGmqBkkl .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-tBMGmqBkkl .card-wrapper {
    padding: 4rem;
  }
}
.cid-tBMGmqBkkl .card-title {
  color: #195598;
}
@media (min-width: 768px) {
  .cid-tBMGmqBkkl .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-tBMRnzT01P {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #195598;
}
.cid-tBMRnzT01P ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBMRnzT01P ul li {
  padding: 1rem 0;
}
.cid-tBMRnzT01P ul li:hover {
  color: #ffd40c;
}
.cid-tBMRnzT01P .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-tBMRnzT01P .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-tBMRnzT01P .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-tBMRnzT01P .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tBMRnzT01P .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tBMRnzT01P .map {
    height: auto;
  }
}
.cid-tBMRnzT01P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tBMRnzT01P .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-tBMRnzT01P .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBMRnzT01P .social-list a:hover {
  opacity: 1;
}
.cid-tBMRnzT01P .row-element,
.cid-tBMRnzT01P .image-element {
  padding: 0;
}
.cid-tBMRnzT01P .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBMRnzT01P .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd40c, #5cdb95);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tBMRnzT01P .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tBMRnzT01P .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMRnzT01P .text-content {
    padding: 2rem 1rem;
  }
  .cid-tBMRnzT01P .underline .line {
    height: 2px;
  }
  .cid-tBMRnzT01P .mbr-title,
  .cid-tBMRnzT01P .underline,
  .cid-tBMRnzT01P .mbr-text,
  .cid-tBMRnzT01P .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tBMRnzT01P .mbr-title,
.cid-tBMRnzT01P .underline {
  color: #ffffff;
}
.cid-tBMRnzT01P .mbr-text,
.cid-tBMRnzT01P .mbr-section-btn {
  color: #ffffff;
}
.cid-tBMRnzT01P mbr-list LI {
  color: #ffffff;
}
.cid-tBMRnzT01P mbr-list {
  text-align: center;
}
.cid-tBMRnzT01P .mbr-list,
.cid-tBMRnzT01P .social-list mbr-list {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tBMRnzT01P .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
