body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0077bd !important;
}
.bg-success {
  background-color: #e5e5e5 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #0077bd !important;
}
.bg-danger {
  background-color: #0077bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-primary:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-success:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-warning:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #004771 !important;
  border-color: #004771 !important;
}
.btn-danger:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0077bd;
  color: #0077bd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0077bd;
  border-color: #0077bd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #666666;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0077bd;
  color: #0077bd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0077bd;
  border-color: #0077bd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0077bd;
  color: #0077bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0077bd;
  border-color: #0077bd;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0077bd !important;
  border-color: #0077bd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #0077bd !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #e5e5e5 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #0077bd !important;
}
.text-danger {
  color: #0077bd !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #24aeff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #24aeff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #24aeff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #0077bd;
}
.alert-danger {
  background-color: #0077bd;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077bd;
  border-color: #0077bd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0077bd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3eb7ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3eb7ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3eb7ff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #0077bd;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #0077bd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0077bd;
  border-bottom-color: #0077bd;
}
.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: #0077bd !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: #282f39 !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='%230077bd' %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-sg9OkvNpyB {
  background-image: url("../../../assets/images/tinywow-tinywow-jaxon-tyres-ci-2-28760788-1-28760897-2000x1125.png");
}
.cid-sg9OkvNpyB .link-align {
  width: 100%;
}
.cid-sg9OkvNpyB .link-wrap {
  display: inline-block;
}
.cid-sg9OkvNpyB .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sg9OkvNpyB .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-sg9OkvNpyB .wrap .mask {
  background: #0077bd;
  text-align: center;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #007bff 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  width: 100%;
  max-height: auto;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 2px) {
  .cid-sg9OkvNpyB .wrap .mask {
    background: none;
    min-height: none;
  }
}
.cid-sg9OkvNpyB .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-sg9OkvNpyB .wrap .price {
  color: #e5e5e5;
}
@media (min-width: 992px) {
  .cid-sg9OkvNpyB .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-sg9OkvNpyB .mbr-text {
    text-align: right;
  }
}
.cid-sg9OkvNpyB .wrap .mask .wrap-text .price {
  color: #666666;
}
.cid-sg9OkvNpyB .wrap .mask .wrap-text .mbr-section-title {
  color: #dfe3e8;
}
.cid-rZq2Qp1W1C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2Qp1W1C .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Qp1W1C .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #cccccc 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Qp1W1C .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Qp1W1C .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Qp1W1C .mbr-section-text {
  color: #999999;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZq2Qp1W1C .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #c3cad2;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #c3cad2;
  padding: 1rem 2.2rem;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0077bd;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0077bd;
}
.cid-rZq2Qp1W1C P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rZq2Qp1W1C .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZq2Qp1W1C .mbr-text,
  .cid-rZq2Qp1W1C .nav-link {
    text-align: center;
  }
}
.cid-rZq2Qp1W1C .img-wrap img {
  width: 100%;
}
.cid-sgaOx7dqaF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgaOx7dqaF .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-sgaOx7dqaF .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-sgaOx7dqaF .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-sgaOx7dqaF .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-sgaOx7dqaF .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sgaOx7dqaF .btn {
  margin: 0px !important;
}
.cid-sgaOx7dqaF .btn.btn-success-outline {
  color: #000000;
}
.cid-sgaOx7dqaF .btn.btn-sm {
  padding: 7px 39px;
}
.cid-sgaOx7dqaF .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgaOx7dqaF .carousel-item {
  justify-content: center;
}
.cid-sgaOx7dqaF .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sgaOx7dqaF .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-sgaOx7dqaF .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-sgaOx7dqaF .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sgaOx7dqaF .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-sgaOx7dqaF .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgaOx7dqaF .second-col {
    padding-top: 2rem;
  }
  .cid-sgaOx7dqaF .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-sgaOx7dqaF .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-sgaOx7dqaF .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-sgaOx7dqaF .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sgaOx7dqaF .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sgaOx7dqaF .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-sgaOx7dqaF .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-sgaOx7dqaF .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZq2QVvhSh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/vlcsnap-2020-11-12-21h46m16s874-2000x1125.png");
}
.cid-rZq2QVvhSh .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-rZq2QVvhSh .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rZq2QVvhSh .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rZq2QVvhSh .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rZq2QVvhSh .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #cccccc 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2QVvhSh .mbr-text,
.cid-rZq2QVvhSh .mbr-section-btn {
  color: #ffffff;
}
.cid-rZq2QVvhSh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZq2QVvhSh .card .card-wrapper {
  text-align: center;
}
.cid-rZq2QVvhSh .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #55acee;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-rZq2QVvhSh .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-rZq2QVvhSh .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rZq2QVvhSh .buttons-wrap {
  text-align: center;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZq2QVvhSh .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-rZq2QVvhSh .buttons-wrap .or {
    display: none;
  }
}
.cid-rZq2Re8t6T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2Re8t6T .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #e5e5e5 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Re8t6T .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Re8t6T .card:nth-child(even) {
  margin-top: 70px;
}
.cid-rZq2Re8t6T .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-rZq2Re8t6T .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-rZq2Re8t6T .card .card-wrapper {
  height: 100%;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-rZq2TG8XAQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2TG8XAQ img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-rZq2TG8XAQ .card {
  margin-bottom: 130px !important;
}
.cid-rZq2TG8XAQ .card .img-wrapper {
  overflow: hidden;
}
.cid-rZq2TG8XAQ .card:hover {
  cursor: pointer;
}
.cid-rZq2TG8XAQ .card:hover img {
  transform: scale(1.05);
}
.cid-rZq2TG8XAQ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-rZq2TG8XAQ .card {
    margin-bottom: 50px !important;
  }
}
.cid-rZq2TG8XAQ .card .card-wrapper {
  text-align: left;
}
.cid-rZq2TG8XAQ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #55acee;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-rZq2TG8XAQ .card.left-box {
    right: 105px !important;
  }
  .cid-rZq2TG8XAQ .card.right-box {
    left: 97px !important;
  }
}
.cid-rZq2TG8XAQ .mbr-section-title {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #e5e5e5 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2TG8XAQ .mbr-section-text {
  color: #999999;
}
.cid-rZq2Ua3Ia5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #282f39;
}
.cid-rZq2Ua3Ia5 .mbr-section-title {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #e9e9e9 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Ua3Ia5 .mbr-section-text {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .carousel-item {
  justify-content: center;
}
.cid-rZq2Ua3Ia5 .carousel-item.active,
.cid-rZq2Ua3Ia5 .carousel-item-next,
.cid-rZq2Ua3Ia5 .carousel-item-prev {
  display: flex;
}
.cid-rZq2Ua3Ia5 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rZq2Ua3Ia5 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rZq2Ua3Ia5 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rZq2Ua3Ia5 .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rZq2Ua3Ia5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZq2Ua3Ia5 .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #1887cd;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-rZq2Ua3Ia5 .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-rZq2Ua3Ia5 .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rZq2Ua3Ia5 .user_name {
  font-weight: 700;
}
.cid-rZq2Ua3Ia5 .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-rZq2Ua3Ia5 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rZq2Ua3Ia5 .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-rZq2UUHuCA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rZq2UUHuCA .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rZq2UUHuCA .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-rZq2UUHuCA .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-rZq2UUHuCA .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rZq2UUHuCA .icon-wrap:hover span {
  color: #0077bd;
}
.cid-rZq2UUHuCA .icon-wrap span {
  padding-left: 4px;
}
.cid-rZq2UUHuCA .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rZq2UUHuCA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rZq2UUHuCA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rZq2UUHuCA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rZq2UUHuCA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rZq2UUHuCA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rZq2UUHuCA a.close:hover {
  color: #ffffff;
}
.cid-rZq2UUHuCA .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0.8;
  pointer-events: none;
}
.cid-rZq2UUHuCA .img-wrap img {
  width: 100%;
}
.cid-rZq2UUHuCA .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rZq2UUHuCA .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rZq2UUHuCA .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rZq2UUHuCA .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rZq2UUHuCA .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZq2UUHuCA .btn {
  margin: 0px !important;
}
.cid-rZq2UUHuCA .btn.btn-success-outline {
  color: #000000;
}
.cid-rZq2UUHuCA .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rZq2UUHuCA .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rZq2UUHuCA .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rZq2UUHuCA .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZq2UUHuCA .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #e5e5e5 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZq2UUHuCA .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #0077bd transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZq2WrkS07 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZq2WrkS07 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rZq2WrkS07 .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-rZq2WrkS07 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZq2WrkS07 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZq2WrkS07 .map-placeholder {
  display: none;
}
.cid-rZq2WrkS07 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rZq2WrkS07 .card {
  padding: 3rem 8rem;
}
.cid-rZq2WrkS07 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0077bd;
  background: linear-gradient(#0077bd 0%, #0077bd 69%, #e5e5e5 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2WrkS07 .card .mbr-text {
  color: #06182d;
}
.cid-rZq2WrkS07 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZq2WrkS07 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rZq2WrkS07 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rZq2WrkS07 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rZq2WrkS07 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e5e5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rZq2WrkS07 .card .form-group {
  padding-right: 0;
}
.cid-rZq2WrkS07 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rZq2WrkS07 .card .btn-primary {
  border: 1px solid #0077bd !important;
}
.cid-rZq2WrkS07 .card .btn-primary:hover {
  border: 1px solid #0077bd !important;
}
@media (max-width: 1200px) {
  .cid-rZq2WrkS07 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rZq2WrkS07 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rZq2WrkS07 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rZq2WrkS07 * {
    text-align: center !important;
  }
  .cid-rZq2WrkS07 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rZq2WrkS07 .form-group {
    max-width: 180px;
  }
  .cid-rZq2WrkS07 .card {
    padding: 2rem 1rem;
  }
}
.cid-sgaNUk31RR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgaNUk31RR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sgaNUk31RR .form1 {
  background: #52c158;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgaNUk31RR .form-group {
  margin-bottom: 1rem;
}
.cid-sgaNUk31RR .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-sgaNUk31RR .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sgaNUk31RR .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sgaNUk31RR .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sgaNUk31RR .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sgaNUk31RR textarea.form-control {
  min-height: 172px;
}
.cid-sgaNUk31RR .input-group-btn {
  width: 100%;
}
.cid-sgaNUk31RR .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sgaNUk31RR .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgaNUk31RR .first-row {
  -webkit-flex: 1 1 23%;
  flex: 1 1 23%;
  max-height: 23%;
}
.cid-sgaNUk31RR .second-row {
  -webkit-flex: 1 1 77%;
  flex: 1 1 77%;
  max-height: 77%;
}
.cid-sgaNUk31RR .card {
  height: 100%;
}
.cid-sgaNUk31RR .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-sgaNUk31RR .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-sgaNUk31RR .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sgaNUk31RR .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-sgaNUk31RR .caption .mbr-text {
  margin: 0;
}
.cid-sgaNUk31RR .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgaNUk31RR .form1 {
    padding: 1.5rem;
  }
  .cid-sgaNUk31RR .second-card {
    padding-bottom: 2rem;
  }
  .cid-sgaNUk31RR .first-row,
  .cid-sgaNUk31RR .second-row,
  .cid-sgaNUk31RR .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-sgaNUk31RR .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-sgaNUk31RR .items-column {
    padding-top: 2rem;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sg9NmIrneF .nav-item:focus,
.cid-sg9NmIrneF .nav-link:focus {
  outline: none;
}
.cid-sg9NmIrneF .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sg9NmIrneF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-sg9NmIrneF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9NmIrneF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e9e9e9;
  flex-direction: row !important;
}
.cid-sg9NmIrneF .navbar.opened {
  transition: all 0.3s;
  background: #e9e9e9 !important;
}
.cid-sg9NmIrneF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sg9NmIrneF .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse.show,
.cid-sg9NmIrneF .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sg9NmIrneF .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sg9NmIrneF .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-sg9NmIrneF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sg9NmIrneF .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sg9NmIrneF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sg9NmIrneF .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 60px;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9NmIrneF .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sg9NmIrneF .dropdown-item.active,
.cid-sg9NmIrneF .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9NmIrneF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9NmIrneF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9NmIrneF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .navbar-buttons {
  text-align: inherit;
}
.cid-sg9NmIrneF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1887cd;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sg9NmIrneF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sg9NmIrneF .icons-menu {
  text-align: inherit;
}
.cid-sg9NmIrneF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sg9NmIrneF .nav-link:hover,
.cid-sg9NmIrneF .dropdown-item:hover,
.cid-sg9NmIrneF .icons-menu .mbr-iconfont:hover {
  color: #0077bd !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg9NmIrneF .navbar {
    height: 77px;
  }
  .cid-sg9NmIrneF .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sg9NmIrneF .navbar-collapse .img-column {
    display: none;
  }
  .cid-sg9NmIrneF .icons-menu,
  .cid-sg9NmIrneF .navbar-buttons,
  .cid-sg9NmIrneF .contact-block,
  .cid-sg9NmIrneF .text-column {
    text-align: center !important;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sg9NmIrneF .nav-item:focus,
.cid-sg9NmIrneF .nav-link:focus {
  outline: none;
}
.cid-sg9NmIrneF .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sg9NmIrneF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-sg9NmIrneF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9NmIrneF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e9e9e9;
  flex-direction: row !important;
}
.cid-sg9NmIrneF .navbar.opened {
  transition: all 0.3s;
  background: #e9e9e9 !important;
}
.cid-sg9NmIrneF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sg9NmIrneF .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse.show,
.cid-sg9NmIrneF .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sg9NmIrneF .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sg9NmIrneF .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-sg9NmIrneF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sg9NmIrneF .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sg9NmIrneF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sg9NmIrneF .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 60px;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9NmIrneF .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sg9NmIrneF .dropdown-item.active,
.cid-sg9NmIrneF .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9NmIrneF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9NmIrneF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9NmIrneF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .navbar-buttons {
  text-align: inherit;
}
.cid-sg9NmIrneF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1887cd;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sg9NmIrneF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sg9NmIrneF .icons-menu {
  text-align: inherit;
}
.cid-sg9NmIrneF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sg9NmIrneF .nav-link:hover,
.cid-sg9NmIrneF .dropdown-item:hover,
.cid-sg9NmIrneF .icons-menu .mbr-iconfont:hover {
  color: #0077bd !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg9NmIrneF .navbar {
    height: 77px;
  }
  .cid-sg9NmIrneF .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sg9NmIrneF .navbar-collapse .img-column {
    display: none;
  }
  .cid-sg9NmIrneF .icons-menu,
  .cid-sg9NmIrneF .navbar-buttons,
  .cid-sg9NmIrneF .contact-block,
  .cid-sg9NmIrneF .text-column {
    text-align: center !important;
  }
}
.cid-sgaTVCBen9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgaTVCBen9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgaTVCBen9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgaTVCBen9 .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-sgaTVCBen9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgaTVCBen9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgaTVCBen9 .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sgaTVCBen9 .form-container {
  padding: 3rem;
}
.cid-sgaTVCBen9 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sgaTVCBen9 .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #cccccc, #0077bd);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgaTVCBen9 .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sgaTVCBen9 .form-group,
  .cid-sgaTVCBen9 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sgaTVCBen9 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sgaTVCBen9 .form-control:focus,
