.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2275bb !important;
}
.bg-success {
  background-color: #d3a850 !important;
}
.bg-info {
  background-color: #e5e5e5 !important;
}
.bg-warning {
  background-color: #2a2a4a !important;
}
.bg-danger {
  background-color: #2275bb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2275bb !important;
  border-color: #2275bb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #368fda !important;
  border-color: #368fda !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #368fda !important;
  border-color: #368fda !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2373ba !important;
  border-color: #2373ba !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #378dd9 !important;
  border-color: #378dd9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #378dd9 !important;
  border-color: #378dd9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #d3a850 !important;
  border-color: #d3a850 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ddbc79 !important;
  border-color: #ddbc79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ddbc79 !important;
  border-color: #ddbc79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a2a4a !important;
  border-color: #2a2a4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3c3c6b !important;
  border-color: #3c3c6b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3c3c6b !important;
  border-color: #3c3c6b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2275bb !important;
  border-color: #2275bb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #368fda !important;
  border-color: #368fda !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #368fda !important;
  border-color: #368fda !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2275bb;
  color: #2275bb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #154772 !important;
  background-color: transparent !important;
  border-color: #154772 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2275bb !important;
  border-color: #2275bb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2373ba;
  color: #2373ba;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #154671 !important;
  background-color: transparent !important;
  border-color: #154671 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2373ba !important;
  border-color: #2373ba !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bababa !important;
  background-color: transparent !important;
  border-color: #bababa !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3a850;
  color: #d3a850;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a37b29 !important;
  background-color: transparent !important;
  border-color: #a37b29 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d3a850 !important;
  border-color: #d3a850 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2a2a4a;
  color: #2a2a4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0b0b13 !important;
  background-color: transparent !important;
  border-color: #0b0b13 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2a4a !important;
  border-color: #2a2a4a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2275bb;
  color: #2275bb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #154772 !important;
  background-color: transparent !important;
  border-color: #154772 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2275bb !important;
  border-color: #2275bb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2275bb !important;
}
.text-secondary {
  color: #2373ba !important;
}
.text-success {
  color: #d3a850 !important;
}
.text-info {
  color: #e5e5e5 !important;
}
.text-warning {
  color: #2a2a4a !important;
}
.text-danger {
  color: #2275bb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #123f65 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #133e64 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #977226 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b2b2b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #050509 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #123f65 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2275bb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e5e5e5;
}
.alert-warning {
  background-color: #2a2a4a;
}
.alert-danger {
  background-color: #2275bb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2275bb;
  border-color: #2275bb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2275bb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #76b3e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf9f3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9696c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #76b3e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2275bb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #2275bb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2275bb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2275bb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2275bb;
  border-bottom-color: #2275bb;
}
.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: #2275bb !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: #2373ba !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='%232275bb' %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-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tUWMquu31d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/coastal-industries-hero-2-2000x1000.jpg");
}
.cid-tUWMquu31d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMquu31d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMquu31d .mbr-section-title {
  color: #FFFFFF;
}
.cid-tUWMquu31d .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tUWMquu31d .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tUWMquu31d .mbr-section-btn {
  margin-top: 18px;
}
.cid-tUWMquu31d .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tUWMquu31d .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tUWMquu31d .spacr {
  margin-top: 120px;
}
.cid-tUWMquu31d h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-tUWMquu31d {
    padding-top: 5px;
  }
  .cid-tUWMquu31d h1 {
    font-size: 38px !important;
    line-height: 2.3rem;
  }
  .cid-tUWMquu31d h2 {
    font-size: 22px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
  .cid-tUWMquu31d p {
    font-size: 15px !important;
  }
}
.cid-tUWScSe63L {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tUWScSe63L h6 {
  line-height: 1.2;
}
.cid-tUWScSe63L img,
.cid-tUWScSe63L .item-img {
  width: 100%;
}
.cid-tUWScSe63L .item:focus,
.cid-tUWScSe63L span:focus {
  outline: none;
}
.cid-tUWScSe63L .item {
  cursor: pointer;
}
.cid-tUWScSe63L .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tUWScSe63L .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tUWScSe63L .mbr-section-title {
  color: #000000;
}
.cid-tUWScSe63L .mbr-text,
.cid-tUWScSe63L .mbr-section-btn {
  color: #000000;
}
.cid-tUWScSe63L .item-title {
  color: #000000;
  text-align: center;
}
.cid-tUWScSe63L .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tUWScSe63L .item-text {
  color: #000000;
  text-align: center;
}
.cid-tUWScSe63L .content-head {
  max-width: 800px;
}
.cid-tUWScSe63L b,
.cid-tUWScSe63L strong {
  color: #2275bb;
  font-size: 1.2rem;
}
.cid-tUWScSe63L span {
  color: #2275bb;
  font-size: 3rem;
}
.cid-tUWScSe63L hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-tUWScSe63L span {
    color: #2275bb;
    font-size: 2.2rem;
    font-weight: 800;
  }
}
.cid-tUXamt8YtS {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-tUXamt8YtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXamt8YtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tUXamt8YtS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tUXamt8YtS img {
  border-radius: 3rem;
}
.cid-tUXamt8YtS .row {
  align-items: center;
}
.cid-tUXamt8YtS .mbr-section-title {
  color: #2275bb;
}
.cid-tUXamt8YtS .mbr-text,
.cid-tUXamt8YtS .mbr-section-btn {
  color: #491414;
}
.cid-tUXamt8YtS h3 {
  color: #491414;
  font-size: 4rem;
}
.cid-tUXamt8YtS span {
  color: #d3a850;
  font-weight: 800;
}
@media (max-width: 520px) {
  .cid-tUXamt8YtS h3 {
    color: #491414;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .cid-tUXamt8YtS span {
    font-size: 2rem;
    color: #d3a850;
    font-weight: 800;
    line-height: 2.5rem;
  }
}
.cid-tV2UUM6mNY {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-testimonial-bg-2000x800.jpg");
}
.cid-tV2UUM6mNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2UUM6mNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2UUM6mNY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tV2UUM6mNY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tV2UUM6mNY .card-wrap {
  padding: 0 20%;
}
@media (max-width: 991px) {
  .cid-tV2UUM6mNY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tV2UUM6mNY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tV2UUM6mNY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tV2UUM6mNY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tV2UUM6mNY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tV2UUM6mNY .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tV2UUM6mNY .embla__button--next,
.cid-tV2UUM6mNY .embla__button--prev {
  display: flex;
}
.cid-tV2UUM6mNY .embla__button {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #2275bb;
  color: #ff0000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tV2UUM6mNY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV2UUM6mNY .embla__button:hover {
  background: transparent;
  color: #2275bb;
  border: 1px solid #2275bb;
}
.cid-tV2UUM6mNY .embla__button.embla__button--prev {
  left: 10%;
}
.cid-tV2UUM6mNY .embla__button.embla__button--next {
  right: 10%;
}
@media (max-width: 767px) {
  .cid-tV2UUM6mNY .embla__button {
    top: auto;
  }
}
.cid-tV2UUM6mNY .embla {
  position: relative;
  width: 100%;
}
.cid-tV2UUM6mNY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tV2UUM6mNY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV2UUM6mNY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV2UUM6mNY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV2UUM6mNY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tV2UUM6mNY .item-wrapper {
    padding: 0;
  }
}
.cid-tV2UUM6mNY .item-wrapper img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  margin: 0 auto 38px;
  object-fit: cover;
}
.cid-tV2UUM6mNY .carousel-caption {
  position: static;
  padding: 0;
}
.cid-tV2UUM6mNY .carousel-caption .mbr-text {
  margin: 0;
}
.cid-tV2UUM6mNY .carousel-caption .mbr-icon {
  margin-top: 32px;
}
.cid-tV2UUM6mNY .carousel-caption .mbr-icon span {
  color: #e5e5e5;
  font-size: 31px;
}
.cid-tV2UUM6mNY .carousel-caption .mbr-section-title {
  margin: 22px 0 0 0;
}
.cid-tV2UUM6mNY .carousel-caption .mbr-desc {
  margin: 6px 0 0 0;
}
.cid-tV2UUM6mNY .carousel-control:hover {
  background-color: transparent;
  color: #2275bb;
}
.cid-tV2UUM6mNY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tV2UUM6mNY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tV2UUM6mNY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tV2UUM6mNY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tV2UUM6mNY .container .carousel-indicators {
  margin: 0 0 -4% 0;
}
.cid-tV2UUM6mNY .item-menu-overlay {
  display: none !important;
  pointer-events: none;
}
.cid-tV2UUM6mNY .mbr-text {
  color: #20232a;
}
.cid-tV2UUM6mNY .mbr-section-title {
  color: #d3a850;
}
.cid-tV2UUM6mNY .mbr-desc {
  color: #84858a;
}
.cid-tV2UUM6mNY .mbr-text,
.cid-tV2UUM6mNY .mbr-icon {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 520px) {
  .cid-tV2UUM6mNY .card-wrap {
    padding: 0 5%;
  }
}
.cid-tV8ZK7J0Dy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2275bb;
  background: linear-gradient(45deg, #2275bb, #2275bb);
}
.cid-tV8ZK7J0Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV8ZK7J0Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tV8ZK7J0Dy .container {
    padding: 0 24px;
  }
}
.cid-tV8ZK7J0Dy .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV8ZK7J0Dy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV8ZK7J0Dy .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV8ZK7J0Dy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tV8ZK7J0Dy .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #2275bb;
  border-radius: 40px;
}
.cid-tV8ZK7J0Dy .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-tV8ZK7J0Dy .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-tV8ZK7J0Dy .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tV8ZK7J0Dy h2 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tV8ZK7J0Dy h3 {
  font-size: 1.5rem;
}
.cid-tV8ZK7J0Dy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tV8ZK7J0Dy .mbr-section-title,
.cid-tV8ZK7J0Dy .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tV8ZK7J0Dy hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tV8ZK7J0Dy h2,
.cid-tV8ZK7J0Dy b,
.cid-tV8ZK7J0Dy strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-tV8ZK7J0Dy span {
    font-size: 20px !important;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
  }
  .cid-tV8ZK7J0Dy h2 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-tV8ZK7J0Dy h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
}
.cid-tV8ak9BEim {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #51add0;
}
@media (max-width: 991px) {
  .cid-tV8ak9BEim .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tV8ak9BEim .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tV8ak9BEim .google-map {
  height: 100%;
  position: relative;
}
.cid-tV8ak9BEim .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-tV8ak9BEim .google-map [data-state-details] {
  color: #fafafa;
  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-tV8ak9BEim .google-map[data-state] {
  background: #fafafa;
}
.cid-tV8ak9BEim .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV8ak9BEim .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tV8ak9BEim .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tV8ak9BEim .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-tV8ak9BEim .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2275bb;
}
.cid-tV8ak9BEim h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVvOQFpRO8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVvOQFpRO8 .mbr-text,
.cid-tVvOQFpRO8 blockquote {
  color: #767676;
}
.cid-tVvOQFpRO8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVvOQFpRO8 .mbr-text B {
  color: #efefef;
}
.cid-tVvOQFpRO8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVvOQFpRO8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVvOQFpRO8 .custom-shape-divider .shape-fill {
  fill: #51add0;
}
.cid-tV2WRbMUte {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tV2WRbMUte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2WRbMUte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2WRbMUte .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV2WRbMUte .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tV2WRbMUte .row {
    text-align: center;
  }
  .cid-tV2WRbMUte .row > div {
    margin: auto;
  }
  .cid-tV2WRbMUte .social-row {
    justify-content: center;
  }
}
.cid-tV2WRbMUte .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tV2WRbMUte .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV2WRbMUte .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV2WRbMUte .list {
    margin-bottom: 0rem;
  }
}
.cid-tV2WRbMUte .mbr-text {
  color: #bbbbbb;
}
.cid-tV2WRbMUte .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tV2WRbMUte .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tV2WRbMUte div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV2WRbMUte H5 {
  color: #4da6ff;
}
.cid-tV2WRbMUte hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tV2WRbMUte a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tV2WRbMUte span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tV7LaZcAhz {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tV7LaZcAhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7LaZcAhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7LaZcAhz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVvuoRQK74 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-about-building-banner-1-2000x600.jpg");
}
.cid-tVvuoRQK74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvuoRQK74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvuoRQK74 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVvuoRQK74 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tVvuoRQK74 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVvuoRQK74 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVvuoRQK74 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVvuoRQK74 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVvuoRQK74 .spacr {
  margin-top: 120px;
}
.cid-tVvuoRQK74 h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVvuoRQK74 h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVvuoRQK74 p {
  font-size: 1.5rem;
}
.cid-tVvuoRQK74 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVvuoRQK74 {
    padding-top: 5px;
  }
  .cid-tVvuoRQK74 h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-tVvuoRQK74 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVvuoRQK74 p {
    font-size: 20px !important;
  }
  .cid-tVvuoRQK74 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tXH4Lptvl4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tXH4Lptvl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXH4Lptvl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXH4Lptvl4 .card-wrapper {
  background: #2275bb;
}
@media (max-width: 767px) {
  .cid-tXH4Lptvl4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXH4Lptvl4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXH4Lptvl4 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-tXH4Lptvl4 .mbr-text,
.cid-tXH4Lptvl4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tXH4Lptvl4 .card-title,
.cid-tXH4Lptvl4 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tVvwv5N6cq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tVvwv5N6cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvwv5N6cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvwv5N6cq .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tVvwv5N6cq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tVvwv5N6cq .container {
    padding: 0 26px;
  }
}
.cid-tVvwv5N6cq .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .row {
    margin: 0 -12px;
  }
}
.cid-tVvwv5N6cq .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-tVvwv5N6cq .card:first-child {
  border-right: 1px solid #e1b330;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:first-child {
    border: none;
  }
}
.cid-tVvwv5N6cq .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #e1b330;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:first-child::before {
    display: none;
  }
}
.cid-tVvwv5N6cq .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card {
    padding: 0 12px;
  }
}
.cid-tVvwv5N6cq .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:last-child {
    padding: 0 12px;
  }
}
.cid-tVvwv5N6cq .card:first-child {
  border-right: none;
  border-left: 1px solid #e1b330;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:first-child {
    border: none;
  }
}
.cid-tVvwv5N6cq .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .card {
    padding: 0 12px;
  }
}
.cid-tVvwv5N6cq .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tVvwv5N6cq .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .image-wrapper img {
    height: 300px;
  }
}
.cid-tVvwv5N6cq .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tVvwv5N6cq .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tVvwv5N6cq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tVvwv5N6cq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tVvwv5N6cq .mbr-section-title {
  color: #d3a850;
  text-align: right;
}
.cid-tVvwv5N6cq .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVvwyJd0Cp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tVvwyJd0Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvwyJd0Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvwyJd0Cp .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tVvwyJd0Cp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tVvwyJd0Cp .container {
    padding: 0 26px;
  }
}
.cid-tVvwyJd0Cp .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .row {
    margin: 0 -12px;
  }
}
.cid-tVvwyJd0Cp .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-tVvwyJd0Cp .card:first-child {
  border-right: 1px solid #e1b330;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .card:first-child {
    border: none;
  }
}
.cid-tVvwyJd0Cp .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #e1b330;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .card:first-child::before {
    display: none;
  }
}
.cid-tVvwyJd0Cp .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .card {
    padding: 0 12px;
  }
}
.cid-tVvwyJd0Cp .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tVvwyJd0Cp .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .image-wrapper img {
    height: 300px;
  }
}
.cid-tVvwyJd0Cp .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tVvwyJd0Cp .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tVvwyJd0Cp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tVvwyJd0Cp .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tVvwyJd0Cp .mbr-section-title {
  color: #d3a850;
  text-align: leftt;
}
.cid-tVvwyJd0Cp .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tVvCQR709v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tVvCQR709v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvCQR709v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvCQR709v .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tVvCQR709v .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tVvCQR709v .container {
    padding: 0 26px;
  }
}
.cid-tVvCQR709v .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .row {
    margin: 0 -12px;
  }
}
.cid-tVvCQR709v .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-tVvCQR709v .card:first-child {
  border-right: 1px solid #e1b330;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:first-child {
    border: none;
  }
}
.cid-tVvCQR709v .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #e1b330;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:first-child::before {
    display: none;
  }
}
.cid-tVvCQR709v .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card {
    padding: 0 12px;
  }
}
.cid-tVvCQR709v .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:last-child {
    padding: 0 12px;
  }
}
.cid-tVvCQR709v .card:first-child {
  border-right: none;
  border-left: 1px solid #e1b330;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:first-child {
    border: none;
  }
}
.cid-tVvCQR709v .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .card {
    padding: 0 12px;
  }
}
.cid-tVvCQR709v .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tVvCQR709v .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .image-wrapper img {
    height: 300px;
  }
}
.cid-tVvCQR709v .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tVvCQR709v .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tVvCQR709v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tVvCQR709v .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tVvCQR709v .mbr-section-title {
  color: #d3a850;
  text-align: right;
}
.cid-tVvCQR709v .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVvEAfjmc5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVvEAfjmc5 .mbr-text,
.cid-tVvEAfjmc5 blockquote {
  color: #767676;
}
.cid-tVvEAfjmc5 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVvEAfjmc5 .mbr-text B {
  color: #efefef;
}
.cid-tVvEAfjmc5 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVvEAfjmc5 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVvEAfjmc5 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVvG3cyNRv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #2275bb;
}
@media (min-width: 1400px) {
  .cid-tVvG3cyNRv .container {
    max-width: 1162px;
  }
}
.cid-tVvG3cyNRv .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-tVvG3cyNRv .btn:hover,
.cid-tVvG3cyNRv .btn:focus {
  border-color: #fffdf7 !important;
  background-color: #fffdf7 !important;
}
@media (min-width: 768px) {
  .cid-tVvG3cyNRv .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tVvG3cyNRv img,
.cid-tVvG3cyNRv .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-tVvG3cyNRv .item-img {
  height: 100%;
}
.cid-tVvG3cyNRv .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tVvG3cyNRv .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-tVvG3cyNRv .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tVvG3cyNRv .mbr-text,
.cid-tVvG3cyNRv .mbr-section-btn {
  color: #ffffff;
}
.cid-tVvG3cyNRv .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tVvG3cyNRv .item-wrapper:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.cid-tVvG3cyNRv .item:focus,
.cid-tVvG3cyNRv span:focus {
  outline: none;
}
.cid-tVvG3cyNRv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tVvG3cyNRv .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-tVvG3cyNRv .mbr-section-title,
.cid-tVvG3cyNRv .mbr-section-btn {
  color: #ffffff;
}
.cid-tVvPo4kYdA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVvPo4kYdA .mbr-text,
.cid-tVvPo4kYdA blockquote {
  color: #767676;
}
.cid-tVvPo4kYdA .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVvPo4kYdA .mbr-text B {
  color: #efefef;
}
.cid-tVvPo4kYdA .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVvPo4kYdA .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVvPo4kYdA .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVvuoUgzVM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVvuoUgzVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvuoUgzVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvuoUgzVM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVvuoUgzVM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVvuoUgzVM .row {
    text-align: center;
  }
  .cid-tVvuoUgzVM .row > div {
    margin: auto;
  }
  .cid-tVvuoUgzVM .social-row {
    justify-content: center;
  }
}
.cid-tVvuoUgzVM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVvuoUgzVM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVvuoUgzVM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVvuoUgzVM .list {
    margin-bottom: 0rem;
  }
}
.cid-tVvuoUgzVM .mbr-text {
  color: #bbbbbb;
}
.cid-tVvuoUgzVM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVvuoUgzVM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVvuoUgzVM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVvuoUgzVM H5 {
  color: #4da6ff;
}
.cid-tVvuoUgzVM hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVvuoUgzVM a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVvuoUgzVM span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVvuoUFpDl {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVvuoUFpDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvuoUFpDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvuoUFpDl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVww2p568v {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-about-banner-2000x600.jpg");
}
.cid-tVww2p568v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVww2p568v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVww2p568v .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVww2p568v .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tVww2p568v .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVww2p568v .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVww2p568v .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVww2p568v .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVww2p568v .spacr {
  margin-top: 120px;
}
.cid-tVww2p568v h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVww2p568v h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVww2p568v p {
  font-size: 1.5rem;
}
.cid-tVww2p568v hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVww2p568v {
    padding-top: 5px;
  }
  .cid-tVww2p568v h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tVww2p568v h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVww2p568v p {
    font-size: 20px !important;
  }
  .cid-tVww2p568v hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tVww2ppy2j {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tVww2ppy2j h6 {
  line-height: 1.2;
}
.cid-tVww2ppy2j img,
.cid-tVww2ppy2j .item-img {
  width: 100%;
}
.cid-tVww2ppy2j .item:focus,
.cid-tVww2ppy2j span:focus {
  outline: none;
}
.cid-tVww2ppy2j .item {
  cursor: pointer;
}
.cid-tVww2ppy2j .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVww2ppy2j .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVww2ppy2j .mbr-section-title {
  color: #000000;
}
.cid-tVww2ppy2j .mbr-text,
.cid-tVww2ppy2j .mbr-section-btn {
  color: #000000;
}
.cid-tVww2ppy2j .item-title {
  color: #000000;
  text-align: center;
}
.cid-tVww2ppy2j .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVww2ppy2j .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVww2ppy2j .content-head {
  max-width: 800px;
}
.cid-tVww2ppy2j b,
.cid-tVww2ppy2j strong {
  color: #2275bb;
}
.cid-tVww2ppy2j hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tVww2rdKCc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVww2rdKCc .mbr-text,
.cid-tVww2rdKCc blockquote {
  color: #767676;
}
.cid-tVww2rdKCc .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVww2rdKCc .mbr-text B {
  color: #efefef;
}
.cid-tVww2rdKCc .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVww2rdKCc .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVww2rdKCc .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVwDJliVPr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2275bb;
}
.cid-tVwDJliVPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVwDJliVPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVwDJliVPr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVwDJliVPr .row {
    flex-direction: column-reverse;
  }
  .cid-tVwDJliVPr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVwDJliVPr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVwDJliVPr .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVwDJliVPr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVwDJliVPr hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVwDJliVPr h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVwDJliVPr .mbr-text,
.cid-tVwDJliVPr .mbr-section-btn {
  color: #ffffff;
}
.cid-tVwDJliVPr b,
.cid-tVwDJliVPr strong {
  color: #d3a850;
}
.cid-tVwDJliVPr ul,
.cid-tVwDJliVPr p {
  font-size: 1.1rem;
}
.cid-tVwDJliVPr span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVBcbq6igk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2275bb;
}
.cid-tVBcbq6igk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBcbq6igk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBcbq6igk img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tVBcbq6igk .img-wide {
  height: 50%;
}
.cid-tVBcbq6igk .img-big {
  height: 100%;
}
.cid-tVClObpwbJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #2275bb;
}
.cid-tVClObpwbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVClObpwbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVClObpwbJ .row {
    padding: 0 24px;
  }
}
.cid-tVClObpwbJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVClObpwbJ .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tVClObpwbJ .mbr-section-title {
  color: #2c0066;
}
.cid-tVClObpwbJ .mbr-section-title,
.cid-tVClObpwbJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVwLcNVQpA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVwLcNVQpA .mbr-text,
.cid-tVwLcNVQpA blockquote {
  color: #767676;
}
.cid-tVwLcNVQpA .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVwLcNVQpA .mbr-text B {
  color: #efefef;
}
.cid-tVwLcNVQpA .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVwLcNVQpA .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVwLcNVQpA .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVwKhLgJgo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tVwKhLgJgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVwKhLgJgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVwKhLgJgo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVwKhLgJgo .row {
    flex-direction: column-reverse;
  }
  .cid-tVwKhLgJgo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVwKhLgJgo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVwKhLgJgo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVwKhLgJgo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVwKhLgJgo hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVwKhLgJgo h6.card-title {
  font-size: 2rem;
}
.cid-tVwKhLgJgo .mbr-text,
.cid-tVwKhLgJgo .mbr-section-btn {
  color: #000000;
}
.cid-tVwKhLgJgo b,
.cid-tVwKhLgJgo strong {
  color: #d3a850;
}
.cid-tVwKhLgJgo ul,
.cid-tVwKhLgJgo p {
  font-size: 1.1rem;
}
.cid-tVwKhLgJgo span {
  font-size: 1.7rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tVwKhLgJgo .card-title {
  color: #000000;
}
.cid-tVBoIsdZec {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tVBoIsdZec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBoIsdZec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBoIsdZec img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tVBoIsdZec .img-wide {
  height: 50%;
}
.cid-tVBoIsdZec .img-big {
  height: 100%;
}
.cid-tVCv7lVso7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tVCv7lVso7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCv7lVso7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVCv7lVso7 .row {
    padding: 0 24px;
  }
}
.cid-tVCv7lVso7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVCv7lVso7 .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tVCv7lVso7 .mbr-section-title {
  color: #2c0066;
}
.cid-tVCv7lVso7 .mbr-section-title,
.cid-tVCv7lVso7 .mbr-section-btn {
  text-align: center;
  color: #2275bb;
}
.cid-tVBsqU4XVD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVBsqU4XVD .mbr-text,
.cid-tVBsqU4XVD blockquote {
  color: #767676;
}
.cid-tVBsqU4XVD .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVBsqU4XVD .mbr-text B {
  color: #efefef;
}
.cid-tVBsqU4XVD .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVBsqU4XVD .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVBsqU4XVD .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVBsw8s4NC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2275bb;
}
.cid-tVBsw8s4NC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBsw8s4NC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBsw8s4NC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVBsw8s4NC .row {
    flex-direction: column-reverse;
  }
  .cid-tVBsw8s4NC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVBsw8s4NC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVBsw8s4NC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVBsw8s4NC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVBsw8s4NC hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVBsw8s4NC h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVBsw8s4NC .mbr-text,
