@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #25d366 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #3c71d3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #25d366;
  color: #25d366;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !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,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d75959 !important;
}
.text-success {
  color: #25d366 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #3c71d3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ebabab !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #77e7a1 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8faee6 !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: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #3c71d3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2eaf9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #d75959 !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='%23000000' %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-syCsXyug0k {
  padding-top: 30px;
  background-image: url("../../../assets/images/68740999-103812790988462-4999277087127764992-n-820x462.jpg");
}
.cid-syCsXyug0k .container {
  margin-bottom: 12%;
}
.cid-syCsXyug0k .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 400px;
  max-width: 100%;
  padding: 2rem;
}
.cid-syCsXyug0k .mbr-section-title {
  margin-top: 1rem !important;
}
@media (max-width: 700px) {
  .cid-syCsXyug0k .btn {
    font-size: 13px !important;
  }
  .cid-syCsXyug0k .container {
    margin-bottom: 25%;
  }
}
.cid-syCsXyug0k .btn {
  margin-top: 1rem !important;
  border-radius: 0 !important;
}
.cid-syCsXyug0k .content-container .btn-bgr {
  z-index: 0;
}
.cid-syCsXyug0k .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #033399;
}
.cid-syCsXyug0k .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-syCsXyug0k .box-item:first-child {
  background-color: #eff1f5;
  margin-top: -200px;
}
.cid-syCsXyug0k .box-item:nth-child(2) {
  background-color: #eff1f5;
}
.cid-syCsXyug0k .box-item:last-child {
  background-color: #f3f4f7;
}
.cid-syCsXyug0k .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-syCsXyug0k .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-syCsXyug0k .box-list li:last-child {
  border-bottom: none;
}
.cid-syCsXyug0k .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-syCsXyug0k .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-syCsXyug0k .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syCsXyug0k .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-syCsXyug0k .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-syCsXyug0k .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-syCsXyug0k .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-syCsXyug0k .mbr-text,
.cid-syCsXyug0k .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-syCsXyug0k H1 {
  color: #ffffff;
  text-align: center;
}
.cid-syCsXyug0k .box-item-text {
  text-align: center;
}
.cid-syCsXyug0k .icon-block-top,
.cid-syCsXyug0k .box-item-title {
  text-align: center;
  color: #404040;
}
.cid-syCsXyug0k H5 {
  text-align: center;
}
.cid-siGb3CQSRK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #033399;
}
.cid-siGb3CQSRK .mbr-section-title {
  padding-bottom: 2rem;
  font-weight: normal;
}
.cid-siGb3CQSRK .mbr-text {
  color: #ffffff;
}
.cid-siGb3CQSRK .card-title {
  color: #f9e2af;
}
.cid-siGb3CQSRK .card .card-img span {
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-siGb3CQSRK .card {
    padding-bottom: 2rem !important;
  }
}
.cid-siGb3CQSRK .card-title,
.cid-siGb3CQSRK .card-img {
  color: #ffffff;
}
.cid-siGb3CQSRK .mbr-section-title,
.cid-siGb3CQSRK .underline {
  text-align: center;
  color: #ffffff;
}
.cid-rVs6CeEtXs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f7;
}
@media (min-width: 1500px) {
  .cid-rVs6CeEtXs .container {
    max-width: 1400px;
  }
}
.cid-rVs6CeEtXs .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-rVs6CeEtXs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CeEtXs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CeEtXs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CeEtXs .main-title {
  margin-bottom: 16px;
  color: #033399;
}
.cid-rVs6CeEtXs .card {
  transition: all 0.3s;
}
.cid-rVs6CeEtXs .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper {
  width: auto;
  height: 274px;
  margin-bottom: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-rVs6CeEtXs .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rVs6CeEtXs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:active,
.cid-rVs6CeEtXs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .badge,
.cid-rVs6CeEtXs .badge_wrap {
  color: #102f62;
}
.cid-rYQKxIzzuI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYQKxIzzuI img {
  width: 100%;
}
.cid-rYQKxIzzuI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-rYQKxIzzuI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rYQKxIzzuI .main-title {
  color: #000000;
  padding-bottom: 1rem;
}
.cid-rYQKxIzzuI .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-rYQKxIzzuI .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-rYQKxIzzuI .cards .card {
  margin-bottom: 34px;
}
.cid-rYQKxIzzuI .cards .card .card-title {
  margin-top: -20px !important;
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-rYQKxIzzuI .cards .card .mbr-text {
  color: #606060;
}
.cid-rYQKxIzzuI .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cid-rYQKxIzzuI .card {
    text-align: center;
  }
  .cid-rYQKxIzzuI .card .card-title {
    text-align: center;
  }
}
.cid-rYQKxIzzuI .badge,
.cid-rYQKxIzzuI .badge_wrap {
  color: #102f62;
}
.cid-rYQKxIzzuI .cards .card .card-title {
  color: #000000;
}
.cid-s87NFwLQJm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-s87NFwLQJm .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s87NFwLQJm .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-s87NFwLQJm .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-s87NFwLQJm .form-group {
  margin-bottom: 1rem;
}
.cid-s87NFwLQJm .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s87NFwLQJm textarea.form-control {
  min-height: 96px;
}
.cid-s87NFwLQJm .input-group-btn {
  width: 100%;
}
.cid-s87NFwLQJm .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-s87NFwLQJm .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .cid-s87NFwLQJm .form1 {
    padding: 1.5rem;
  }
}
.cid-s87NFwLQJm LABEL {
  color: #333333;
}
.cid-s87NFwLQJm .form-subtitle {
  color: #111326;
  text-align: center;
}
.cid-s87NFwLQJm .form-title {
  text-align: center;
}
.cid-syEi8NmfXj {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-syEi8NmfXj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #d75959;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-syEi8NmfXj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-syEi8NmfXj .mbr-section-subtitle {
  color: #999999;
}
.cid-syEi8NmfXj img {
  width: 120px;
  margin: auto;
}
.cid-syEi8NmfXj .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-syEi8NmfXj .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-syEi8NmfXj .card {
    max-width: 14.28%;
  }
}
.cid-syEi8NmfXj .mbr-section-title {
  color: #102f62;
}
.cid-syEfVVVNuI {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-syEfVVVNuI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #d75959;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-syEfVVVNuI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-syEfVVVNuI .mbr-section-subtitle {
  color: #999999;
}
.cid-syEfVVVNuI img {
  width: 120px;
  margin: auto;
}
.cid-syEfVVVNuI .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-syEfVVVNuI .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-syEfVVVNuI .card {
    max-width: 14.28%;
  }
}
.cid-syCKyv3X5V .google-map {
  height: 30rem;
  position: relative;
}
.cid-syCKyv3X5V .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-syCKyv3X5V .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-syCKyv3X5V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-syCKyv3X5V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rVs6HuYwmv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #033399;
}
@media (min-width: 1500px) {
  .cid-rVs6HuYwmv .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
}
.cid-rYR0Tflm8C {
  background-color: #ffffff;
}
.cid-rYR0Tflm8C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR0Tflm8C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR0Tflm8C .mbr-section-title,
.cid-rYR0Tflm8C .icon-wrap,
.cid-rYR0Tflm8C .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYR0Tflm8C .mbr-text,
.cid-rYR0Tflm8C .mbr-section-btn {
  color: #000000;
}
.cid-rYR0Tv3LaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #033399;
}
@media (min-width: 1500px) {
  .cid-rYR0Tv3LaA .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR0Tv3LaA .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR0Tv3LaA p {
  color: #ffffff;
}
.cid-rYZy6YmOCv {
  background-color: #ffffff;
}
.cid-rYZy6YmOCv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYZy6YmOCv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYZy6YmOCv .mbr-section-title,
.cid-rYZy6YmOCv .icon-wrap,
.cid-rYZy6YmOCv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYZy6YmOCv .mbr-text,
.cid-rYZy6YmOCv .mbr-section-btn {
  color: #000000;
}
.cid-rYR4b5iUsd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #033399;
}
@media (min-width: 1500px) {
  .cid-rYR4b5iUsd .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR4b5iUsd .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR4b5iUsd p {
  color: #ffffff;
}
.cid-rYR4csvOfc {
  background-color: #ffffff;
}
.cid-rYR4csvOfc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR4csvOfc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR4csvOfc .mbr-section-title,
.cid-rYR4csvOfc .icon-wrap,
.cid-rYR4csvOfc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYR4csvOfc .mbr-text,
.cid-rYR4csvOfc .mbr-section-btn {
  color: #606060;
}
.cid-rYR4ctkcVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #033399;
}
@media (min-width: 1500px) {
  .cid-rYR4ctkcVm .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR4ctkcVm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR4ctkcVm p {
  color: #ffffff;
}
.cid-tT3wDaiQLd {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tT3wDaiQLd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #d75959;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-tT3wDaiQLd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tT3wDaiQLd .mbr-section-subtitle {
  color: #999999;
}
.cid-tT3wDaiQLd img {
  width: 120px;
  margin: auto;
}
.cid-tT3wDaiQLd .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tT3wDaiQLd .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tT3wDaiQLd .card {
    max-width: 14.28%;
  }
}
.cid-tT3rqhbHI7 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tT3rqhbHI7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tT3rqhbHI7 .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-tT3rqhbHI7 .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-tT3rqhbHI7 .form-group {
  margin-bottom: 1rem;
}
.cid-tT3rqhbHI7 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-tT3rqhbHI7 textarea.form-control {
  min-height: 96px;
}
.cid-tT3rqhbHI7 .input-group-btn {
  width: 100%;
}
.cid-tT3rqhbHI7 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-tT3rqhbHI7 .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .cid-tT3rqhbHI7 .form1 {
    padding: 1.5rem;
  }
}
.cid-tT3rqhbHI7 LABEL {
  color: #333333;
}
.cid-tT3rqhbHI7 .form-subtitle {
  color: #111326;
  text-align: center;
}
.cid-tT3rqhbHI7 .form-title {
  text-align: center;
}
.cid-tT3rqiW268 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #033399;
}
@media (min-width: 1500px) {
  .cid-tT3rqiW268 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tT3rqiW268 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tT3rqiW268 p {
  color: #ffffff;
}