.cid-sgaTVCBen9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sgaTVCBen9 textarea.form-control {
  min-height: 170px;
}
.cid-sgaTVCBen9 .form-group {
  margin-bottom: 1rem;
}
.cid-sgaTVCBen9 input::-webkit-input-placeholder,
.cid-sgaTVCBen9 textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sgaTVCBen9 input:-moz-placeholder,
.cid-sgaTVCBen9 textarea:-moz-placeholder {
  color: #565656;
}
.cid-sgaTVCBen9 .jq-selectbox li,
.cid-sgaTVCBen9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgaTVCBen9 .jq-selectbox li:hover,
.cid-sgaTVCBen9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgaTVCBen9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sgaTVCBen9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgaTVCBen9 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sgaTVCBen9 .text-block {
    margin-bottom: 2rem;
  }
  .cid-sgaTVCBen9 .wrapper {
    margin-top: 0;
  }
}
.cid-sgaTVCBen9 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgaTVCBen9 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sgaTVCBen9 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgaTVCBen9 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sgaTVCBen9 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgaTVCBen9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgaTVCBen9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sg9NmIrneF .nav-item:focus,
.cid-sg9NmIrneF .nav-link:focus {
  outline: none;
}
.cid-sg9NmIrneF .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sg9NmIrneF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9NmIrneF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-sg9NmIrneF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9NmIrneF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e9e9e9;
  flex-direction: row !important;
}
.cid-sg9NmIrneF .navbar.opened {
  transition: all 0.3s;
  background: #e9e9e9 !important;
}
.cid-sg9NmIrneF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sg9NmIrneF .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse.show,
.cid-sg9NmIrneF .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sg9NmIrneF .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sg9NmIrneF .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sg9NmIrneF .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-sg9NmIrneF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sg9NmIrneF .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sg9NmIrneF .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sg9NmIrneF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sg9NmIrneF .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 60px;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sg9NmIrneF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9NmIrneF .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9NmIrneF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9NmIrneF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sg9NmIrneF .dropdown-item.active,
.cid-sg9NmIrneF .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9NmIrneF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sg9NmIrneF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sg9NmIrneF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9NmIrneF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9NmIrneF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg9NmIrneF .navbar-buttons {
  text-align: inherit;
}
.cid-sg9NmIrneF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1887cd;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg9NmIrneF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg9NmIrneF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg9NmIrneF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sg9NmIrneF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sg9NmIrneF .icons-menu {
  text-align: inherit;
}
.cid-sg9NmIrneF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sg9NmIrneF .nav-link:hover,
.cid-sg9NmIrneF .dropdown-item:hover,
.cid-sg9NmIrneF .icons-menu .mbr-iconfont:hover {
  color: #0077bd !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg9NmIrneF .navbar {
    height: 77px;
  }
  .cid-sg9NmIrneF .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sg9NmIrneF .navbar-collapse .img-column {
    display: none;
  }
  .cid-sg9NmIrneF .icons-menu,
  .cid-sg9NmIrneF .navbar-buttons,
  .cid-sg9NmIrneF .contact-block,
  .cid-sg9NmIrneF .text-column {
    text-align: center !important;
  }
}
.cid-sgaZqCCf0W {
  background-image: url("../../../assets/images/c4becc78-b33d-4f91-b13d-54669409e4cd-no-plate-2000x2000.jpg");
}
.cid-sgaZqCCf0W .mbr-text {
  color: #e5e5e5;
}
.cid-sgaZqCCf0W .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-sgaZqCCf0W .icon-wrap:hover {
  border-color: #0077bd;
  transition: all 0.3s;
}
.cid-sgaZqCCf0W .icon-wrap:hover .mbr-iconfont {
  color: #0077bd;
  transition: all 0.3s;
}
.cid-sgaZqCCf0W .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sgaZqCCf0W .icon-wrap span {
  padding-left: 6px;
}
.cid-sgaZqCCf0W .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgaZqCCf0W .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgaZqCCf0W .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgaZqCCf0W a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgaZqCCf0W a.close:hover {
  color: #ffffff;
}
.cid-sgaZAOEMPM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgaZAOEMPM .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sgaZAOEMPM .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sgaZAOEMPM .list-img {
  width: 100px;
}
.cid-sgaZAOEMPM .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-sgaZAOEMPM .btn {
  margin: 0px !important;
}
.cid-sgaZAOEMPM .text-box {
  padding: 1rem;
}
.cid-sgaZAOEMPM .text-box p {
  margin: 0;
}
.cid-sgaZAOEMPM .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sgaZAOEMPM .ico-box p {
  margin: 0;
}
.cid-sgaZAOEMPM .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgaZAOEMPM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgaZAOEMPM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgaZAOEMPM .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sgaZAOEMPM .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sgaZAOEMPM .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sgaZAOEMPM .carousel-indicators li {
  display: inline-block;
}
.cid-sgaZAOEMPM .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sgaZAOEMPM .carousel-indicators li.active {
  border: 0px;
}
.cid-sgaZAOEMPM .li1,
.cid-sgaZAOEMPM .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/7f8d31f0-53c8-4738-b1c6-c38dab74ca56-1-1280x960.jpg");
}
.cid-sgaZAOEMPM .li2,
.cid-sgaZAOEMPM .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/img-2794-2000x1500.jpg");
}
.cid-sgaZAOEMPM .li3,
.cid-sgaZAOEMPM .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/img-2566-2000x1500.jpg");
}
.cid-sgaZAOEMPM .li4,
.cid-sgaZAOEMPM .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/img-2805-2000x1500.jpg");
}
.cid-sgaZAOEMPM .li5,
.cid-sgaZAOEMPM .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/c4becc78-b33d-4f91-b13d-54669409e4cd-2000x2000.jpg");
}
.cid-sgaZAOEMPM .li6,
.cid-sgaZAOEMPM .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/img-1971-2000x1500.jpg");
}
@media (max-width: 992px) {
  .cid-sgaZAOEMPM .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sgaZAOEMPM .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sgaZAOEMPM .card-title2 {
  color: #149dcc;
}
.cid-sgaZAOEMPM .sq {
  color: #767676;
}
.cid-sgaZAOEMPM .item {
  color: #767676;
}
.cid-sgaZrnmfA4 {
  background-image: url("../../../assets/images/screenshot-2020-11-13-023045-1426x695.png");
}
.cid-sgaZrnmfA4 .mbr-text {
  color: #e5e5e5;
}
.cid-sgaZrnmfA4 .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-sgaZrnmfA4 .icon-wrap:hover {
  border-color: #0077bd;
  transition: all 0.3s;
}
.cid-sgaZrnmfA4 .icon-wrap:hover .mbr-iconfont {
  color: #0077bd;
  transition: all 0.3s;
}
.cid-sgaZrnmfA4 .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sgaZrnmfA4 .icon-wrap span {
  padding-left: 6px;
}
.cid-sgaZrnmfA4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgaZrnmfA4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgaZrnmfA4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgaZrnmfA4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgaZrnmfA4 a.close:hover {
  color: #ffffff;
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKOYQOMYPF .nav-item:focus,
.cid-uKOYQOMYPF .nav-link:focus {
  outline: none;
}
.cid-uKOYQOMYPF .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uKOYQOMYPF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uKOYQOMYPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKOYQOMYPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKOYQOMYPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKOYQOMYPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uKOYQOMYPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKOYQOMYPF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e9e9e9;
  flex-direction: row !important;
}
.cid-uKOYQOMYPF .navbar.opened {
  transition: all 0.3s;
  background: #e9e9e9 !important;
}
.cid-uKOYQOMYPF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uKOYQOMYPF .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uKOYQOMYPF .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uKOYQOMYPF .navbar .navbar-collapse.show,
.cid-uKOYQOMYPF .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-uKOYQOMYPF .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uKOYQOMYPF .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uKOYQOMYPF .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uKOYQOMYPF .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-uKOYQOMYPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKOYQOMYPF .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uKOYQOMYPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKOYQOMYPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKOYQOMYPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKOYQOMYPF .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uKOYQOMYPF .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uKOYQOMYPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uKOYQOMYPF .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 60px;
}
.cid-uKOYQOMYPF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uKOYQOMYPF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKOYQOMYPF .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKOYQOMYPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKOYQOMYPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKOYQOMYPF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKOYQOMYPF .dropdown-item.active,
.cid-uKOYQOMYPF .dropdown-item:active {
  background-color: transparent;
}
.cid-uKOYQOMYPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKOYQOMYPF .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uKOYQOMYPF .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uKOYQOMYPF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uKOYQOMYPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-uKOYQOMYPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKOYQOMYPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKOYQOMYPF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKOYQOMYPF .navbar-buttons {
  text-align: inherit;
}
.cid-uKOYQOMYPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKOYQOMYPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1887cd;
}
.cid-uKOYQOMYPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKOYQOMYPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKOYQOMYPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKOYQOMYPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKOYQOMYPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKOYQOMYPF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKOYQOMYPF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKOYQOMYPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKOYQOMYPF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uKOYQOMYPF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKOYQOMYPF .icons-menu {
  text-align: inherit;
}
.cid-uKOYQOMYPF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uKOYQOMYPF .nav-link:hover,
.cid-uKOYQOMYPF .dropdown-item:hover,
.cid-uKOYQOMYPF .icons-menu .mbr-iconfont:hover {
  color: #0077bd !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKOYQOMYPF .navbar {
    height: 77px;
  }
  .cid-uKOYQOMYPF .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uKOYQOMYPF .navbar-collapse .img-column {
    display: none;
  }
  .cid-uKOYQOMYPF .icons-menu,
  .cid-uKOYQOMYPF .navbar-buttons,
  .cid-uKOYQOMYPF .contact-block,
  .cid-uKOYQOMYPF .text-column {
    text-align: center !important;
  }
}
.cid-uKPvoKJZud {
  padding-top: 7rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #1887cd;
}
.cid-uKPvoKJZud .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uKPvoKJZud .card-title {
  color: #ffffff;
}
.cid-uKPvoKJZud .mbr-text,
.cid-uKPvoKJZud .mbr-section-btn {
  color: #e5e5e5;
}
@media (min-width: 992px) {
  .cid-uKPvoKJZud .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uKPvoKJZud .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uKPvoKJZud .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uKPvoKJZud .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKPvoKJZud .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uKPvoKJZud .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uKPvoKJZud .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uKPvoKJZud .bg-wrapper {
    display: none;
  }
  .cid-uKPvoKJZud .text-wrapper {
    text-align: center;
  }
  .cid-uKPvoKJZud .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uKPvoKJZud .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uKPvoKJZud .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uKPvoKJZud .card-title {
    letter-spacing: -1px;
  }
}
.cid-uKPuu2MfJg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKPuu2MfJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPuu2MfJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKPuu2MfJg .col-title {
  margin-bottom: 32px;
}
.cid-uKPuu2MfJg .mbr-section-title {
  color: #24262b;
}
.cid-uKPuu2MfJg .mbr-section-subtitle {
  color: #24262b;
}
.cid-uKPuu2MfJg .cards-row {
  row-gap: 32px;
}
.cid-uKPuu2MfJg .card {
  border-radius: 0;
}
.cid-uKPuu2MfJg .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uKPuu2MfJg .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #1887cd;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uKPuu2MfJg .text-wrap {
  flex-grow: 1;
}
.cid-uKPuu2MfJg .card-title {
  color: #24262b;
}
.cid-uKPuu2MfJg .card-text {
  color: #767676;
}
.cid-uKPuhKKYO7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1887cd;
}
.cid-uKPuhKKYO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPuhKKYO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKPuhKKYO7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKPuhKKYO7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKPuhKKYO7 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKPuhKKYO7 .container {
    padding: 0 20px;
  }
}
.cid-uKPuhKKYO7 .container .row {
  margin: 0;
}
.cid-uKPuhKKYO7 .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uKPuhKKYO7 .item {
  padding: 0;
}
.cid-uKPuhKKYO7 .item .item-wrapper a {
  display: block;
}
.cid-uKPuhKKYO7 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uKPuhKKYO7 .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 992px) {
  .cid-uKPuhKKYO7 .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-uKPuhKKYO7 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.cid-uKPuhKKYO7 .item .item-wrapper a .item-img .item-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uKPuhKKYO7 .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-uKPuhKKYO7 .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uKPuhKKYO7 .item-title {
  color: #ffffff;
}
.cid-uKPuhKKYO7 .mbr-desc {
  color: #ffffff;
}
.cid-uKPuhKKYO7 .features2 .container .row {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1rem !important;
}
.cid-uKPuhKKYO7 .features2 .item {
  padding: 0 !important;
}
.cid-uKPuhKKYO7 .features2 .item-img {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1.33333333 !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: 0 !important;
  display: block !important;
}
.cid-uKPuhKKYO7 .features2 .item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease-in-out !important;
}
.cid-uKPuhKKYO7 .features2 .item-wrapper a:hover .item-img img {
  transform: scale(1.05) !important;
}
.cid-uKPuhKKYO7 .features2 .item-content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  text-align: center !important;
  padding: 0.5rem 0 !important;
  font-size: 1rem !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  z-index: 2 !important;
}
.cid-uKPuhKKYO7 .row.row-cols-5 > .col {
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-uKPuhKKYO7 .item-title,
.cid-uKPuhKKYO7 .mbr-desc {
  color: #ffffff;
}
.cid-uKPvq0ZrcS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKPvq0ZrcS .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-uKPvq0ZrcS .card {
  border: 2px solid #17171A;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-uKPvq0ZrcS .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-uKPvq0ZrcS .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-uKPvq0ZrcS .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-uKPvq0ZrcS .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-uKPvq0ZrcS .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-uKPvq0ZrcS .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-uKPvq0ZrcS .content-wrap {
    flex-wrap: wrap;
  }
  .cid-uKPvq0ZrcS .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-uKPvq0ZrcS .main-content p {
    width: 70%;
  }
  .cid-uKPvq0ZrcS .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-uKPvq0ZrcS .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-uKPvq0ZrcS .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-uKPvq0ZrcS .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-uKPvq0ZrcS .main-content p {
    width: 100%;
  }
  .cid-uKPvq0ZrcS .add-content {
    display: none;
  }
  .cid-uKPvq0ZrcS .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uKPvq0ZrcS .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uKPvq0ZrcS .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uKPvq0ZrcS .mbr-text {
  color: #007bff;
}
.cid-uKPu0qjkxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe3e8;
}
.cid-uKPu0qjkxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPu0qjkxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKPu0qjkxZ .container {
    padding: 0 16px;
  }
}
.cid-uKPu0qjkxZ .row {
  position: relative;
}
.cid-uKPu0qjkxZ .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKPu0qjkxZ .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-title span {
  color: #1887cd;
}
.cid-uKPu0qjkxZ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uKPu0qjkxZ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0077bd !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #282f39 !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #e5e5e5 !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #61728a !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #0077bd !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #0077bd !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uKPu0qjkxZ .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uKPu0qjkxZ .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uKPu0qjkxZ .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #1887cd -10%, transparent 80%);
}
.cid-uKPu0qjkxZ .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uKPu0qjkxZ .items-wrapper {
    margin-left: 0;
  }
}
.cid-uKPu0qjkxZ .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uKPu0qjkxZ .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uKPu0qjkxZ .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uKPu0qjkxZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uKPu0qjkxZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKPu0qjkxZ .mbr-section-title {
  color: #000000;
}
.cid-uKPu0qjkxZ .mbr-text {
  color: #6f6f6f;
}
.cid-uKPu0qjkxZ .item-title {
  color: #000000;
}
.cid-uKPu0qjkxZ .item-text {
  color: #000000;
}
.cid-uKQ1EElUfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKQ1EElUfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKQ1EElUfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ1EElUfR .google-map {
  height: 350px;
  position: relative;
}
.cid-uKQ1EElUfR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKQ1EElUfR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKQ1EElUfR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKQ1EElUfR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKPvJadWiC .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-uKPvJadWiC .mbr-text,
.cid-uKPvJadWiC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKPvJadWiC .card1,
.cid-uKPvJadWiC .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uKPvJadWiC .card1 {
  background-image: url("../../../assets/images/cape-town-1920x768.png");
}
.cid-uKPvJadWiC .card2 {
  background-image: url("../../../assets/images/jozi-1920x1080.png");
}
.cid-uKPvJadWiC h1,
.cid-uKPvJadWiC p,
.cid-uKPvJadWiC a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-uKPvJadWiC .card1,
  .cid-uKPvJadWiC .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-uKPvJadWiC p {
  line-height: 1.6;
}
.cid-uKQ1yQVCzV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uKQ1yQVCzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKQ1yQVCzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ1yQVCzV .row {
  justify-content: center;
}
.cid-uKQ1yQVCzV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKQ1yQVCzV .item {
    margin-bottom: 1rem;
  }
}
.cid-uKQ1yQVCzV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKQ1yQVCzV .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKQ1yQVCzV .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKQ1yQVCzV .content-head {
  max-width: 800px;
}
.cid-uKOYQNW2sD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-uKOYQNW2sD .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKOYQNW2sD .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKOYQNW2sD .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-uKOYQNW2sD .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKOYQNW2sD .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-uKOYQNW2sD .text-wrap .icons-wrap::after {
    display: none;
  }
}