.cid-tVBsw8s4NC .mbr-section-btn {
  color: #ffffff;
}
.cid-tVBsw8s4NC b,
.cid-tVBsw8s4NC strong {
  color: #d3a850;
}
.cid-tVBsw8s4NC ul,
.cid-tVBsw8s4NC p {
  font-size: 1.1rem;
}
.cid-tVBsw8s4NC span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVBslftHzG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tVBslftHzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBslftHzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBslftHzG img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tVBslftHzG .img-wide {
  height: 50%;
}
.cid-tVBslftHzG .img-big {
  height: 100%;
}
.cid-tVCt07qnEh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2275bb;
}
.cid-tVCt07qnEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCt07qnEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVCt07qnEh .row {
    padding: 0 24px;
  }
}
.cid-tVCt07qnEh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVCt07qnEh .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tVCt07qnEh .mbr-section-title {
  color: #2c0066;
}
.cid-tVCt07qnEh .mbr-section-title,
.cid-tVCt07qnEh .mbr-section-btn {
  text-align: center;
  color: #fffdf7;
}
.cid-tVCKf89d7F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVCKf89d7F .mbr-text,
.cid-tVCKf89d7F blockquote {
  color: #767676;
}
.cid-tVCKf89d7F .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVCKf89d7F .mbr-text B {
  color: #efefef;
}
.cid-tVCKf89d7F .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVCKf89d7F .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVCKf89d7F .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVCNb7CRmJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tVCNb7CRmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCNb7CRmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCNb7CRmJ .card-wrapper {
  background: #2275bb;
}
@media (max-width: 767px) {
  .cid-tVCNb7CRmJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tVCNb7CRmJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVCNb7CRmJ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-tVCNb7CRmJ .mbr-text,
.cid-tVCNb7CRmJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tVCNb7CRmJ .card-title,
.cid-tVCNb7CRmJ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tVCJF1G8Gz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tVCJF1G8Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCJF1G8Gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCJF1G8Gz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .container {
    padding: 0 30px;
  }
}
.cid-tVCJF1G8Gz .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .item {
    margin-bottom: 30px;
  }
}
.cid-tVCJF1G8Gz .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-tVCJF1G8Gz .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 1.5em;
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tVCJF1G8Gz .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tVCJF1G8Gz .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-tVCJF1G8Gz .mbr-section-title {
  color: #2b2b2b;
}
.cid-tVCJF1G8Gz .mbr-desc {
  color: #ffffff;
}
.cid-tVCJF1G8Gz .mbr-date {
  color: #4e4e4e;
}
.cid-tVCJF1G8Gz .mbr-text {
  color: #4e4e4e;
}
.cid-tVCJF1G8Gz span {
  font-size: 1.6rem;
  color: #2275bb;
}
.cid-tVww2rTQY8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVww2rTQY8 .mbr-text,
.cid-tVww2rTQY8 blockquote {
  color: #767676;
}
.cid-tVww2rTQY8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVww2rTQY8 .mbr-text B {
  color: #efefef;
}
.cid-tVww2rTQY8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVww2rTQY8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVww2rTQY8 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVww2s9tyF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVww2s9tyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVww2s9tyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVww2s9tyF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVww2s9tyF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVww2s9tyF .row {
    text-align: center;
  }
  .cid-tVww2s9tyF .row > div {
    margin: auto;
  }
  .cid-tVww2s9tyF .social-row {
    justify-content: center;
  }
}
.cid-tVww2s9tyF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVww2s9tyF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVww2s9tyF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVww2s9tyF .list {
    margin-bottom: 0rem;
  }
}
.cid-tVww2s9tyF .mbr-text {
  color: #bbbbbb;
}
.cid-tVww2s9tyF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVww2s9tyF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVww2s9tyF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVww2s9tyF H5 {
  color: #4da6ff;
}
.cid-tVww2s9tyF hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVww2s9tyF a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVww2s9tyF span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVww2sB8Uk {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVww2sB8Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVww2sB8Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVww2sB8Uk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVGGX8HWjT {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-doors-banner-2-2000x600.jpg");
}
.cid-tVGGX8HWjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGGX8HWjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGGX8HWjT .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVGGX8HWjT .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tVGGX8HWjT .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVGGX8HWjT .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVGGX8HWjT .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVGGX8HWjT .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVGGX8HWjT .spacr {
  margin-top: 120px;
}
.cid-tVGGX8HWjT h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVGGX8HWjT h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVGGX8HWjT hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVGGX8HWjT {
    padding-top: 5px;
  }
  .cid-tVGGX8HWjT h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tVGGX8HWjT h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVGGX8HWjT p {
    font-size: 20px !important;
  }
  .cid-tVGGX8HWjT hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tVGGX93CZc {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tVGGX93CZc h6 {
  line-height: 1.2;
}
.cid-tVGGX93CZc img,
.cid-tVGGX93CZc .item-img {
  width: 100%;
}
.cid-tVGGX93CZc .item:focus,
.cid-tVGGX93CZc span:focus {
  outline: none;
}
.cid-tVGGX93CZc .item {
  cursor: pointer;
}
.cid-tVGGX93CZc .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVGGX93CZc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVGGX93CZc .mbr-section-title {
  color: #000000;
}
.cid-tVGGX93CZc .mbr-text,
.cid-tVGGX93CZc .mbr-section-btn {
  color: #000000;
}
.cid-tVGGX93CZc .item-title {
  color: #000000;
  text-align: center;
}
.cid-tVGGX93CZc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVGGX93CZc .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVGGX93CZc .content-head {
  max-width: 800px;
}
.cid-tVGGX93CZc b,
.cid-tVGGX93CZc strong {
  color: #2275bb;
}
.cid-tVGGX93CZc hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tVGGX93CZc span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tVGGX9vKAU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2373ba;
}
.cid-tVGGX9vKAU .mbr-text,
.cid-tVGGX9vKAU blockquote {
  color: #767676;
}
.cid-tVGGX9vKAU .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVGGX9vKAU .mbr-text B {
  color: #efefef;
}
.cid-tVGGX9vKAU .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVGGX9vKAU .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVGGX9vKAU .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVGGX9LWfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2373ba;
}
.cid-tVGGX9LWfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGGX9LWfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGGX9LWfv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVGGX9LWfv .row {
    flex-direction: column-reverse;
  }
  .cid-tVGGX9LWfv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVGGX9LWfv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVGGX9LWfv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVGGX9LWfv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVGGX9LWfv hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVGGX9LWfv h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVGGX9LWfv .mbr-text,
.cid-tVGGX9LWfv .mbr-section-btn {
  color: #ffffff;
}
.cid-tVGGX9LWfv b,
.cid-tVGGX9LWfv strong {
  color: #003366;
  font-size: 1.2rem;
  font-weight: 800;
}
.cid-tVGGX9LWfv ul,
.cid-tVGGX9LWfv p {
  font-size: 1.1rem;
}
.cid-tVGGX9LWfv span {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWm314YIzJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2373ba;
}
.cid-tWm314YIzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm314YIzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWm314YIzJ .row {
    padding: 0 24px;
  }
}
.cid-tWm314YIzJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWm314YIzJ .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWm314YIzJ .mbr-section-title {
  color: #2c0066;
}
.cid-tWm314YIzJ .mbr-section-title,
.cid-tWm314YIzJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWm314YIzJ span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-tWm32vNa50 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #2373ba;
}
.cid-tWm32vNa50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm32vNa50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm32vNa50 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tWm32vNa50 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWm32vNa50 .container {
    padding: 0 26px;
  }
}
.cid-tWm32vNa50 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWm32vNa50 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tWm32vNa50 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #91b1da;
  background-color: #2373BA;
}
.cid-tWm32vNa50 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWm32vNa50 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWm32vNa50 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #d3a850;
  font-weight: 600;
}
.cid-tWm32vNa50 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWm32vNa50 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tWm32vNa50 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWm32vNa50 .image-wrapper {
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWm32vNa50 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWm32vNa50 .image-wrapper {
    padding: 0;
  }
}
.cid-tWm32vNa50 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWm32vNa50 .image-wrapper img {
    height: 300px;
  }
}
.cid-tWm32vNa50 .panel-title-edit {
  color: #ffffff;
}
.cid-tWm32vNa50 .panel-text {
  color: #ffffff;
}
.cid-tWm32vNa50 .panel-title-edit,
.cid-tWm32vNa50 .mbr-iconfont {
  color: #000000;
}
.cid-tVGGXaKVVw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVGGXaKVVw .mbr-text,
.cid-tVGGXaKVVw blockquote {
  color: #767676;
}
.cid-tVGGXaKVVw .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVGGXaKVVw .mbr-text B {
  color: #efefef;
}
.cid-tVGGXaKVVw .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVGGXaKVVw .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVGGXaKVVw .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVH1H1wUqJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tVH1H1wUqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVH1H1wUqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVH1H1wUqJ .container {
    padding: 0 16px;
  }
}
.cid-tVH1H1wUqJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tVH1H1wUqJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tVH1H1wUqJ .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tVH1H1wUqJ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVH1H1wUqJ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVH1H1wUqJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVH1H1wUqJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVH1H1wUqJ .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-tVH1H1wUqJ .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tVH1H1wUqJ .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #d3a850;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-tVH1H1wUqJ .mbr-section-title {
  color: #2275bb;
}
.cid-tVH1H1wUqJ .mbr-desc {
  color: #08323C;
}
.cid-tVH1H1wUqJ .mbr-text {
  color: #08323C;
}
.cid-tVH1H1wUqJ hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVH1H1wUqJ h2 {
  font-size: 2rem;
}
.cid-tVH5hui5ya {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tVH5hui5ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVH5hui5ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVH5hui5ya .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVH5hui5ya img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tVH5hui5ya img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tVH5hui5ya .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tVH5hui5ya .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVH5hui5ya .card-link:hover a {
  background-image: none !important;
}
.cid-tVH5hui5ya .card-link:hover {
  cursor: pointer;
}
.cid-tVH5hui5ya .card-link:hover:before {
  width: 0%;
}
.cid-tVH5hui5ya .card {
  margin-bottom: 3rem;
}
.cid-tVH5hui5ya .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tVH5hui5ya .row {
  justify-content: center;
}
.cid-tVH5hui5ya .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tVH5hui5ya .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tVH5hui5ya .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tVH5hui5ya .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tVH5hui5ya .card-text {
  color: #000000;
}
.cid-tVH5hui5ya .card-title,
.cid-tVH5hui5ya .iconfont-wrapper {
  color: #d3a850;
  text-align: left;
}
.cid-tVH5hui5ya .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tVH5hui5ya .card-link,
.cid-tVH5hui5ya .link-icon,
.cid-tVH5hui5ya .link-align {
  color: #232323;
}
.cid-tVGGXbYZCp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2373ba;
}
.cid-tVGGXbYZCp .mbr-text,
.cid-tVGGXbYZCp blockquote {
  color: #767676;
}
.cid-tVGGXbYZCp .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVGGXbYZCp .mbr-text B {
  color: #efefef;
}
.cid-tVGGXbYZCp .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVGGXbYZCp .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVGGXbYZCp .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVGGXcewyv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2373ba;
}
.cid-tVGGXcewyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGGXcewyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGGXcewyv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVGGXcewyv .row {
    flex-direction: column-reverse;
  }
  .cid-tVGGXcewyv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVGGXcewyv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVGGXcewyv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVGGXcewyv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVGGXcewyv hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVGGXcewyv h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVGGXcewyv .mbr-text,
.cid-tVGGXcewyv .mbr-section-btn {
  color: #ffffff;
}
.cid-tVGGXcewyv b,
.cid-tVGGXcewyv strong {
  color: #d3a850;
}
.cid-tVGGXcewyv ul,
.cid-tVGGXcewyv p {
  font-size: 1.1rem;
}
.cid-tVGGXcewyv span {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWPv4e0X0j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2373ba;
}
.cid-tWPv4e0X0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPv4e0X0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPv4e0X0j .row {
    padding: 0 24px;
  }
}
.cid-tWPv4e0X0j .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWPv4e0X0j .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWPv4e0X0j .mbr-section-title {
  color: #2c0066;
}
.cid-tWPv4e0X0j .mbr-section-title,
.cid-tWPv4e0X0j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWPv4e0X0j span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-tWPu5Q3m86 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #2373ba;
}
.cid-tWPu5Q3m86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPu5Q3m86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPu5Q3m86 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tWPu5Q3m86 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWPu5Q3m86 .container {
    padding: 0 26px;
  }
}
.cid-tWPu5Q3m86 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWPu5Q3m86 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tWPu5Q3m86 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #91b1da;
  background-color: #2373BA;
}
.cid-tWPu5Q3m86 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWPu5Q3m86 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWPu5Q3m86 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #d3a850;
  font-weight: 600;
}
.cid-tWPu5Q3m86 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWPu5Q3m86 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tWPu5Q3m86 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWPu5Q3m86 .image-wrapper {
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWPu5Q3m86 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWPu5Q3m86 .image-wrapper {
    padding: 0;
  }
}
.cid-tWPu5Q3m86 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWPu5Q3m86 .image-wrapper img {
    height: 300px;
  }
}
.cid-tWPu5Q3m86 .panel-title-edit {
  color: #ffffff;
}
.cid-tWPu5Q3m86 .panel-text {
  color: #ffffff;
}
.cid-tWPu5Q3m86 .panel-title-edit,
.cid-tWPu5Q3m86 .mbr-iconfont {
  color: #000000;
}
.cid-tVGGXdhV8J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVGGXdhV8J .mbr-text,
.cid-tVGGXdhV8J blockquote {
  color: #767676;
}
.cid-tVGGXdhV8J .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVGGXdhV8J .mbr-text B {
  color: #efefef;
}
.cid-tVGGXdhV8J .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVGGXdhV8J .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVGGXdhV8J .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVHk803B4r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tVHk803B4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHk803B4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHk803B4r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVHk803B4r .row {
    flex-direction: column-reverse;
  }
  .cid-tVHk803B4r .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVHk803B4r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVHk803B4r .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVHk803B4r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVHk803B4r hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVHk803B4r h6.card-title {
  color: #000000;
  font-size: 2rem;
}
.cid-tVHk803B4r .mbr-text,
.cid-tVHk803B4r .mbr-section-btn {
  color: #000000;
}
.cid-tVHk803B4r b,
.cid-tVHk803B4r strong {
  color: #d3a850;
}
.cid-tVHk803B4r ul,
.cid-tVHk803B4r p {
  font-size: 1.1rem;
  color: #000000;
}
.cid-tVHk803B4r span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWPwQfutwu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tWPwQfutwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPwQfutwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPwQfutwu .row {
    padding: 0 24px;
  }
}
.cid-tWPwQfutwu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWPwQfutwu .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWPwQfutwu .mbr-section-title {
  color: #2c0066;
}
.cid-tWPwQfutwu .mbr-section-title,
.cid-tWPwQfutwu .mbr-section-btn {
  text-align: center;
  color: #2373ba;
}
.cid-tWPwQfutwu span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-tWPxQtIScP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tWPxQtIScP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPxQtIScP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPxQtIScP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tWPxQtIScP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWPxQtIScP .container {
    padding: 0 26px;
  }
}
.cid-tWPxQtIScP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWPxQtIScP .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tWPxQtIScP .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #91b1da;
  background-color: #f7f7f7;
}
.cid-tWPxQtIScP .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWPxQtIScP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWPxQtIScP .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWPxQtIScP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWPxQtIScP .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tWPxQtIScP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWPxQtIScP .image-wrapper {
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWPxQtIScP .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWPxQtIScP .image-wrapper {
    padding: 0;
  }
}
.cid-tWPxQtIScP .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWPxQtIScP .image-wrapper img {
    height: 300px;
  }
}
.cid-tWPxQtIScP .panel-title-edit {
  color: #000000;
}
.cid-tWPxQtIScP .panel-text {
  color: #000000;
}
.cid-tWPxQtIScP .panel-title-edit,
.cid-tWPxQtIScP .mbr-iconfont {
  color: #000000;
}
.cid-tVGGXeo23o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVGGXeo23o .mbr-text,
.cid-tVGGXeo23o blockquote {
  color: #767676;
}
.cid-tVGGXeo23o .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVGGXeo23o .mbr-text B {
  color: #efefef;
}
.cid-tVGGXeo23o .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVGGXeo23o .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVGGXeo23o .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVGGXeI6P3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVGGXeI6P3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGGXeI6P3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGGXeI6P3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVGGXeI6P3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVGGXeI6P3 .row {
    text-align: center;
  }
  .cid-tVGGXeI6P3 .row > div {
    margin: auto;
  }
  .cid-tVGGXeI6P3 .social-row {
    justify-content: center;
  }
}
.cid-tVGGXeI6P3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVGGXeI6P3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVGGXeI6P3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVGGXeI6P3 .list {
    margin-bottom: 0rem;
  }
}
.cid-tVGGXeI6P3 .mbr-text {
  color: #bbbbbb;
}
.cid-tVGGXeI6P3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVGGXeI6P3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVGGXeI6P3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVGGXeI6P3 H5 {
  color: #4da6ff;
}
.cid-tVGGXeI6P3 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVGGXeI6P3 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVGGXeI6P3 span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVGGXfdePe {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVGGXfdePe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGGXfdePe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGGXfdePe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVIbOqT0pv {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-architectural-banner-1-2000x600.jpg");
}
.cid-tVIbOqT0pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIbOqT0pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIbOqT0pv .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVIbOqT0pv .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tVIbOqT0pv .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVIbOqT0pv .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVIbOqT0pv .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVIbOqT0pv .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVIbOqT0pv .spacr {
  margin-top: 120px;
}
.cid-tVIbOqT0pv h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVIbOqT0pv h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVIbOqT0pv hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVIbOqT0pv {
    padding-top: 5px;
  }
  .cid-tVIbOqT0pv h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tVIbOqT0pv h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVIbOqT0pv p {
    font-size: 20px !important;
  }
  .cid-tVIbOqT0pv hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tVIbOraB3W {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tVIbOraB3W h6 {
  line-height: 1.2;
}
.cid-tVIbOraB3W img,
.cid-tVIbOraB3W .item-img {
  width: 100%;
}
.cid-tVIbOraB3W .item:focus,
.cid-tVIbOraB3W span:focus {
  outline: none;
}
.cid-tVIbOraB3W .item {
  cursor: pointer;
}
.cid-tVIbOraB3W .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVIbOraB3W .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVIbOraB3W .mbr-section-title {
  color: #000000;
}
.cid-tVIbOraB3W .mbr-text,
.cid-tVIbOraB3W .mbr-section-btn {
  color: #000000;
}
.cid-tVIbOraB3W .item-title {
  color: #000000;
  text-align: center;
}
.cid-tVIbOraB3W .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVIbOraB3W .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVIbOraB3W .content-head {
  max-width: 800px;
}
.cid-tVIbOraB3W b,
.cid-tVIbOraB3W strong {
  color: #2275bb;
}
.cid-tVIbOraB3W hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tVIbOraB3W span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tVIbOrAD2v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVIbOrAD2v .mbr-text,
.cid-tVIbOrAD2v blockquote {
  color: #767676;
}
.cid-tVIbOrAD2v .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVIbOrAD2v .mbr-text B {
  color: #efefef;
}
.cid-tVIbOrAD2v .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVIbOrAD2v .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVIbOrAD2v .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVIbOrOtYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tVIbOrOtYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIbOrOtYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIbOrOtYQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVIbOrOtYQ .row {
    flex-direction: column-reverse;
  }
  .cid-tVIbOrOtYQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVIbOrOtYQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVIbOrOtYQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVIbOrOtYQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVIbOrOtYQ hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVIbOrOtYQ h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVIbOrOtYQ .mbr-text,
.cid-tVIbOrOtYQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tVIbOrOtYQ b,
.cid-tVIbOrOtYQ strong {
  color: #d3a850;
}
.cid-tVIbOrOtYQ ul,
.cid-tVIbOrOtYQ p {
  font-size: 1.1rem;
}
.cid-tVIbOrOtYQ span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVIbOsC94Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVIbOsC94Z .mbr-text,
.cid-tVIbOsC94Z blockquote {
  color: #767676;
}
.cid-tVIbOsC94Z .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVIbOsC94Z .mbr-text B {
  color: #efefef;
}
.cid-tVIbOsC94Z .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVIbOsC94Z .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVIbOsC94Z .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVIii5fyu7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tVIii5fyu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIii5fyu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIii5fyu7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVIii5fyu7 .row {
    flex-direction: column-reverse;
  }
  .cid-tVIii5fyu7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVIii5fyu7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVIii5fyu7 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVIii5fyu7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVIii5fyu7 hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVIii5fyu7 h6.card-title {
  font-size: 2rem;
}
.cid-tVIii5fyu7 .mbr-text,
.cid-tVIii5fyu7 .mbr-section-btn {
  color: #000000;
}
.cid-tVIii5fyu7 b,
.cid-tVIii5fyu7 strong {
  color: #d3a850;
}
.cid-tVIii5fyu7 ul,
.cid-tVIii5fyu7 p {
  font-size: 1.1rem;
}
.cid-tVIii5fyu7 span {
  font-size: 1.4rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tVIii5fyu7 .card-title {
  color: #000000;
}
.cid-tVIbOtHmay {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVIbOtHmay .mbr-text,
.cid-tVIbOtHmay blockquote {
  color: #767676;
}
.cid-tVIbOtHmay .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVIbOtHmay .mbr-text B {
  color: #efefef;
}
.cid-tVIbOtHmay .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVIbOtHmay .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVIbOtHmay .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVIbOtZfZE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #2275bb;
}
.cid-tVIbOtZfZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIbOtZfZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIbOtZfZE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVIbOtZfZE .row {
    flex-direction: column-reverse;
  }
  .cid-tVIbOtZfZE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVIbOtZfZE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVIbOtZfZE .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVIbOtZfZE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVIbOtZfZE hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVIbOtZfZE h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVIbOtZfZE .mbr-text,
.cid-tVIbOtZfZE .mbr-section-btn {
  color: #ffffff;
}
.cid-tVIbOtZfZE b,
.cid-tVIbOtZfZE strong {
  color: #d3a850;
}
.cid-tVIbOtZfZE ul,
.cid-tVIbOtZfZE p {
  font-size: 1.1rem;
}
.cid-tVIbOtZfZE span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVIbOwItFi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVIbOwItFi .mbr-text,
.cid-tVIbOwItFi blockquote {
  color: #767676;
}
.cid-tVIbOwItFi .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVIbOwItFi .mbr-text B {
  color: #efefef;
}
.cid-tVIbOwItFi .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVIbOwItFi .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVIbOwItFi .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVIbOx4b6A {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVIbOx4b6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIbOx4b6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIbOx4b6A .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVIbOx4b6A .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVIbOx4b6A .row {
    text-align: center;
  }
  .cid-tVIbOx4b6A .row > div {
    margin: auto;
  }
  .cid-tVIbOx4b6A .social-row {
    justify-content: center;
  }
}
.cid-tVIbOx4b6A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVIbOx4b6A .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVIbOx4b6A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVIbOx4b6A .list {
    margin-bottom: 0rem;
  }
}
.cid-tVIbOx4b6A .mbr-text {
  color: #bbbbbb;
}
.cid-tVIbOx4b6A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVIbOx4b6A .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVIbOx4b6A div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVIbOx4b6A H5 {
  color: #4da6ff;
}
.cid-tVIbOx4b6A hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVIbOx4b6A a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVIbOx4b6A span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVIbOxyfLt {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVIbOxyfLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIbOxyfLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIbOxyfLt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVNw3kz3JH {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-thermatru-banner-2000x600.jpg");
}
.cid-tVNw3kz3JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVNw3kz3JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVNw3kz3JH .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVNw3kz3JH .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tVNw3kz3JH .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVNw3kz3JH .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVNw3kz3JH .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVNw3kz3JH .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVNw3kz3JH .spacr {
  margin-top: 120px;
}
.cid-tVNw3kz3JH h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVNw3kz3JH h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVNw3kz3JH hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVNw3kz3JH {
    padding-top: 5px;
  }
  .cid-tVNw3kz3JH h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tVNw3kz3JH h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVNw3kz3JH p {
    font-size: 20px !important;
  }
  .cid-tVNw3kz3JH hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tVNw3kPOuG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tVNw3kPOuG h6 {
  line-height: 1.2;
}
.cid-tVNw3kPOuG img,
.cid-tVNw3kPOuG .item-img {
  width: 100%;
}
.cid-tVNw3kPOuG .item:focus,
.cid-tVNw3kPOuG span:focus {
  outline: none;
}
.cid-tVNw3kPOuG .item {
  cursor: pointer;
}
.cid-tVNw3kPOuG .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVNw3kPOuG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVNw3kPOuG .mbr-section-title {
  color: #000000;
}
.cid-tVNw3kPOuG .mbr-text,
.cid-tVNw3kPOuG .mbr-section-btn {
  color: #000000;
}
.cid-tVNw3kPOuG hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tVNw3kPOuG h5 {
  color: #2275bb;
  text-align: center;
  font-size: 2rem;
}
.cid-tVNw3kPOuG .item-subtitle {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-tVNw3kPOuG .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVNw3kPOuG .content-head {
  max-width: 1200px;
}
.cid-tVNw3kPOuG b,
.cid-tVNw3kPOuG strong {
  color: #2275bb;
}
.cid-tVNw3kPOuG span {
  color: #2275bb;
  font-size: 1.7rem;
  font-weight: 600;
}
.cid-tVNw3kPOuG .item-text,
.cid-tVNw3kPOuG .mbr-section-btn {
  color: #000000;
}
.cid-tVNw3kPOuG p.item.title {
  color: #000000;
}
@media (max-width: 520px) {
  .cid-tVNw3kPOuG span.stitle {
    line-height: 2.4rem;
  }
  .cid-tVNw3kPOuG h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cid-tVNw3kPOuG p.item-title {
    align: left;
    font-size: 1rem;
  }
  .cid-tVNw3kPOuG .btn-primary {
    font-size: 1rem;
  }
}
.cid-tXLEDw88BM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tXLEDw88BM h6 {
  line-height: 1.2;
}
.cid-tXLEDw88BM img,
.cid-tXLEDw88BM .item-img {
  width: 100%;
}
.cid-tXLEDw88BM .item:focus,
.cid-tXLEDw88BM span:focus {
  outline: none;
}
.cid-tXLEDw88BM .item {
  cursor: pointer;
}
.cid-tXLEDw88BM .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXLEDw88BM .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tXLEDw88BM .mbr-section-title {
  color: #000000;
}
.cid-tXLEDw88BM .mbr-text,
.cid-tXLEDw88BM .mbr-section-btn {
  color: #000000;
}
.cid-tXLEDw88BM hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tXLEDw88BM h5 {
  color: #2275bb;
  text-align: center;
  font-size: 2rem;
}
.cid-tXLEDw88BM .item-subtitle {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-tXLEDw88BM .item-text {
  color: #000000;
  text-align: center;
}
.cid-tXLEDw88BM .content-head {
  max-width: 1200px;
}
.cid-tXLEDw88BM b,
.cid-tXLEDw88BM strong {
  color: #2275bb;
}
.cid-tXLEDw88BM span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tXLEDw88BM .item-text,
.cid-tXLEDw88BM .mbr-section-btn {
  color: #000000;
}
.cid-tXLEDw88BM p.item.title {
  color: #000000;
}
@media (max-width: 520px) {
  .cid-tXLEDw88BM span.stitle {
    line-height: 2.4rem;
  }
  .cid-tXLEDw88BM h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cid-tXLEDw88BM p.item-title {
    align: left;
    font-size: 1rem;
  }
  .cid-tXLEDw88BM .btn-primary {
    font-size: 1rem;
  }
}
.cid-tVNw3mB4D4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVNw3mB4D4 .mbr-text,
.cid-tVNw3mB4D4 blockquote {
  color: #767676;
}
.cid-tVNw3mB4D4 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVNw3mB4D4 .mbr-text B {
  color: #efefef;
}
.cid-tVNw3mB4D4 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVNw3mB4D4 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVNw3mB4D4 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVNw3mQLxp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVNw3mQLxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVNw3mQLxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVNw3mQLxp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVNw3mQLxp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVNw3mQLxp .row {
    text-align: center;
  }
  .cid-tVNw3mQLxp .row > div {
    margin: auto;
  }
  .cid-tVNw3mQLxp .social-row {
    justify-content: center;
  }
}
.cid-tVNw3mQLxp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVNw3mQLxp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVNw3mQLxp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVNw3mQLxp .list {
    margin-bottom: 0rem;
  }
}
.cid-tVNw3mQLxp .mbr-text {
  color: #bbbbbb;
}
.cid-tVNw3mQLxp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVNw3mQLxp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVNw3mQLxp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVNw3mQLxp H5 {
  color: #4da6ff;
}
.cid-tVNw3mQLxp hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVNw3mQLxp a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVNw3mQLxp span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVNw3ncPAj {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVNw3ncPAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVNw3ncPAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVNw3ncPAj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tVSxaoIXcB {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-aluminum-windows-banner-1-2000x600.jpg");
}
.cid-tVSxaoIXcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSxaoIXcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxaoIXcB .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVSxaoIXcB .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tVSxaoIXcB .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tVSxaoIXcB .mbr-section-btn {
  margin-top: 18px;
}
.cid-tVSxaoIXcB .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tVSxaoIXcB .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tVSxaoIXcB .spacr {
  margin-top: 120px;
}
.cid-tVSxaoIXcB h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVSxaoIXcB h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tVSxaoIXcB p {
  font-size: 1.5rem;
}
.cid-tVSxaoIXcB hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tVSxaoIXcB {
    padding-top: 5px;
  }
  .cid-tVSxaoIXcB h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tVSxaoIXcB h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tVSxaoIXcB p {
    font-size: 20px !important;
  }
  .cid-tVSxaoIXcB hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tVSxap1gU6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tVSxap1gU6 h6 {
  line-height: 1.2;
}
.cid-tVSxap1gU6 img,
.cid-tVSxap1gU6 .item-img {
  width: 100%;
}
.cid-tVSxap1gU6 .item:focus,
.cid-tVSxap1gU6 span:focus {
  outline: none;
}
.cid-tVSxap1gU6 .item {
  cursor: pointer;
}
.cid-tVSxap1gU6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVSxap1gU6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVSxap1gU6 .mbr-section-title {
  color: #000000;
}
.cid-tVSxap1gU6 .mbr-text,
.cid-tVSxap1gU6 .mbr-section-btn {
  color: #000000;
}
.cid-tVSxap1gU6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tVSxap1gU6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVSxap1gU6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVSxap1gU6 .content-head {
  max-width: 1400px;
}
.cid-tVSxap1gU6 b,
.cid-tVSxap1gU6 strong {
  color: #2275bb;
}
.cid-tVSxap1gU6 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tVSxap1gU6 span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tVSxapkqE3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVSxapkqE3 .mbr-text,
.cid-tVSxapkqE3 blockquote {
  color: #767676;
}
.cid-tVSxapkqE3 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVSxapkqE3 .mbr-text B {
  color: #efefef;
}
.cid-tVSxapkqE3 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVSxapkqE3 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVSxapkqE3 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVSxapvaVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tVSxapvaVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSxapvaVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxapvaVZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVSxapvaVZ .row {
    flex-direction: column-reverse;
  }
  .cid-tVSxapvaVZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVSxapvaVZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVSxapvaVZ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVSxapvaVZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVSxapvaVZ hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVSxapvaVZ h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVSxapvaVZ .mbr-text,
.cid-tVSxapvaVZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tVSxapvaVZ b,
.cid-tVSxapvaVZ strong {
  color: #d3a850;
}
.cid-tVSxapvaVZ ul,
.cid-tVSxapvaVZ p {
  font-size: 1.1rem;
}
.cid-tVSxapvaVZ span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVSMPdjEaX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
@media (max-width: 991px) {
  .cid-tVSMPdjEaX .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tVSMPdjEaX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVSMPdjEaX .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVSMPdjEaX .mbr-section-title {
  color: #2e6b75;
}
.cid-tVSMPdjEaX .mbr-text {
  color: #ffffff;
}
.cid-tVSMPdjEaX .mbr-description {
  color: #6c7577;
}
.cid-tVSMPdjEaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSMPdjEaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxapMdhX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVSxapMdhX .mbr-text,
.cid-tVSxapMdhX blockquote {
  color: #767676;
}
.cid-tVSxapMdhX .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVSxapMdhX .mbr-text B {
  color: #efefef;
}
.cid-tVSxapMdhX .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVSxapMdhX .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVSxapMdhX .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVSYeyW2vc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tVSYeyW2vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSYeyW2vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSYeyW2vc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVSYeyW2vc .row {
    flex-direction: column-reverse;
  }
  .cid-tVSYeyW2vc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVSYeyW2vc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVSYeyW2vc .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVSYeyW2vc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVSYeyW2vc hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVSYeyW2vc h6.card-title {
  font-size: 2rem;
}
.cid-tVSYeyW2vc .mbr-text,
.cid-tVSYeyW2vc .mbr-section-btn {
  color: #000000;
}
.cid-tVSYeyW2vc b,
.cid-tVSYeyW2vc strong {
  color: #d3a850;
}
.cid-tVSYeyW2vc ul,
.cid-tVSYeyW2vc p {
  font-size: 1.1rem;
}
.cid-tVSYeyW2vc span {
  font-size: 1.7rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tVSYeyW2vc .card-title {
  color: #000000;
}
.cid-tVT18n3BzY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tVT18n3BzY .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tVT18n3BzY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVT18n3BzY .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVT18n3BzY .mbr-section-title {
  color: #2e6b75;
}
.cid-tVT18n3BzY .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVT18n3BzY .mbr-description {
  color: #6c7577;
}
.cid-tVT18n3BzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVT18n3BzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxaqgzWb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tVSxaqgzWb .mbr-text,
.cid-tVSxaqgzWb blockquote {
  color: #767676;
}
.cid-tVSxaqgzWb .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVSxaqgzWb .mbr-text B {
  color: #efefef;
}
.cid-tVSxaqgzWb .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVSxaqgzWb .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVSxaqgzWb .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVSxaqtmzF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tVSxaqtmzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSxaqtmzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxaqtmzF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVSxaqtmzF .row {
    flex-direction: column-reverse;
  }
  .cid-tVSxaqtmzF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVSxaqtmzF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVSxaqtmzF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVSxaqtmzF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVSxaqtmzF hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVSxaqtmzF h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tVSxaqtmzF .mbr-text,
.cid-tVSxaqtmzF .mbr-section-btn {
  color: #ffffff;
}
.cid-tVSxaqtmzF b,
.cid-tVSxaqtmzF strong {
  color: #d3a850;
}
.cid-tVSxaqtmzF ul,
.cid-tVSxaqtmzF p {
  font-size: 1.1rem;
}
.cid-tVSxaqtmzF span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tVTKVKmGlq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2275bb;
}
.cid-tVTKVKmGlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVTKVKmGlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVTKVKmGlq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVTKVKmGlq img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tVTKVKmGlq img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tVTKVKmGlq .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tVTKVKmGlq .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVTKVKmGlq .card-link:hover a {
  background-image: none !important;
}
.cid-tVTKVKmGlq .card-link:hover {
  cursor: pointer;
}
.cid-tVTKVKmGlq .card-link:hover:before {
  width: 0%;
}
.cid-tVTKVKmGlq .card {
  margin-bottom: 3rem;
}
.cid-tVTKVKmGlq .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tVTKVKmGlq .row {
  justify-content: center;
}
.cid-tVTKVKmGlq .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tVTKVKmGlq .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tVTKVKmGlq .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tVTKVKmGlq .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tVTKVKmGlq .card-text {
  color: #ffffff;
}
.cid-tVTKVKmGlq .card-title,
.cid-tVTKVKmGlq .iconfont-wrapper {
  color: #d3a850;
  text-align: left;
}
.cid-tVTKVKmGlq .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tVTKVKmGlq .card-link,
.cid-tVTKVKmGlq .link-icon,
.cid-tVTKVKmGlq .link-align {
  color: #232323;
}
.cid-tVY3cECGxt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tVY3cECGxt .mbr-text,
.cid-tVY3cECGxt blockquote {
  color: #767676;
}
.cid-tVY3cECGxt .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVY3cECGxt .mbr-text B {
  color: #efefef;
}
.cid-tVY3cECGxt .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVY3cECGxt .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVY3cECGxt .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tVY3o13me3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tVY3o13me3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVY3o13me3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVY3o13me3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVY3o13me3 .row {
    flex-direction: column-reverse;
  }
  .cid-tVY3o13me3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVY3o13me3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVY3o13me3 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tVY3o13me3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVY3o13me3 hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tVY3o13me3 h6.card-title {
  font-size: 2rem;
}
.cid-tVY3o13me3 .mbr-text,
.cid-tVY3o13me3 .mbr-section-btn {
  color: #000000;
}
.cid-tVY3o13me3 b,
.cid-tVY3o13me3 strong {
  color: #d3a850;
}
.cid-tVY3o13me3 ul,
.cid-tVY3o13me3 p {
  font-size: 1.1rem;
}
.cid-tVY3o13me3 span {
  font-size: 1.7rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tVY3o13me3 .card-title {
  color: #000000;
}
.cid-tVSxaqLTe9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tVSxaqLTe9 .mbr-text,
.cid-tVSxaqLTe9 blockquote {
  color: #767676;
}
.cid-tVSxaqLTe9 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tVSxaqLTe9 .mbr-text B {
  color: #efefef;
}
.cid-tVSxaqLTe9 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tVSxaqLTe9 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tVSxaqLTe9 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tVSxaqZToq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tVSxaqZToq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSxaqZToq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxaqZToq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVSxaqZToq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVSxaqZToq .row {
    text-align: center;
  }
  .cid-tVSxaqZToq .row > div {
    margin: auto;
  }
  .cid-tVSxaqZToq .social-row {
    justify-content: center;
  }
}
.cid-tVSxaqZToq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVSxaqZToq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVSxaqZToq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVSxaqZToq .list {
    margin-bottom: 0rem;
  }
}
.cid-tVSxaqZToq .mbr-text {
  color: #bbbbbb;
}
.cid-tVSxaqZToq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVSxaqZToq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVSxaqZToq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVSxaqZToq H5 {
  color: #4da6ff;
}
.cid-tVSxaqZToq hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tVSxaqZToq a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tVSxaqZToq span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tVSxarm9D5 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tVSxarm9D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVSxarm9D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVSxarm9D5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tWa3BzC7P5 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-strom-windows-banner-2000x600.jpg");
}
.cid-tWa3BzC7P5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BzC7P5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BzC7P5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tWa3BzC7P5 .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tWa3BzC7P5 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tWa3BzC7P5 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tWa3BzC7P5 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tWa3BzC7P5 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tWa3BzC7P5 .spacr {
  margin-top: 120px;
}
.cid-tWa3BzC7P5 h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWa3BzC7P5 h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWa3BzC7P5 p {
  font-size: 1.5rem;
}
.cid-tWa3BzC7P5 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 85%;
}
@media (max-width: 520px) {
  .cid-tWa3BzC7P5 {
    padding-top: 5px;
  }
  .cid-tWa3BzC7P5 h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tWa3BzC7P5 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tWa3BzC7P5 p {
    font-size: 20px !important;
  }
  .cid-tWa3BzC7P5 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tWa3BzVVZf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tWa3BzVVZf h6 {
  line-height: 1.2;
}
.cid-tWa3BzVVZf img,
.cid-tWa3BzVVZf .item-img {
  width: 100%;
}
.cid-tWa3BzVVZf .item:focus,
.cid-tWa3BzVVZf span:focus {
  outline: none;
}
.cid-tWa3BzVVZf .item {
  cursor: pointer;
}
.cid-tWa3BzVVZf .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWa3BzVVZf .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tWa3BzVVZf .mbr-section-title {
  color: #000000;
}
.cid-tWa3BzVVZf .mbr-text,
.cid-tWa3BzVVZf .mbr-section-btn {
  color: #000000;
}
.cid-tWa3BzVVZf .item-title {
  color: #000000;
  text-align: center;
}
.cid-tWa3BzVVZf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWa3BzVVZf .item-text {
  color: #000000;
  text-align: center;
}
.cid-tWa3BzVVZf .content-head {
  max-width: 800px;
}
.cid-tWa3BzVVZf b,
.cid-tWa3BzVVZf strong {
  color: #2275bb;
}
.cid-tWa3BzVVZf hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tWa3BzVVZf span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tWa3BAiqT8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWa3BAiqT8 .mbr-text,
.cid-tWa3BAiqT8 blockquote {
  color: #767676;
}
.cid-tWa3BAiqT8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWa3BAiqT8 .mbr-text B {
  color: #efefef;
}
.cid-tWa3BAiqT8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWa3BAiqT8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWa3BAiqT8 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWa3BAu4Oe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tWa3BAu4Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BAu4Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BAu4Oe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWa3BAu4Oe .row {
    flex-direction: column-reverse;
  }
  .cid-tWa3BAu4Oe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWa3BAu4Oe .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWa3BAu4Oe .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWa3BAu4Oe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWa3BAu4Oe hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWa3BAu4Oe h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tWa3BAu4Oe .mbr-text,
.cid-tWa3BAu4Oe .mbr-section-btn {
  color: #ffffff;
}
.cid-tWa3BAu4Oe b,
.cid-tWa3BAu4Oe strong {
  color: #d3a850;
}
.cid-tWa3BAu4Oe ul,
.cid-tWa3BAu4Oe p {
  font-size: 1.1rem;
}
.cid-tWa3BAu4Oe span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWlGIufDws {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2275bb;
}
.cid-tWlGIufDws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlGIufDws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlGIufDws .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tWlGIufDws .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWlGIufDws .container {
    padding: 0 26px;
  }
}
.cid-tWlGIufDws .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWlGIufDws .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tWlGIufDws .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #91b1da;
  background-color: #2275bb;
}
.cid-tWlGIufDws .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWlGIufDws .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWlGIufDws .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #d3a850;
  font-weight: 600;
}
.cid-tWlGIufDws .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWlGIufDws .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tWlGIufDws .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWlGIufDws .image-wrapper {
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWlGIufDws .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWlGIufDws .image-wrapper {
    padding: 0;
  }
}
.cid-tWlGIufDws .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWlGIufDws .image-wrapper img {
    height: 300px;
  }
}
.cid-tWlGIufDws .panel-title-edit {
  color: #ffffff;
}
.cid-tWlGIufDws .panel-text {
  color: #ffffff;
}
.cid-tWlGIufDws .panel-title-edit,
.cid-tWlGIufDws .mbr-iconfont {
  color: #000000;
}
.cid-tWa3BB7A6Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tWa3BB7A6Z .mbr-text,
.cid-tWa3BB7A6Z blockquote {
  color: #767676;
}
.cid-tWa3BB7A6Z .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWa3BB7A6Z .mbr-text B {
  color: #efefef;
}
.cid-tWa3BB7A6Z .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWa3BB7A6Z .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWa3BB7A6Z .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tWa3BBlZOx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tWa3BBlZOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BBlZOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BBlZOx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWa3BBlZOx .row {
    flex-direction: column-reverse;
  }
  .cid-tWa3BBlZOx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWa3BBlZOx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWa3BBlZOx .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWa3BBlZOx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWa3BBlZOx hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWa3BBlZOx h6.card-title {
  font-size: 1.8rem;
}
.cid-tWa3BBlZOx .mbr-text,
.cid-tWa3BBlZOx .mbr-section-btn {
  color: #000000;
}
.cid-tWa3BBlZOx b,
.cid-tWa3BBlZOx strong {
  color: #d3a850;
}
.cid-tWa3BBlZOx ul,
.cid-tWa3BBlZOx p {
  font-size: 1.1rem;
}
.cid-tWa3BBlZOx span {
  font-size: 1.4rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tWa3BBlZOx .card-title {
  color: #000000;
}
.cid-tWa3BBYhNm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWa3BBYhNm .mbr-text,
.cid-tWa3BBYhNm blockquote {
  color: #767676;
}
.cid-tWa3BBYhNm .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWa3BBYhNm .mbr-text B {
  color: #efefef;
}
.cid-tWa3BBYhNm .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWa3BBYhNm .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWa3BBYhNm .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWa3BCdBOj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tWa3BCdBOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BCdBOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BCdBOj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWa3BCdBOj .row {
    flex-direction: column-reverse;
  }
  .cid-tWa3BCdBOj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWa3BCdBOj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWa3BCdBOj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWa3BCdBOj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWa3BCdBOj hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWa3BCdBOj h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tWa3BCdBOj .mbr-text,
.cid-tWa3BCdBOj .mbr-section-btn {
  color: #ffffff;
}
.cid-tWa3BCdBOj b,
.cid-tWa3BCdBOj strong {
  color: #d3a850;
}
.cid-tWa3BCdBOj ul,
.cid-tWa3BCdBOj p {
  font-size: 1.1rem;
}
.cid-tWa3BCdBOj span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWa3BCTXDO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tWa3BCTXDO .mbr-text,
.cid-tWa3BCTXDO blockquote {
  color: #767676;
}
.cid-tWa3BCTXDO .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWa3BCTXDO .mbr-text B {
  color: #efefef;
}
.cid-tWa3BCTXDO .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWa3BCTXDO .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWa3BCTXDO .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tWgQgsrLTW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tWgQgsrLTW .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tWgQgsrLTW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWgQgsrLTW .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWgQgsrLTW .mbr-section-title {
  color: #2275bb;
  font-size: 2rem;
}
.cid-tWgQgsrLTW .mbr-text {
  color: #000000;
}
.cid-tWgQgsrLTW .mbr-description {
  color: #6c7577;
}
.cid-tWgQgsrLTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgQgsrLTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgQgsrLTW hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tWgV8oAAJO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tWgV8oAAJO .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tWgV8oAAJO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWgV8oAAJO .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWgV8oAAJO .mbr-section-title {
  color: #2275bb;
  font-size: 2rem;
  line-height: 2rem;
}
.cid-tWgV8oAAJO b,
.cid-tWgV8oAAJO strong {
  color: #000000;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}
.cid-tWgV8oAAJO .mbr-text {
  color: #000000;
}
.cid-tWgV8oAAJO .mbr-description {
  color: #6c7577;
}
.cid-tWgV8oAAJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgV8oAAJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgV8oAAJO hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tYVbzjhdVj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tYVbzjhdVj .mbr-text,
.cid-tYVbzjhdVj blockquote {
  color: #767676;
}
.cid-tYVbzjhdVj .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYVbzjhdVj .mbr-text B {
  color: #efefef;
}
.cid-tYVbzjhdVj .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tYVbzjhdVj .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYVbzjhdVj .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYVbwZxXIN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2373ba;
}
.cid-tYVbwZxXIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVbwZxXIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVbwZxXIN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYVbwZxXIN .row {
    flex-direction: column-reverse;
  }
  .cid-tYVbwZxXIN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tYVbwZxXIN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYVbwZxXIN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tYVbwZxXIN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYVbwZxXIN hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tYVbwZxXIN h6.card-title {
  font-size: 2rem;
}
.cid-tYVbwZxXIN .mbr-text,
.cid-tYVbwZxXIN .mbr-section-btn {
  color: #ffffff;
}
.cid-tYVbwZxXIN b,
.cid-tYVbwZxXIN strong {
  color: #d3a850;
}
.cid-tYVbwZxXIN ul,
.cid-tYVbwZxXIN p {
  font-size: 1.1rem;
}
.cid-tYVbwZxXIN span {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
}
.cid-tYVbwZxXIN .card-title {
  color: #ffffff;
}
.cid-tYVby4MRyv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2275bb;
}
.cid-tYVby4MRyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVby4MRyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVby4MRyv img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tYVby4MRyv .img-wide {
  height: 50%;
}
.cid-tYVby4MRyv .img-big {
  height: 100%;
}
.cid-tWa3BDvWur {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tWa3BDvWur .mbr-text,
.cid-tWa3BDvWur blockquote {
  color: #767676;
}
.cid-tWa3BDvWur .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWa3BDvWur .mbr-text B {
  color: #efefef;
}
.cid-tWa3BDvWur .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWa3BDvWur .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWa3BDvWur .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tWa3BDMtTg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tWa3BDMtTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BDMtTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BDMtTg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWa3BDMtTg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWa3BDMtTg .row {
    text-align: center;
  }
  .cid-tWa3BDMtTg .row > div {
    margin: auto;
  }
  .cid-tWa3BDMtTg .social-row {
    justify-content: center;
  }
}
.cid-tWa3BDMtTg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWa3BDMtTg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWa3BDMtTg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWa3BDMtTg .list {
    margin-bottom: 0rem;
  }
}
.cid-tWa3BDMtTg .mbr-text {
  color: #bbbbbb;
}
.cid-tWa3BDMtTg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWa3BDMtTg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWa3BDMtTg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWa3BDMtTg H5 {
  color: #4da6ff;
}
.cid-tWa3BDMtTg hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tWa3BDMtTg a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tWa3BDMtTg span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tWa3BEaOzk {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tWa3BEaOzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWa3BEaOzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWa3BEaOzk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tWh0XIOqRA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-storm-door-banner-1-2000x600.jpg");
}
.cid-tWh0XIOqRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWh0XIOqRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWh0XIOqRA .mbr-section-title {
  color: #FFFFFF;
}
.cid-tWh0XIOqRA .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tWh0XIOqRA .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tWh0XIOqRA .mbr-section-btn {
  margin-top: 18px;
}
.cid-tWh0XIOqRA .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tWh0XIOqRA .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tWh0XIOqRA .spacr {
  margin-top: 120px;
}
.cid-tWh0XIOqRA h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWh0XIOqRA h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWh0XIOqRA p {
  font-size: 1.5rem;
}
.cid-tWh0XIOqRA hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 85%;
}
@media (max-width: 520px) {
  .cid-tWh0XIOqRA {
    padding-top: 5px;
  }
  .cid-tWh0XIOqRA h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tWh0XIOqRA h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tWh0XIOqRA p {
    font-size: 20px !important;
  }
  .cid-tWh0XIOqRA hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tWh0XJ5CQv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tWh0XJ5CQv h6 {
  line-height: 1.2;
}
.cid-tWh0XJ5CQv img,
.cid-tWh0XJ5CQv .item-img {
  width: 100%;
}
.cid-tWh0XJ5CQv .item:focus,
.cid-tWh0XJ5CQv span:focus {
  outline: none;
}
.cid-tWh0XJ5CQv .item {
  cursor: pointer;
}
.cid-tWh0XJ5CQv .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWh0XJ5CQv .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tWh0XJ5CQv .mbr-section-title {
  color: #000000;
}
.cid-tWh0XJ5CQv .mbr-text,
.cid-tWh0XJ5CQv .mbr-section-btn {
  color: #000000;
}
.cid-tWh0XJ5CQv .item-title {
  color: #000000;
  text-align: center;
}
.cid-tWh0XJ5CQv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWh0XJ5CQv .item-text {
  color: #000000;
  text-align: center;
}
.cid-tWh0XJ5CQv .content-head {
  max-width: 800px;
}
.cid-tWh0XJ5CQv b,
.cid-tWh0XJ5CQv strong {
  color: #2275bb;
}
.cid-tWh0XJ5CQv hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tWh0XJ5CQv span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tWh0XJqFE1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWh0XJqFE1 .mbr-text,
.cid-tWh0XJqFE1 blockquote {
  color: #767676;
}
.cid-tWh0XJqFE1 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWh0XJqFE1 .mbr-text B {
  color: #efefef;
}
.cid-tWh0XJqFE1 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWh0XJqFE1 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWh0XJqFE1 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWh0XJDaly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tWh0XJDaly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWh0XJDaly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWh0XJDaly .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWh0XJDaly .row {
    flex-direction: column-reverse;
  }
  .cid-tWh0XJDaly .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWh0XJDaly .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWh0XJDaly .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWh0XJDaly .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWh0XJDaly hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWh0XJDaly h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tWh0XJDaly .mbr-text,
.cid-tWh0XJDaly .mbr-section-btn {
  color: #ffffff;
}
.cid-tWh0XJDaly b,
.cid-tWh0XJDaly strong {
  color: #d3a850;
}
.cid-tWh0XJDaly ul,
.cid-tWh0XJDaly p {
  font-size: 1.1rem;
}
.cid-tWh0XJDaly span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWh0XKpZ8L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tWh0XKpZ8L .mbr-text,
.cid-tWh0XKpZ8L blockquote {
  color: #767676;
}
.cid-tWh0XKpZ8L .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWh0XKpZ8L .mbr-text B {
  color: #efefef;
}
.cid-tWh0XKpZ8L .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWh0XKpZ8L .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWh0XKpZ8L .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tWlCAxGtcI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tWlCAxGtcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlCAxGtcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWlCAxGtcI .row {
    padding: 0 24px;
  }
}
.cid-tWlCAxGtcI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWlCAxGtcI .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWlCAxGtcI .mbr-section-title {
  color: #2c0066;
}
.cid-tWlCAxGtcI .mbr-section-title,
.cid-tWlCAxGtcI .mbr-section-btn {
  text-align: center;
  color: #2275bb;
}
.cid-tWhxWrgy3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tWhxWrgy3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhxWrgy3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWhxWrgy3z .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tWhxWrgy3z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWhxWrgy3z .container {
    padding: 0 26px;
  }
}
.cid-tWhxWrgy3z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWhxWrgy3z .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tWhxWrgy3z .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #91b1da;
  background-color: #f7f7f7;
}
.cid-tWhxWrgy3z .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWhxWrgy3z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWhxWrgy3z .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWhxWrgy3z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWhxWrgy3z .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tWhxWrgy3z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWhxWrgy3z .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tWhxWrgy3z .image-wrapper {
    padding: 0;
  }
}
.cid-tWhxWrgy3z .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWhxWrgy3z .image-wrapper img {
    height: 300px;
  }
}
.cid-tWhxWrgy3z .panel-title-edit {
  color: #ffffff;
}
.cid-tWhxWrgy3z .panel-text {
  color: #2275bb;
}
.cid-tWhxWrgy3z .panel-title-edit,
.cid-tWhxWrgy3z .mbr-iconfont {
  color: #000000;
}
.cid-tWhsjo3kGs {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tWhsjo3kGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhsjo3kGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWhsjo3kGs .row {
    padding: 0 24px;
  }
}
.cid-tWhsjo3kGs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWhsjo3kGs .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWhsjo3kGs .mbr-section-title {
  color: #2c0066;
}
.cid-tWhsjo3kGs .mbr-section-title,
.cid-tWhsjo3kGs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWhaFSMyTf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tWhaFSMyTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhaFSMyTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWhaFSMyTf .row {
  flex-direction: row-reverse;
}
.cid-tWh0XMASzA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tWh0XMASzA .mbr-text,
.cid-tWh0XMASzA blockquote {
  color: #767676;
}
.cid-tWh0XMASzA .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWh0XMASzA .mbr-text B {
  color: #efefef;
}
.cid-tWh0XMASzA .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWh0XMASzA .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWh0XMASzA .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWh0XMSzDA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tWh0XMSzDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWh0XMSzDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWh0XMSzDA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWh0XMSzDA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWh0XMSzDA .row {
    text-align: center;
  }
  .cid-tWh0XMSzDA .row > div {
    margin: auto;
  }
  .cid-tWh0XMSzDA .social-row {
    justify-content: center;
  }
}
.cid-tWh0XMSzDA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWh0XMSzDA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWh0XMSzDA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWh0XMSzDA .list {
    margin-bottom: 0rem;
  }
}
.cid-tWh0XMSzDA .mbr-text {
  color: #bbbbbb;
}
.cid-tWh0XMSzDA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWh0XMSzDA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWh0XMSzDA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWh0XMSzDA H5 {
  color: #4da6ff;
}
.cid-tWh0XMSzDA hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tWh0XMSzDA a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tWh0XMSzDA span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tWh0XNilPh {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tWh0XNilPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWh0XNilPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWh0XNilPh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tWPHJRc7XC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-porch-enclosure-banner-2000x600.jpg");
}
.cid-tWPHJRc7XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJRc7XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHJRc7XC .mbr-section-title {
  color: #FFFFFF;
}
.cid-tWPHJRc7XC .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tWPHJRc7XC .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tWPHJRc7XC .mbr-section-btn {
  margin-top: 18px;
}
.cid-tWPHJRc7XC .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tWPHJRc7XC .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tWPHJRc7XC .spacr {
  margin-top: 120px;
}
.cid-tWPHJRc7XC h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWPHJRc7XC h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tWPHJRc7XC p {
  font-size: 1.5rem;
}
.cid-tWPHJRc7XC hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tWPHJRc7XC {
    padding-top: 5px;
  }
  .cid-tWPHJRc7XC h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tWPHJRc7XC h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tWPHJRc7XC p {
    font-size: 20px !important;
  }
  .cid-tWPHJRc7XC hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tWPHJRsESk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tWPHJRsESk h6 {
  line-height: 1.2;
}
.cid-tWPHJRsESk img,
.cid-tWPHJRsESk .item-img {
  width: 100%;
}
.cid-tWPHJRsESk .item:focus,
.cid-tWPHJRsESk span:focus {
  outline: none;
}
.cid-tWPHJRsESk .item {
  cursor: pointer;
}
.cid-tWPHJRsESk .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWPHJRsESk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tWPHJRsESk .mbr-section-title {
  color: #000000;
}
.cid-tWPHJRsESk .mbr-text,
.cid-tWPHJRsESk .mbr-section-btn {
  color: #000000;
}
.cid-tWPHJRsESk .item-title {
  color: #000000;
  text-align: center;
}
.cid-tWPHJRsESk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWPHJRsESk .item-text {
  color: #000000;
  text-align: center;
}
.cid-tWPHJRsESk .content-head {
  max-width: 1000px;
}
.cid-tWPHJRsESk b,
.cid-tWPHJRsESk strong {
  color: #2275bb;
}
.cid-tWPHJRsESk hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tWPHJRsESk span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tWPHJRLFVc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWPHJRLFVc .mbr-text,
.cid-tWPHJRLFVc blockquote {
  color: #767676;
}
.cid-tWPHJRLFVc .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWPHJRLFVc .mbr-text B {
  color: #efefef;
}
.cid-tWPHJRLFVc .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWPHJRLFVc .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWPHJRLFVc .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWPHJRY99d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tWPHJRY99d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJRY99d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHJRY99d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWPHJRY99d .row {
    flex-direction: column-reverse;
  }
  .cid-tWPHJRY99d .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWPHJRY99d .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWPHJRY99d .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWPHJRY99d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWPHJRY99d hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWPHJRY99d h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tWPHJRY99d .mbr-text,
.cid-tWPHJRY99d .mbr-section-btn {
  color: #ffffff;
}
.cid-tWPHJRY99d b,
.cid-tWPHJRY99d strong {
  color: #d3a850;
}
.cid-tWPHJRY99d ul,
.cid-tWPHJRY99d p {
  font-size: 1.1rem;
}
.cid-tWPHJRY99d span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWPHJSgAVp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tWPHJSgAVp .mbr-text,
.cid-tWPHJSgAVp blockquote {
  color: #767676;
}
.cid-tWPHJSgAVp .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWPHJSgAVp .mbr-text B {
  color: #efefef;
}
.cid-tWPHJSgAVp .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWPHJSgAVp .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWPHJSgAVp .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tWPLYahXIK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tWPLYahXIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPLYahXIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPLYahXIK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWPLYahXIK .row {
    flex-direction: column-reverse;
  }
  .cid-tWPLYahXIK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWPLYahXIK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWPLYahXIK .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWPLYahXIK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWPLYahXIK hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWPLYahXIK h6.card-title {
  font-size: 2rem;
}
.cid-tWPLYahXIK .mbr-text,
.cid-tWPLYahXIK .mbr-section-btn {
  color: #000000;
}
.cid-tWPLYahXIK b,
.cid-tWPLYahXIK strong {
  color: #d3a850;
  font-size: 2rem;
}
.cid-tWPLYahXIK ul,
.cid-tWPLYahXIK p {
  font-size: 1.3rem;
}
.cid-tWPLYahXIK span {
  font-size: 1.4rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tWPLYahXIK span.full-specs {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWPLYahXIK .card-title {
  color: #000000;
}
.cid-tWPHJT5JWJ {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tWPHJT5JWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJT5JWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHJT5JWJ .row {
    padding: 0 24px;
  }
}
.cid-tWPHJT5JWJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWPHJT5JWJ .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tWPHJT5JWJ .mbr-section-title {
  color: #2c0066;
}
.cid-tWPHJT5JWJ .mbr-section-title,
.cid-tWPHJT5JWJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWPHJTnsfc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tWPHJTnsfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJTnsfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHJTnsfc .row {
  flex-direction: row-reverse;
}
.cid-tWPOePSf6b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWPOePSf6b .mbr-text,
.cid-tWPOePSf6b blockquote {
  color: #767676;
}
.cid-tWPOePSf6b .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWPOePSf6b .mbr-text B {
  color: #efefef;
}
.cid-tWPOePSf6b .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWPOePSf6b .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWPOePSf6b .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWPO0z9V2I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2373ba;
}
.cid-tWPO0z9V2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPO0z9V2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPO0z9V2I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWPO0z9V2I .row {
    flex-direction: column-reverse;
  }
  .cid-tWPO0z9V2I .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWPO0z9V2I .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWPO0z9V2I .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWPO0z9V2I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWPO0z9V2I hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWPO0z9V2I h6.card-title {
  font-size: 2rem;
}
.cid-tWPO0z9V2I .mbr-text,
.cid-tWPO0z9V2I .mbr-section-btn {
  color: #ffffff;
}
.cid-tWPO0z9V2I b,
.cid-tWPO0z9V2I strong {
  color: #d3a850;
}
.cid-tWPO0z9V2I ul,
.cid-tWPO0z9V2I p {
  font-size: 1.1rem;
}
.cid-tWPO0z9V2I span {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
}
.cid-tWPO0z9V2I .card-title {
  color: #ffffff;
}
.cid-tWPQUAI0cD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2275bb;
}
.cid-tWPQUAI0cD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPQUAI0cD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPQUAI0cD img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tWPQUAI0cD .img-wide {
  height: 50%;
}
.cid-tWPQUAI0cD .img-big {
  height: 100%;
}
.cid-tWWbEgHhEQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tWWbEgHhEQ .mbr-text,
.cid-tWWbEgHhEQ blockquote {
  color: #767676;
}
.cid-tWWbEgHhEQ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWWbEgHhEQ .mbr-text B {
  color: #efefef;
}
.cid-tWWbEgHhEQ .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tWWbEgHhEQ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWWbEgHhEQ .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWWbB48fMo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tWWbB48fMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWWbB48fMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWWbB48fMo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWWbB48fMo .row {
    flex-direction: column-reverse;
  }
  .cid-tWWbB48fMo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWWbB48fMo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWWbB48fMo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWWbB48fMo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWWbB48fMo hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tWWbB48fMo h6.card-title {
  font-size: 2rem;
}
.cid-tWWbB48fMo .mbr-text,
.cid-tWWbB48fMo .mbr-section-btn {
  color: #000000;
}
.cid-tWWbB48fMo b,
.cid-tWWbB48fMo strong {
  color: #d3a850;
  font-size: 2rem;
}
.cid-tWWbB48fMo ul,
.cid-tWWbB48fMo p {
  font-size: 1.1rem;
}
.cid-tWWbB48fMo span {
  font-size: 1.4rem;
  color: #2275bb;
  font-weight: 600;
}
.cid-tWWbB48fMo .card-title {
  color: #000000;
}
.cid-tWPHJTImM2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tWPHJTImM2 .mbr-text,
.cid-tWPHJTImM2 blockquote {
  color: #767676;
}
.cid-tWPHJTImM2 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tWPHJTImM2 .mbr-text B {
  color: #efefef;
}
.cid-tWPHJTImM2 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tWPHJTImM2 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tWPHJTImM2 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tWPHJTXcfp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tWPHJTXcfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJTXcfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHJTXcfp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWPHJTXcfp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWPHJTXcfp .row {
    text-align: center;
  }
  .cid-tWPHJTXcfp .row > div {
    margin: auto;
  }
  .cid-tWPHJTXcfp .social-row {
    justify-content: center;
  }
}
.cid-tWPHJTXcfp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWPHJTXcfp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWPHJTXcfp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWPHJTXcfp .list {
    margin-bottom: 0rem;
  }
}
.cid-tWPHJTXcfp .mbr-text {
  color: #bbbbbb;
}
.cid-tWPHJTXcfp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWPHJTXcfp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWPHJTXcfp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWPHJTXcfp H5 {
  color: #4da6ff;
}
.cid-tWPHJTXcfp hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tWPHJTXcfp a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tWPHJTXcfp span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tWPHJUK78i {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tWPHJUK78i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHJUK78i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHJUK78i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tX1cVwwqJX {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-screens-banner-2000x600.jpg");
}
.cid-tX1cVwwqJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1cVwwqJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1cVwwqJX .mbr-section-title {
  color: #FFFFFF;
}
.cid-tX1cVwwqJX .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tX1cVwwqJX .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tX1cVwwqJX .mbr-section-btn {
  margin-top: 18px;
}
.cid-tX1cVwwqJX .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tX1cVwwqJX .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tX1cVwwqJX .spacr {
  margin-top: 120px;
}
.cid-tX1cVwwqJX h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX1cVwwqJX h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX1cVwwqJX p {
  font-size: 1.5rem;
}
.cid-tX1cVwwqJX hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 85%;
}
@media (max-width: 520px) {
  .cid-tX1cVwwqJX {
    padding-top: 5px;
  }
  .cid-tX1cVwwqJX h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tX1cVwwqJX h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tX1cVwwqJX p {
    font-size: 20px !important;
  }
  .cid-tX1cVwwqJX hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tX1cVwLwTj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tX1cVwLwTj h6 {
  line-height: 1.2;
}
.cid-tX1cVwLwTj img,
.cid-tX1cVwLwTj .item-img {
  width: 100%;
}
.cid-tX1cVwLwTj .item:focus,
.cid-tX1cVwLwTj span:focus {
  outline: none;
}
.cid-tX1cVwLwTj .item {
  cursor: pointer;
}
.cid-tX1cVwLwTj .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX1cVwLwTj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tX1cVwLwTj .mbr-section-title {
  color: #000000;
}
.cid-tX1cVwLwTj .mbr-text,
.cid-tX1cVwLwTj .mbr-section-btn {
  color: #000000;
}
.cid-tX1cVwLwTj .item-title {
  color: #000000;
  text-align: center;
}
.cid-tX1cVwLwTj .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tX1cVwLwTj .item-text {
  color: #000000;
  text-align: center;
}
.cid-tX1cVwLwTj .content-head {
  max-width: 1000px;
}
.cid-tX1cVwLwTj b,
.cid-tX1cVwLwTj strong {
  color: #2275bb;
}
.cid-tX1cVwLwTj hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tX1cVwLwTj span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-tX1cVx8R8K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tX1cVx8R8K .mbr-text,
.cid-tX1cVx8R8K blockquote {
  color: #767676;
}
.cid-tX1cVx8R8K .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX1cVx8R8K .mbr-text B {
  color: #efefef;
}
.cid-tX1cVx8R8K .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX1cVx8R8K .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX1cVx8R8K .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX1cVxkcd8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2275bb;
}
.cid-tX1cVxkcd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1cVxkcd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1cVxkcd8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tX1cVxkcd8 .row {
    flex-direction: column-reverse;
  }
  .cid-tX1cVxkcd8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tX1cVxkcd8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tX1cVxkcd8 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tX1cVxkcd8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tX1cVxkcd8 hr {
  margin: 1rem 0;
  color: #e1b330;
  opacity: .80;
}
.cid-tX1cVxkcd8 h6.card-title {
  color: #ffffff;
  font-size: 2rem;
}
.cid-tX1cVxkcd8 .mbr-text,
.cid-tX1cVxkcd8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tX1cVxkcd8 b,
.cid-tX1cVxkcd8 strong {
  color: #d3a850;
}
.cid-tX1cVxkcd8 ul,
.cid-tX1cVxkcd8 p {
  font-size: 1.1rem;
}
.cid-tX1cVxkcd8 span {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 600;
}
.cid-tX1cVxCxSP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tX1cVxCxSP .mbr-text,
.cid-tX1cVxCxSP blockquote {
  color: #767676;
}
.cid-tX1cVxCxSP .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX1cVxCxSP .mbr-text B {
  color: #efefef;
}
.cid-tX1cVxCxSP .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX1cVxCxSP .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX1cVxCxSP .custom-shape-divider .shape-fill {
  fill: #2275bb;
}
.cid-tX1cVy7H9t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tX1cVy7H9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1cVy7H9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX1cVy7H9t .row {
    padding: 0 24px;
  }
}
.cid-tX1cVy7H9t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tX1cVy7H9t .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tX1cVy7H9t .mbr-section-title {
  color: #2c0066;
}
.cid-tX1cVy7H9t .mbr-section-title,
.cid-tX1cVy7H9t .mbr-section-btn {
  text-align: center;
  color: #2373ba;
  font-size: 3.5rem;
}
@media (max-width: 520px) {
  .cid-tX1cVy7H9t h2 {
    font-size: 50px !important;
    line-height: 3.5rem;
  }
}
.cid-tX7GkOefhw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tX7GkOefhw .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tX7GkOefhw .mbr-section-title {
  text-align: center;
}
.cid-tX7GkOefhw .mbr-section-subtitle {
  text-align: center;
}
.cid-tX7GkOefhw .card-title {
  margin-bottom: 1rem;
  color: #2275bb;
}
.cid-tX7GkOefhw .card-subtitle {
  color: #1f1437;
}
.cid-tX7GkOefhw .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tX7GkOefhw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tX7GkOefhw .card {
  height: 100%;
  background-color: #2275bb;
  border-width: 1px;
  border-style: dashed;
  border-color: #2275bb;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tX7GkOefhw .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tX7GkOefhw .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tX7GkOefhw .card-wrapper {
    flex-direction: column;
  }
}
.cid-tX7GkOefhw .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tX7GkOefhw .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tX7GkOefhw .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tX7GkOefhw .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tX7GkOefhw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tX7GkOefhw .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tX7GkOefhw .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tX7GkOefhw .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tX7GkOefhw .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tX7GkOefhw .image-wrapper {
    width: 100%;
  }
}
.cid-tX7GkOefhw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tX7GkOefhw .card-text {
  padding: 1rem;
}
.cid-tX7GkOefhw div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tX7GkOefhw h5 {
  line-height: 2.5rem;
  font-size: 2rem;
}
.cid-tXu2R5FWaW {
  padding-top: 0.5rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tXu2R5FWaW .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tXu2R5FWaW .mbr-section-title {
  text-align: center;
}
.cid-tXu2R5FWaW .mbr-section-subtitle {
  text-align: center;
}
.cid-tXu2R5FWaW .card-title {
  margin-bottom: 1rem;
  color: #2275bb;
}
.cid-tXu2R5FWaW .card-subtitle {
  color: #1f1437;
}
.cid-tXu2R5FWaW .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tXu2R5FWaW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tXu2R5FWaW .card {
  height: 100%;
  background-color: #2275bb;
  border-width: 1px;
  border-style: dashed;
  border-color: #2275bb;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tXu2R5FWaW .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tXu2R5FWaW .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tXu2R5FWaW .card-wrapper {
    flex-direction: column;
  }
}
.cid-tXu2R5FWaW .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tXu2R5FWaW .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tXu2R5FWaW .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tXu2R5FWaW .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tXu2R5FWaW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tXu2R5FWaW .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tXu2R5FWaW .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tXu2R5FWaW .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tXu2R5FWaW .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tXu2R5FWaW .image-wrapper {
    width: 100%;
  }
}
.cid-tXu2R5FWaW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tXu2R5FWaW .card-text {
  padding: 1rem;
}
.cid-tXu2R5FWaW div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tXu2R5FWaW h5 {
  line-height: 2.5rem;
  font-size: 2rem;
}
.cid-tXuF3kjbSC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tXuF3kjbSC .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tXuF3kjbSC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXuF3kjbSC .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXuF3kjbSC .mbr-section-title {
  color: #2275bb;
  font-size: 2rem;
}
.cid-tXuF3kjbSC .mbr-text {
  color: #000000;
}
.cid-tXuF3kjbSC .mbr-description {
  color: #6c7577;
}
.cid-tXuF3kjbSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuF3kjbSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXuF3kjbSC hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tX1cVA0rIw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tX1cVA0rIw .mbr-text,
.cid-tX1cVA0rIw blockquote {
  color: #767676;
}
.cid-tX1cVA0rIw .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX1cVA0rIw .mbr-text B {
  color: #efefef;
}
.cid-tX1cVA0rIw .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX1cVA0rIw .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX1cVA0rIw .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX1cVAgidv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tX1cVAgidv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1cVAgidv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1cVAgidv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX1cVAgidv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX1cVAgidv .row {
    text-align: center;
  }
  .cid-tX1cVAgidv .row > div {
    margin: auto;
  }
  .cid-tX1cVAgidv .social-row {
    justify-content: center;
  }
}
.cid-tX1cVAgidv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX1cVAgidv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tX1cVAgidv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX1cVAgidv .list {
    margin-bottom: 0rem;
  }
}
.cid-tX1cVAgidv .mbr-text {
  color: #bbbbbb;
}
.cid-tX1cVAgidv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tX1cVAgidv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tX1cVAgidv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tX1cVAgidv H5 {
  color: #4da6ff;
}
.cid-tX1cVAgidv hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tX1cVAgidv a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tX1cVAgidv span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tX1cVADMOe {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tX1cVADMOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1cVADMOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1cVADMOe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tX27CLjuUG {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-windows-installation-banner-2000x600.jpg");
}
.cid-tX27CLjuUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX27CLjuUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX27CLjuUG .mbr-section-title {
  color: #FFFFFF;
}
.cid-tX27CLjuUG .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tX27CLjuUG .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tX27CLjuUG .mbr-section-btn {
  margin-top: 18px;
}
.cid-tX27CLjuUG .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tX27CLjuUG .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tX27CLjuUG .spacr {
  margin-top: 120px;
}
.cid-tX27CLjuUG h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX27CLjuUG h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX27CLjuUG p {
  font-size: 1.5rem;
}
.cid-tX27CLjuUG hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tX27CLjuUG {
    padding-top: 5px;
  }
  .cid-tX27CLjuUG h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tX27CLjuUG h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tX27CLjuUG p {
    font-size: 20px !important;
  }
  .cid-tX27CLjuUG hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tX29blphMh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tX29blphMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX29blphMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX29blphMh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tX29blphMh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tX29blphMh .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tX29blphMh .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tX29blphMh .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX29blphMh .image-wrapper img {
    height: 300px;
  }
}
.cid-tX29blphMh .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .cid-tX29blphMh .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX29blphMh .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tX29blphMh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tX29blphMh .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tX29blphMh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX29blphMh .cards-wrapper {
  margin: 0 0 0 70px;
  margin: 0 70px 0 0;
}
@media (max-width: 992px) {
  .cid-tX29blphMh .cards-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX29blphMh .cards-wrapper {
    margin: 0;
  }
}
.cid-tX29blphMh .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tX29blphMh .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tX29blphMh .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tX29blphMh .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tX29blphMh .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tX29blphMh .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tX29blphMh .mbr-section-title {
  color: #2275bb;
  font-size: 2.8rem;
  font-weight: 400;
}
.cid-tX29blphMh .mbr-section-subtitle {
  color: #2a2a4a;
}
.cid-tX29blphMh .mbr-text {
  color: #000000;
}
.cid-tX29blphMh .mbr-card-title {
  color: #ffffff;
}
.cid-tX29blphMh .mbr-card-title,
.cid-tX29blphMh .cards-wrapper {
  color: #d3a850;
}
.cid-tX29blphMh span {
  color: #d3a850;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-tX29blphMh h2 {
    font-size: 30px !important;
    line-height: 2.3rem;
    font-weight: 600;
  }
  .cid-tX29blphMh span {
    font-size: 30px !important;
    line-height: 2.3rem;
    color: #d3a850;
    font-weight: 600;
  }
}
.cid-tX29vFthw6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2373ba;
}
.cid-tX29vFthw6 .mbr-text,
.cid-tX29vFthw6 blockquote {
  color: #767676;
}
.cid-tX29vFthw6 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX29vFthw6 .mbr-text B {
  color: #efefef;
}
.cid-tX29vFthw6 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX29vFthw6 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX29vFthw6 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tXGVt4r2eY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #2373ba;
}
.cid-tXGVt4r2eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXGVt4r2eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXGVt4r2eY .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tXGVt4r2eY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tXGVt4r2eY .content-head {
  max-width: 800px;
}
.cid-tXGVt4r2eY .card1 {
  background: #91b1da;
}
.cid-tXGVt4r2eY .card2 {
  background: #91b1da;
}
.cid-tXGVt4r2eY .card3 {
  background: #91b1da;
}
.cid-tXGVt4r2eY .card4 {
  background: #91b1da;
}
.cid-tXGVt4r2eY .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tXGVt4r2eY .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tXGVt4r2eY .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tXGVt4r2eY .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXGVt4r2eY .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tXGVt4r2eY .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tXGVt4r2eY .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tXGVt4r2eY .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tXGVt4r2eY .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tXGVt4r2eY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tXGVt4r2eY .tag1 {
  background: #91b1da;
  color: #502274;
}
.cid-tXGVt4r2eY .tag2 {
  background: #91b1da;
  color: #ffd7ef;
}
.cid-tXGVt4r2eY .tag3 {
  background: #91b1da;
  color: #232323;
}
.cid-tXGVt4r2eY .tag4 {
  background: #91b1da;
  color: #ffffff;
}
.cid-tXGVt4r2eY .card-text3,
.cid-tXGVt4r2eY .mbr-section-btn {
  color: #232323;
}
.cid-tXGVt4r2eY .card-text2,
.cid-tXGVt4r2eY .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tXGVt4r2eY .card-text1,
.cid-tXGVt4r2eY .mbr-section-btn {
  color: #502274;
}
.cid-tXGVt4r2eY .card-title2,
.cid-tXGVt4r2eY .social-row {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY .mbr-role3,
.cid-tXGVt4r2eY .social-row {
  color: #ffffff;
}
.cid-tXGVt4r2eY .card-title3,
.cid-tXGVt4r2eY .social-row {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY .card-title4,
.cid-tXGVt4r2eY .social-row {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY .mbr-role3 {
  color: #232323;
}
.cid-tXGVt4r2eY .mbr-role2 {
  color: #ffd7ef;
}
.cid-tXGVt4r2eY .mbr-role4 {
  color: #ffffff;
}
.cid-tXGVt4r2eY .card-text4,
.cid-tXGVt4r2eY .mbr-section-btn {
  color: #ffffff;
}
.cid-tXGVt4r2eY .mbr-section-title {
  color: #ffffff;
}
.cid-tXGVt4r2eY .card-text2,
.cid-tXGVt4r2eY .card2 .mbr-section-btn {
  color: #000000;
}
.cid-tXGVt4r2eY .card-text1,
.cid-tXGVt4r2eY .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY .card-text3,
.cid-tXGVt4r2eY .card3 .mbr-section-btn {
  color: #000000;
}
.cid-tXGVt4r2eY .card-text4,
.cid-tXGVt4r2eY .card4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY h5.mbr-card-title {
  font-size: 1.5rem;
}
.cid-tXGVt4r2eY .card-title1,
.cid-tXGVt4r2eY .social-row {
  color: #000000;
  text-align: center;
}
.cid-tXGVt4r2eY .btn-success {
  font-size: 1rem;
}
.cid-tX2joAF6el {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2373ba;
}
.cid-tX2joAF6el .mbr-text,
.cid-tX2joAF6el blockquote {
  color: #767676;
}
.cid-tX2joAF6el .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX2joAF6el .mbr-text B {
  color: #efefef;
}
.cid-tX2joAF6el .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tX2joAF6el .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX2joAF6el .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX2jkKRCJi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-tX2jkKRCJi .showAlerts {
  display: block !important;
}
.cid-tX2jkKRCJi .rowflexrev {
  display: -webkit-flex;
}
.cid-tX2jkKRCJi .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tX2jkKRCJi .title {
  margin-bottom: 2rem;
}
.cid-tX2jkKRCJi .mbr-section-subtitle {
  color: #d3a850;
}
.cid-tX2jkKRCJi textarea.form-control {
  min-height: 188px;
}
.cid-tX2jkKRCJi LABEL {
  color: #232323;
  display: initial;
}
.cid-tX2jkKRCJi .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2jkKRCJi .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tX2jkKRCJi .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2jkKRCJi .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2jkKRCJi .alert {
  margin-bottom: 0;
}
.cid-tX2jkKRCJi .alert-success {
  background-color: #70c770;
}
.cid-tX2jkKRCJi .alert-danger {
  background-color: #ff4a52;
}
.cid-tX2jkKRCJi .btn {
  display: inline-flex;
}
.cid-tX2jkKRCJi .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tX2jkKRCJi .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tX2jkKRCJi .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tX2jkKRCJi input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX2jkKRCJi input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX2jkKRCJi input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX27CNwedn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tX27CNwedn .mbr-text,
.cid-tX27CNwedn blockquote {
  color: #767676;
}
.cid-tX27CNwedn .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX27CNwedn .mbr-text B {
  color: #efefef;
}
.cid-tX27CNwedn .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX27CNwedn .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX27CNwedn .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX27CNPOV2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tX27CNPOV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX27CNPOV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX27CNPOV2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX27CNPOV2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX27CNPOV2 .row {
    text-align: center;
  }
  .cid-tX27CNPOV2 .row > div {
    margin: auto;
  }
  .cid-tX27CNPOV2 .social-row {
    justify-content: center;
  }
}
.cid-tX27CNPOV2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX27CNPOV2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tX27CNPOV2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX27CNPOV2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tX27CNPOV2 .mbr-text {
  color: #bbbbbb;
}
.cid-tX27CNPOV2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tX27CNPOV2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tX27CNPOV2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tX27CNPOV2 H5 {
  color: #4da6ff;
}
.cid-tX27CNPOV2 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tX27CNPOV2 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tX27CNPOV2 span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tX27COghSX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tX27COghSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX27COghSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX27COghSX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tXLMO9Rx1A {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-warranty-1-2000x600.jpg");
}
.cid-tXLMO9Rx1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLMO9Rx1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLMO9Rx1A .mbr-section-title {
  color: #FFFFFF;
}
.cid-tXLMO9Rx1A .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tXLMO9Rx1A .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tXLMO9Rx1A .mbr-section-btn {
  margin-top: 18px;
}
.cid-tXLMO9Rx1A .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tXLMO9Rx1A .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tXLMO9Rx1A .spacr {
  margin-top: 120px;
}
.cid-tXLMO9Rx1A h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tXLMO9Rx1A h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tXLMO9Rx1A p {
  font-size: 1.5rem;
}
.cid-tXLMO9Rx1A hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tXLMO9Rx1A {
    padding-top: 5px;
  }
  .cid-tXLMO9Rx1A h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tXLMO9Rx1A h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tXLMO9Rx1A p {
    font-size: 20px !important;
  }
  .cid-tXLMO9Rx1A hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tXLNAqnmcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tXLNAqnmcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLNAqnmcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLNAqnmcz .card-wrapper {
  background: #2275bb;
}
@media (max-width: 767px) {
  .cid-tXLNAqnmcz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tXLNAqnmcz .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tXLNAqnmcz .mbr-text,
.cid-tXLNAqnmcz .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-tXLNAqnmcz .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-tXLNAqnmcz hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-tXLNAqnmcz span {
  font-size: 2rem;
  color: #000000;
}
.cid-tXLNAqnmcz h3 {
  color: #d3a850;
}
.cid-tXLMObxlS1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tXLMObxlS1 .mbr-text,
.cid-tXLMObxlS1 blockquote {
  color: #767676;
}
.cid-tXLMObxlS1 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tXLMObxlS1 .mbr-text B {
  color: #efefef;
}
.cid-tXLMObxlS1 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tXLMObxlS1 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tXLMObxlS1 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tXLMObLQec {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tXLMObLQec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLMObLQec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLMObLQec .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXLMObLQec .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLMObLQec .row {
    text-align: center;
  }
  .cid-tXLMObLQec .row > div {
    margin: auto;
  }
  .cid-tXLMObLQec .social-row {
    justify-content: center;
  }
}
.cid-tXLMObLQec .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXLMObLQec .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXLMObLQec .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXLMObLQec .list {
    margin-bottom: 0rem;
  }
}
.cid-tXLMObLQec .mbr-text {
  color: #bbbbbb;
}
.cid-tXLMObLQec .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXLMObLQec .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXLMObLQec div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXLMObLQec H5 {
  color: #4da6ff;
}
.cid-tXLMObLQec hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tXLMObLQec a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tXLMObLQec span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tXLMOc9oCO {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tXLMOc9oCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLMOc9oCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLMOc9oCO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tXRKGcxDDK {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-contact-building-banner-1-2000x600.jpg");
}
.cid-tXRKGcxDDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRKGcxDDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRKGcxDDK .mbr-section-title {
  color: #FFFFFF;
}
.cid-tXRKGcxDDK .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tXRKGcxDDK .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tXRKGcxDDK .mbr-section-btn {
  margin-top: 18px;
}
.cid-tXRKGcxDDK .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tXRKGcxDDK .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tXRKGcxDDK .spacr {
  margin-top: 120px;
}
.cid-tXRKGcxDDK h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tXRKGcxDDK h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tXRKGcxDDK p {
  font-size: 1.5rem;
}
.cid-tXRKGcxDDK hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-tXRKGcxDDK {
    padding-top: 5px;
  }
  .cid-tXRKGcxDDK h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tXRKGcxDDK h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tXRKGcxDDK p {
    font-size: 20px !important;
  }
  .cid-tXRKGcxDDK hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tXRRf0fYIg {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2373ba;
}
.cid-tXRRf0fYIg .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-tXRRf0fYIg .content {
    text-align: center;
  }
  .cid-tXRRf0fYIg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tXRRf0fYIg .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tXRRf0fYIg .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-tXRRf0fYIg .google-map {
    height: 25rem;
  }
}
.cid-tXRRf0fYIg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-tXRRf0fYIg .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-tXRRf0fYIg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXRRf0fYIg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXRRf0fYIg .list {
  list-style-type: none;
  padding: 0;
}
.cid-tXRRf0fYIg .mbr-text-adress {
  font-weight: 300;
  color: #fff;
}
.cid-tXRRf0fYIg .mbr-text-work {
  font-weight: 300;
  color: #fff;
}
.cid-tXRRf0fYIg .mbr-section-title {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-tXRRf0fYIg .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tXRRf0fYIg .adress-subtitle {
  color: #000000;
}
.cid-tXRRf0fYIg .working-subtitle {
  color: #000000;
}
.cid-tXRRf0fYIg .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tXRRf0fYIg .map-contacts {
    margin-top: 40px;
  }
}
.cid-tXRRf0fYIg .contact-title {
  color: #fff;
}
.cid-tXRRf0fYIg .contact-info {
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-tXRRf0fYIg .contact-info {
    margin-bottom: 0;
  }
}
.cid-tXRRf0fYIg hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tXSylJSs0v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tXSylJSs0v .mbr-text,
.cid-tXSylJSs0v blockquote {
  color: #767676;
}
.cid-tXSylJSs0v .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tXSylJSs0v .mbr-text B {
  color: #efefef;
}
.cid-tXSylJSs0v .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tXSylJSs0v .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tXSylJSs0v .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tXSyQpV5J0 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-tXSyQpV5J0 .showAlerts {
  display: block !important;
}
.cid-tXSyQpV5J0 .rowflexrev {
  display: -webkit-flex;
}
.cid-tXSyQpV5J0 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tXSyQpV5J0 .title {
  margin-bottom: 2rem;
}
.cid-tXSyQpV5J0 .mbr-section-subtitle {
  color: #d3a850;
}
.cid-tXSyQpV5J0 textarea.form-control {
  min-height: 188px;
}
.cid-tXSyQpV5J0 LABEL {
  color: #232323;
  display: initial;
}
.cid-tXSyQpV5J0 .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tXSyQpV5J0 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tXSyQpV5J0 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tXSyQpV5J0 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tXSyQpV5J0 .alert {
  margin-bottom: 0;
}
.cid-tXSyQpV5J0 .alert-success {
  background-color: #70c770;
}
.cid-tXSyQpV5J0 .alert-danger {
  background-color: #ff4a52;
}
.cid-tXSyQpV5J0 .btn {
  display: inline-flex;
}
.cid-tXSyQpV5J0 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tXSyQpV5J0 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tXSyQpV5J0 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tXSyQpV5J0 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tXSyQpV5J0 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tXSyQpV5J0 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tXSyQpV5J0 select {
  font-size: 16px;
}
.cid-tXRKGd3gWi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tXRKGd3gWi .mbr-text,
.cid-tXRKGd3gWi blockquote {
  color: #767676;
}
.cid-tXRKGd3gWi .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tXRKGd3gWi .mbr-text B {
  color: #efefef;
}
.cid-tXRKGd3gWi .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tXRKGd3gWi .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tXRKGd3gWi .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tXRKGdcvvr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tXRKGdcvvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRKGdcvvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRKGdcvvr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXRKGdcvvr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXRKGdcvvr .row {
    text-align: center;
  }
  .cid-tXRKGdcvvr .row > div {
    margin: auto;
  }
  .cid-tXRKGdcvvr .social-row {
    justify-content: center;
  }
}
.cid-tXRKGdcvvr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXRKGdcvvr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXRKGdcvvr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXRKGdcvvr .list {
    margin-bottom: 0rem;
  }
}
.cid-tXRKGdcvvr .mbr-text {
  color: #bbbbbb;
}
.cid-tXRKGdcvvr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXRKGdcvvr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXRKGdcvvr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXRKGdcvvr H5 {
  color: #4da6ff;
}
.cid-tXRKGdcvvr hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tXRKGdcvvr a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tXRKGdcvvr span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tXRKGdvKPb {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tXRKGdvKPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRKGdvKPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRKGdvKPb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tX2gNsA3p4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-measuring-banner-1-2000x600.jpg");
}
.cid-tX2gNsA3p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX2gNsA3p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX2gNsA3p4 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tX2gNsA3p4 .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tX2gNsA3p4 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tX2gNsA3p4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tX2gNsA3p4 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tX2gNsA3p4 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tX2gNsA3p4 .spacr {
  margin-top: 120px;
}
.cid-tX2gNsA3p4 h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX2gNsA3p4 h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tX2gNsA3p4 p {
  font-size: 1.5rem;
}
.cid-tX2gNsA3p4 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 85%;
}
@media (max-width: 520px) {
  .cid-tX2gNsA3p4 {
    padding-top: 5px;
  }
  .cid-tX2gNsA3p4 h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tX2gNsA3p4 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tX2gNsA3p4 p {
    font-size: 20px !important;
  }
  .cid-tX2gNsA3p4 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tX2gNsVln6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tX2gNsVln6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX2gNsVln6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX2gNsVln6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tX2gNsVln6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tX2gNsVln6 .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tX2gNsVln6 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .image-wrapper img {
    height: 300px;
  }
}
.cid-tX2gNsVln6 .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tX2gNsVln6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tX2gNsVln6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tX2gNsVln6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX2gNsVln6 .cards-wrapper {
  margin: 0 0 0 70px;
  margin: 0 70px 0 0;
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .cards-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX2gNsVln6 .cards-wrapper {
    margin: 0;
  }
}
.cid-tX2gNsVln6 .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tX2gNsVln6 .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tX2gNsVln6 .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tX2gNsVln6 .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tX2gNsVln6 .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tX2gNsVln6 .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tX2gNsVln6 .mbr-section-title {
  color: #2275bb;
}
.cid-tX2gNsVln6 .mbr-section-subtitle {
  color: #2a2a4a;
}
.cid-tX2gNsVln6 .mbr-text {
  color: #000000;
}
.cid-tX2gNsVln6 .mbr-card-title {
  color: #ffffff;
}
.cid-tX2gNsVln6 .mbr-card-title,
.cid-tX2gNsVln6 .cards-wrapper {
  color: #d3a850;
}
.cid-tX2gNsVln6 span {
  color: #d3a850;
  font-weight: 600;
}
.cid-tX2gNtfUT8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tX2gNtfUT8 .mbr-text,
.cid-tX2gNtfUT8 blockquote {
  color: #767676;
}
.cid-tX2gNtfUT8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX2gNtfUT8 .mbr-text B {
  color: #efefef;
}
.cid-tX2gNtfUT8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX2gNtfUT8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX2gNtfUT8 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX2gNttkxo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #2373ba;
}
.cid-tX2gNttkxo .row {
  justify-content: center;
}
.cid-tX2gNttkxo .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tX2gNttkxo .item-img {
    height: 286px;
  }
}
.cid-tX2gNttkxo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tX2gNttkxo .item:focus,
.cid-tX2gNttkxo span:focus {
  outline: none;
}
.cid-tX2gNttkxo .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tX2gNttkxo .col-items {
    flex-wrap: wrap;
  }
}
.cid-tX2gNttkxo .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tX2gNttkxo .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tX2gNttkxo .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tX2gNttkxo .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-tX2gNttkxo .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-tX2gNttkxo .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tX2gNttkxo .item-wrapper .btn-primary:hover span {
  color: #2275bb !important;
}
.cid-tX2gNttkxo .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tX2gNttkxo .item-content {
    text-align: center;
  }
}
.cid-tX2gNttkxo .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-tX2gNttkxo .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-tX2gNttkxo .item-title {
  color: #222222;
  font-size: 2rem;
}
.cid-tX2gNttkxo .item-subtitle {
  color: #222222;
}
.cid-tX2gNttkxo .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tX2gNttkxo .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tX2gNttkxo .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tX2gNttkxo hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tX2gNttkxo .item-title,
.cid-tX2gNttkxo .mbr-section-btn {
  color: #ffffff;
}
.cid-tX2lbVnC9t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2373ba;
}
.cid-tX2lbVnC9t .mbr-text,
.cid-tX2lbVnC9t blockquote {
  color: #767676;
}
.cid-tX2lbVnC9t .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX2lbVnC9t .mbr-text B {
  color: #efefef;
}
.cid-tX2lbVnC9t .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tX2lbVnC9t .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX2lbVnC9t .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX2lcBAbFZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-tX2lcBAbFZ .showAlerts {
  display: block !important;
}
.cid-tX2lcBAbFZ .rowflexrev {
  display: -webkit-flex;
}
.cid-tX2lcBAbFZ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tX2lcBAbFZ .title {
  margin-bottom: 2rem;
}
.cid-tX2lcBAbFZ .mbr-section-subtitle {
  color: #d3a850;
}
.cid-tX2lcBAbFZ textarea.form-control {
  min-height: 188px;
}
.cid-tX2lcBAbFZ LABEL {
  color: #232323;
  display: initial;
}
.cid-tX2lcBAbFZ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2lcBAbFZ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tX2lcBAbFZ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2lcBAbFZ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tX2lcBAbFZ .alert {
  margin-bottom: 0;
}
.cid-tX2lcBAbFZ .alert-success {
  background-color: #70c770;
}
.cid-tX2lcBAbFZ .alert-danger {
  background-color: #ff4a52;
}
.cid-tX2lcBAbFZ .btn {
  display: inline-flex;
}
.cid-tX2lcBAbFZ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tX2lcBAbFZ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tX2lcBAbFZ .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tX2lcBAbFZ input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX2lcBAbFZ input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX2lcBAbFZ input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tX2gNtPywM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tX2gNtPywM .mbr-text,
.cid-tX2gNtPywM blockquote {
  color: #767676;
}
.cid-tX2gNtPywM .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tX2gNtPywM .mbr-text B {
  color: #efefef;
}
.cid-tX2gNtPywM .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tX2gNtPywM .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tX2gNtPywM .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tX2gNu9niV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tX2gNu9niV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX2gNu9niV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX2gNu9niV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX2gNu9niV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX2gNu9niV .row {
    text-align: center;
  }
  .cid-tX2gNu9niV .row > div {
    margin: auto;
  }
  .cid-tX2gNu9niV .social-row {
    justify-content: center;
  }
}
.cid-tX2gNu9niV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX2gNu9niV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tX2gNu9niV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX2gNu9niV .list {
    margin-bottom: 0rem;
  }
}
.cid-tX2gNu9niV .mbr-text {
  color: #bbbbbb;
}
.cid-tX2gNu9niV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tX2gNu9niV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tX2gNu9niV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tX2gNu9niV H5 {
  color: #4da6ff;
}
.cid-tX2gNu9niV hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tX2gNu9niV a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tX2gNu9niV span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tX2gNuJlWm {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tX2gNuJlWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX2gNuJlWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX2gNuJlWm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tYkgaJbejJ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-service-area-banner-2000x600.jpg");
}
.cid-tYkgaJbejJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkgaJbejJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkgaJbejJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYkgaJbejJ .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tYkgaJbejJ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYkgaJbejJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYkgaJbejJ .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYkgaJbejJ .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYkgaJbejJ .spacr {
  margin-top: 120px;
}
.cid-tYkgaJbejJ h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYkgaJbejJ h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYkgaJbejJ p {
  font-size: 1.5rem;
}
.cid-tYkgaJbejJ hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-tYkgaJbejJ {
    padding-top: 5px;
  }
  .cid-tYkgaJbejJ h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tYkgaJbejJ h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tYkgaJbejJ p {
    font-size: 20px !important;
  }
  .cid-tYkgaJbejJ hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tYkguEwzLD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2275bb;
}
.cid-tYkguEwzLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkguEwzLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYkguEwzLD .row {
    padding: 0 24px;
  }
}
.cid-tYkguEwzLD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tYkguEwzLD .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tYkguEwzLD .mbr-section-title {
  color: #2c0066;
  font-size: 3rem;
}
.cid-tYkguEwzLD .mbr-section-title,
.cid-tYkguEwzLD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYkguEwzLD span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-tYkguEwzLD hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
.cid-tYkguEwzLD .mbr-text {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-tYkguEwzLD b,
.cid-tYkguEwzLD strong {
  font-size: 1.4rem;
  color: #000000;
}
.cid-tYkha98AL4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tYkha98AL4 .mbr-text,
.cid-tYkha98AL4 blockquote {
  color: #767676;
}
.cid-tYkha98AL4 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYkha98AL4 .mbr-text B {
  color: #efefef;
}
.cid-tYkha98AL4 .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tYkha98AL4 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYkha98AL4 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYkgpv0v66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tYkgpv0v66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkgpv0v66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkgpv0v66 b,
.cid-tYkgpv0v66 strong {
  font-weight: 900;
}
.cid-tYkgpv0v66 .mbr-section-title {
  color: #d3a850;
  text-align: center;
}
.cid-tYkgpv0v66 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYkgpv0v66 span {
  font-size: 1rem;
}
.cid-tYkgpv0v66 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tYkgaJEepV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tYkgaJEepV .mbr-text,
.cid-tYkgaJEepV blockquote {
  color: #767676;
}
.cid-tYkgaJEepV .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYkgaJEepV .mbr-text B {
  color: #efefef;
}
.cid-tYkgaJEepV .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tYkgaJEepV .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYkgaJEepV .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYkgaJNyCF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tYkgaJNyCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkgaJNyCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkgaJNyCF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYkgaJNyCF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYkgaJNyCF .row {
    text-align: center;
  }
  .cid-tYkgaJNyCF .row > div {
    margin: auto;
  }
  .cid-tYkgaJNyCF .social-row {
    justify-content: center;
  }
}
.cid-tYkgaJNyCF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkgaJNyCF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYkgaJNyCF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYkgaJNyCF .list {
    margin-bottom: 0rem;
  }
}
.cid-tYkgaJNyCF .mbr-text {
  color: #bbbbbb;
}
.cid-tYkgaJNyCF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYkgaJNyCF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYkgaJNyCF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYkgaJNyCF H5 {
  color: #4da6ff;
}
.cid-tYkgaJNyCF hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYkgaJNyCF a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tYkgaJNyCF span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYkgaK6zk2 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tYkgaK6zk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkgaK6zk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkgaK6zk2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYm32hgN8M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYm32hgN8M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYm32hgN8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYm32hgN8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYm32hgN8M .dropdown-item:hover,
.cid-tYm32hgN8M .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYm32hgN8M .dropdown-item:hover span {
  color: white;
}
.cid-tYm32hgN8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYm32hgN8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYm32hgN8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYm32hgN8M .nav-link {
  position: relative;
}
.cid-tYm32hgN8M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .container {
    flex-wrap: nowrap;
  }
}
.cid-tYm32hgN8M .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown-menu,
.cid-tYm32hgN8M .navbar.opened {
  background: #ffffff !important;
}
.cid-tYm32hgN8M .nav-item:focus,
.cid-tYm32hgN8M .nav-link:focus {
  outline: none;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYm32hgN8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYm32hgN8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYm32hgN8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYm32hgN8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.opened {
  transition: all 0.3s;
}
.cid-tYm32hgN8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYm32hgN8M .navbar .navbar-logo img {
  width: auto;
}
.cid-tYm32hgN8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar.collapsed {
  justify-content: center;
}
.cid-tYm32hgN8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYm32hgN8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYm32hgN8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYm32hgN8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYm32hgN8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYm32hgN8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYm32hgN8M .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYm32hgN8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYm32hgN8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYm32hgN8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYm32hgN8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYm32hgN8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYm32hgN8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYm32hgN8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYm32hgN8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYm32hgN8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYm32hgN8M .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYm32hgN8M .dropdown-item.active,
.cid-tYm32hgN8M .dropdown-item:active {
  background-color: transparent;
}
.cid-tYm32hgN8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYm32hgN8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYm32hgN8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYm32hgN8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYm32hgN8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYm32hgN8M button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYm32hgN8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYm32hgN8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYm32hgN8M .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYm32hgN8M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYm32hgN8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYm32hgN8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYm32hgN8M .navbar {
    height: 70px;
  }
  .cid-tYm32hgN8M .navbar.opened {
    height: auto;
  }
  .cid-tYm32hgN8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYm32hgN8M .container,
.cid-tYm32hgN8M .container-fluid {
  flex-wrap: wrap;
}
.cid-tYm32hgN8M .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYm32hgN8M .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYm32hgN8M .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYm32hgN8M .contacts-menu {
    display: none;
  }
}
.cid-tYm32hgN8M .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYm32hgN8M .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYm32hgN8M .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYm32hgN8M .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYm32hgN8M .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYm32hgN8M .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYm32hgN8M .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYm32hgN8M .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tYm00FZcG7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-windows-manufacturing-banner-2000x600.jpg");
}
.cid-tYm00FZcG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYm00FZcG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYm00FZcG7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYm00FZcG7 .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tYm00FZcG7 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYm00FZcG7 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYm00FZcG7 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYm00FZcG7 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYm00FZcG7 .spacr {
  margin-top: 120px;
}
.cid-tYm00FZcG7 h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYm00FZcG7 h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYm00FZcG7 p {
  font-size: 1.5rem;
}
.cid-tYm00FZcG7 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 85%;
}
@media (max-width: 520px) {
  .cid-tYm00FZcG7 {
    padding-top: 5px;
  }
  .cid-tYm00FZcG7 h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tYm00FZcG7 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tYm00FZcG7 p {
    font-size: 20px !important;
  }
  .cid-tYm00FZcG7 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tYm00Gd9Gt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-tYm00Gd9Gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYm00Gd9Gt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYm00Gd9Gt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tYm00Gd9Gt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tYm00Gd9Gt .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tYm00Gd9Gt .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .image-wrapper img {
    height: 300px;
  }
}
.cid-tYm00Gd9Gt .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tYm00Gd9Gt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tYm00Gd9Gt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tYm00Gd9Gt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYm00Gd9Gt .cards-wrapper {
  margin: 0 0 0 70px;
  margin: 0 70px 0 0;
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .cards-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYm00Gd9Gt .cards-wrapper {
    margin: 0;
  }
}
.cid-tYm00Gd9Gt .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tYm00Gd9Gt .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tYm00Gd9Gt .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tYm00Gd9Gt .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tYm00Gd9Gt .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tYm00Gd9Gt .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYm00Gd9Gt .mbr-section-title {
  color: #2275bb;
}
.cid-tYm00Gd9Gt .mbr-section-subtitle {
  color: #2a2a4a;
}
.cid-tYm00Gd9Gt .mbr-text {
  color: #000000;
}
.cid-tYm00Gd9Gt .mbr-card-title {
  color: #ffffff;
}
.cid-tYm00Gd9Gt .mbr-card-title,
.cid-tYm00Gd9Gt .cards-wrapper {
  color: #d3a850;
}
.cid-tYm00Gd9Gt span {
  color: #d3a850;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-tYm00Gd9Gt h2 {
    font-size: 35px !important;
    line-height: 2.3rem;
    font-weight: 600;
  }
  .cid-tYm00Gd9Gt span {
    font-size: 30px !important;
    line-height: 2.3rem;
    color: #d3a850;
    font-weight: 600;
  }
}
.cid-tYm00HzaG8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tYm00HzaG8 .mbr-text,
.cid-tYm00HzaG8 blockquote {
  color: #767676;
}
.cid-tYm00HzaG8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYm00HzaG8 .mbr-text B {
  color: #efefef;
}
.cid-tYm00HzaG8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tYm00HzaG8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYm00HzaG8 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYm00HNw9E {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tYm00HNw9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYm00HNw9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYm00HNw9E .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYm00HNw9E .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYm00HNw9E .row {
    text-align: center;
  }
  .cid-tYm00HNw9E .row > div {
    margin: auto;
  }
  .cid-tYm00HNw9E .social-row {
    justify-content: center;
  }
}
.cid-tYm00HNw9E .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYm00HNw9E .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYm00HNw9E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYm00HNw9E .list {
    margin-bottom: 0rem;
  }
}
.cid-tYm00HNw9E .mbr-text {
  color: #bbbbbb;
}
.cid-tYm00HNw9E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYm00HNw9E .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYm00HNw9E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYm00HNw9E H5 {
  color: #4da6ff;
}
.cid-tYm00HNw9E hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYm00HNw9E a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tYm00HNw9E span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYm00Ib4bg {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tYm00Ib4bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYm00Ib4bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYm00Ib4bg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYP0DGjHYe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYP0DGjHYe nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYP0DGjHYe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYP0DGjHYe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYP0DGjHYe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYP0DGjHYe .dropdown-item:hover,
.cid-tYP0DGjHYe .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYP0DGjHYe .dropdown-item:hover span {
  color: white;
}
.cid-tYP0DGjHYe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYP0DGjHYe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYP0DGjHYe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYP0DGjHYe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYP0DGjHYe .nav-link {
  position: relative;
}
.cid-tYP0DGjHYe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYP0DGjHYe .container {
    flex-wrap: nowrap;
  }
}
.cid-tYP0DGjHYe .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYP0DGjHYe .dropdown-menu,
.cid-tYP0DGjHYe .navbar.opened {
  background: #ffffff !important;
}
.cid-tYP0DGjHYe .nav-item:focus,
.cid-tYP0DGjHYe .nav-link:focus {
  outline: none;
}
.cid-tYP0DGjHYe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYP0DGjHYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYP0DGjHYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYP0DGjHYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYP0DGjHYe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYP0DGjHYe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYP0DGjHYe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYP0DGjHYe .navbar.opened {
  transition: all 0.3s;
}
.cid-tYP0DGjHYe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYP0DGjHYe .navbar .navbar-logo img {
  width: auto;
}
.cid-tYP0DGjHYe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYP0DGjHYe .navbar.collapsed {
  justify-content: center;
}
.cid-tYP0DGjHYe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYP0DGjHYe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYP0DGjHYe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYP0DGjHYe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYP0DGjHYe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYP0DGjHYe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYP0DGjHYe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYP0DGjHYe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYP0DGjHYe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYP0DGjHYe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYP0DGjHYe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYP0DGjHYe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYP0DGjHYe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYP0DGjHYe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYP0DGjHYe .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYP0DGjHYe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYP0DGjHYe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYP0DGjHYe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYP0DGjHYe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYP0DGjHYe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYP0DGjHYe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYP0DGjHYe .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYP0DGjHYe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYP0DGjHYe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYP0DGjHYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYP0DGjHYe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYP0DGjHYe .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYP0DGjHYe .dropdown-item.active,
.cid-tYP0DGjHYe .dropdown-item:active {
  background-color: transparent;
}
.cid-tYP0DGjHYe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYP0DGjHYe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYP0DGjHYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYP0DGjHYe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYP0DGjHYe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYP0DGjHYe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYP0DGjHYe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYP0DGjHYe .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYP0DGjHYe button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYP0DGjHYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYP0DGjHYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYP0DGjHYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYP0DGjHYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYP0DGjHYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYP0DGjHYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYP0DGjHYe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYP0DGjHYe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYP0DGjHYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYP0DGjHYe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYP0DGjHYe .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYP0DGjHYe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYP0DGjHYe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYP0DGjHYe .navbar {
    height: 70px;
  }
  .cid-tYP0DGjHYe .navbar.opened {
    height: auto;
  }
  .cid-tYP0DGjHYe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYP0DGjHYe .container,
.cid-tYP0DGjHYe .container-fluid {
  flex-wrap: wrap;
}
.cid-tYP0DGjHYe .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYP0DGjHYe .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYP0DGjHYe .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYP0DGjHYe .contacts-menu {
    display: none;
  }
}
.cid-tYP0DGjHYe .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYP0DGjHYe .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYP0DGjHYe .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYP0DGjHYe .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYP0DGjHYe .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYP0DGjHYe .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYP0DGjHYe .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYP0DGjHYe .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYP0DGjHYe .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYP0DGjHYe .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYP0DGjHYe .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tYP0DGDoxC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-about-building-banner-1-2000x600.jpg");
}
.cid-tYP0DGDoxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP0DGDoxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP0DGDoxC .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYP0DGDoxC .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tYP0DGDoxC .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYP0DGDoxC .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYP0DGDoxC .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYP0DGDoxC .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYP0DGDoxC .spacr {
  margin-top: 120px;
}
.cid-tYP0DGDoxC h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYP0DGDoxC h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYP0DGDoxC p {
  font-size: 1.5rem;
}
.cid-tYP0DGDoxC hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-tYP0DGDoxC {
    padding-top: 5px;
  }
  .cid-tYP0DGDoxC h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tYP0DGDoxC h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tYP0DGDoxC p {
    font-size: 20px !important;
  }
  .cid-tYP0DGDoxC hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tYP0DHby4k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tYP0DHby4k .mbr-text,
.cid-tYP0DHby4k blockquote {
  color: #767676;
}
.cid-tYP0DHby4k .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYP0DHby4k .mbr-text B {
  color: #efefef;
}
.cid-tYP0DHby4k .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tYP0DHby4k .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYP0DHby4k .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYP1Whtofd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYP1Whtofd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP1Whtofd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP1Whtofd hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYP1Whtofd .mbr-section-subtitle {
  text-align: left;
}
.cid-tYP1Whtofd h4 {
  font-size: 1.4rem;
}
.cid-tYP0DHHqvE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tYP0DHHqvE .mbr-text,
.cid-tYP0DHHqvE blockquote {
  color: #767676;
}
.cid-tYP0DHHqvE .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYP0DHHqvE .mbr-text B {
  color: #efefef;
}
.cid-tYP0DHHqvE .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tYP0DHHqvE .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYP0DHHqvE .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYP0DHU4Gj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tYP0DHU4Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP0DHU4Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP0DHU4Gj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYP0DHU4Gj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYP0DHU4Gj .row {
    text-align: center;
  }
  .cid-tYP0DHU4Gj .row > div {
    margin: auto;
  }
  .cid-tYP0DHU4Gj .social-row {
    justify-content: center;
  }
}
.cid-tYP0DHU4Gj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYP0DHU4Gj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYP0DHU4Gj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYP0DHU4Gj .list {
    margin-bottom: 0rem;
  }
}
.cid-tYP0DHU4Gj .mbr-text {
  color: #bbbbbb;
}
.cid-tYP0DHU4Gj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYP0DHU4Gj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYP0DHU4Gj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYP0DHU4Gj H5 {
  color: #4da6ff;
}
.cid-tYP0DHU4Gj hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYP0DHU4Gj a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tYP0DHU4Gj span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYP0DIhf2c {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tYP0DIhf2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP0DIhf2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP0DIhf2c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYP2wGD0T3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYP2wGD0T3 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tYP2wGD0T3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYP2wGD0T3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYP2wGD0T3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYP2wGD0T3 .dropdown-item:hover,
.cid-tYP2wGD0T3 .dropdown-item:focus {
  background: #2275bb !important;
  color: white !important;
}
.cid-tYP2wGD0T3 .dropdown-item:hover span {
  color: white;
}
.cid-tYP2wGD0T3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYP2wGD0T3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYP2wGD0T3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYP2wGD0T3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYP2wGD0T3 .nav-link {
  position: relative;
}
.cid-tYP2wGD0T3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYP2wGD0T3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tYP2wGD0T3 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYP2wGD0T3 .dropdown-menu,
.cid-tYP2wGD0T3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYP2wGD0T3 .nav-item:focus,
.cid-tYP2wGD0T3 .nav-link:focus {
  outline: none;
}
.cid-tYP2wGD0T3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYP2wGD0T3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYP2wGD0T3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYP2wGD0T3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYP2wGD0T3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYP2wGD0T3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYP2wGD0T3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYP2wGD0T3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYP2wGD0T3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYP2wGD0T3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYP2wGD0T3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYP2wGD0T3 .navbar.collapsed {
  justify-content: center;
}
.cid-tYP2wGD0T3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYP2wGD0T3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYP2wGD0T3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tYP2wGD0T3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYP2wGD0T3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYP2wGD0T3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYP2wGD0T3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYP2wGD0T3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYP2wGD0T3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYP2wGD0T3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYP2wGD0T3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYP2wGD0T3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYP2wGD0T3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYP2wGD0T3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYP2wGD0T3 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tYP2wGD0T3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYP2wGD0T3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYP2wGD0T3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYP2wGD0T3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYP2wGD0T3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYP2wGD0T3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYP2wGD0T3 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tYP2wGD0T3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYP2wGD0T3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYP2wGD0T3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYP2wGD0T3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYP2wGD0T3 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tYP2wGD0T3 .dropdown-item.active,
.cid-tYP2wGD0T3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYP2wGD0T3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYP2wGD0T3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYP2wGD0T3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYP2wGD0T3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYP2wGD0T3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYP2wGD0T3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYP2wGD0T3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYP2wGD0T3 .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-tYP2wGD0T3 button.navbar-toggler {
  outline: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYP2wGD0T3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYP2wGD0T3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYP2wGD0T3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYP2wGD0T3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYP2wGD0T3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYP2wGD0T3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYP2wGD0T3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYP2wGD0T3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYP2wGD0T3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYP2wGD0T3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tYP2wGD0T3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYP2wGD0T3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYP2wGD0T3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYP2wGD0T3 .navbar {
    height: 70px;
  }
  .cid-tYP2wGD0T3 .navbar.opened {
    height: auto;
  }
  .cid-tYP2wGD0T3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYP2wGD0T3 .container,
.cid-tYP2wGD0T3 .container-fluid {
  flex-wrap: wrap;
}
.cid-tYP2wGD0T3 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tYP2wGD0T3 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tYP2wGD0T3 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tYP2wGD0T3 .contacts-menu {
    display: none;
  }
}
.cid-tYP2wGD0T3 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tYP2wGD0T3 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2275bb;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tYP2wGD0T3 .icon-box:hover {
  transform: scale(1.1);
}
.cid-tYP2wGD0T3 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tYP2wGD0T3 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tYP2wGD0T3 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tYP2wGD0T3 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tYP2wGD0T3 .navbar-collapse .mbr-section-btn .btn-black {
  color: #2275bb !important;
}
@media (max-width: 577px) {
  .cid-tYP2wGD0T3 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYP2wGD0T3 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tYP2wGD0T3 .navbar-collapse .nav-link:hover {
  color: #2275bb !important;
}
.cid-tYP2wH2Tie {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coastal-industries-warranty-1-2000x600.jpg");
}
.cid-tYP2wH2Tie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP2wH2Tie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP2wH2Tie .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYP2wH2Tie .mbr-section-subtitle {
  color: #d3a850;
  margin-top: 20px;
}
.cid-tYP2wH2Tie .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYP2wH2Tie .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYP2wH2Tie .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYP2wH2Tie .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYP2wH2Tie .spacr {
  margin-top: 120px;
}
.cid-tYP2wH2Tie h1 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYP2wH2Tie h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tYP2wH2Tie p {
  font-size: 1.5rem;
}
.cid-tYP2wH2Tie hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-tYP2wH2Tie {
    padding-top: 5px;
  }
  .cid-tYP2wH2Tie h1 {
    font-size: 35px !important;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .cid-tYP2wH2Tie h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-tYP2wH2Tie p {
    font-size: 20px !important;
  }
  .cid-tYP2wH2Tie hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-tYP2wHgRHT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2275bb;
}
.cid-tYP2wHgRHT .mbr-text,
.cid-tYP2wHgRHT blockquote {
  color: #767676;
}
.cid-tYP2wHgRHT .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYP2wHgRHT .mbr-text B {
  color: #efefef;
}
.cid-tYP2wHgRHT .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tYP2wHgRHT .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYP2wHgRHT .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYP2KjBS6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYP2KjBS6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP2KjBS6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP2KjBS6O hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYP2KjBS6O .mbr-section-subtitle {
  text-align: center;
}
.cid-tYP2KjBS6O h4 {
  font-size: 1.4rem;
}
.cid-tYP2wHDxvY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a4a;
}
.cid-tYP2wHDxvY .mbr-text,
.cid-tYP2wHDxvY blockquote {
  color: #767676;
}
.cid-tYP2wHDxvY .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tYP2wHDxvY .mbr-text B {
  color: #efefef;
}
.cid-tYP2wHDxvY .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tYP2wHDxvY .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tYP2wHDxvY .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-tYP2wHOwGw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a2a4a;
}
.cid-tYP2wHOwGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP2wHOwGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP2wHOwGw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYP2wHOwGw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYP2wHOwGw .row {
    text-align: center;
  }
  .cid-tYP2wHOwGw .row > div {
    margin: auto;
  }
  .cid-tYP2wHOwGw .social-row {
    justify-content: center;
  }
}
.cid-tYP2wHOwGw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYP2wHOwGw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYP2wHOwGw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYP2wHOwGw .list {
    margin-bottom: 0rem;
  }
}
.cid-tYP2wHOwGw .mbr-text {
  color: #bbbbbb;
}
.cid-tYP2wHOwGw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYP2wHOwGw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYP2wHOwGw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYP2wHOwGw H5 {
  color: #4da6ff;
}
.cid-tYP2wHOwGw hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-tYP2wHOwGw a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-tYP2wHOwGw span {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYP2wIafSY {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-tYP2wIafSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP2wIafSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP2wIafSY .mbr-section-subtitle {
  color: #ffffff;
}
