body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffe161 !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !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='%23ffe161' %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-tNxBoKf8Gx {
  background-image: url("../../../assets/images/roofing-company-installing-a-metal-roofing-system.-1560x1040.jpg");
}
.cid-tNxBoKf8Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxBoKf8Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxBoKf8Gx .card-wrapper {
  background: #232b45;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNxBoKf8Gx .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNxBoKf8Gx .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNxBoKf8Gx .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNxBoKf8Gx .card-title {
  color: #ffffff;
}
.cid-tNxBtoyARC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNxnCy8pN2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNxnCy8pN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxnCy8pN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxnCy8pN2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNxnCy8pN2 .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;
}
@media (max-width: 767px) {
  .cid-tNxnCy8pN2 .row {
    text-align: center;
  }
  .cid-tNxnCy8pN2 .social-row {
    justify-content: center;
  }
}
.cid-tNxnCy8pN2 .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNxnCy8pN2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNxnCy8pN2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNxnCy8pN2 .mbr-text {
  color: #bbbbbb;
}
.cid-tNxnCy8pN2 .mbr-iconfont {
  color: black;
}
.cid-tNxnCy8pN2 .copyright {
  color: #ffffff;
}
.cid-tNxnCy8pN2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tNxnCy8pN2 H5 {
  text-align: right;
}
.cid-tWs1NnaLti {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWs1NnaLti .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWs1NnaLti .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWs1NnaLti .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWs1NnaLti .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWs1NnaLti .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWs1NnaLti .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWs1NnaLti .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWs1NnaLti .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWs1NnaLti .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWs1NnaLti .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .nav-item:focus,
.cid-tWs1NnaLti .nav-link:focus {
  outline: none;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWs1NnaLti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWs1NnaLti .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWs1NnaLti .navbar.opened {
  transition: all 0.3s;
}
.cid-tWs1NnaLti .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWs1NnaLti .navbar .navbar-logo img {
  width: auto;
}
.cid-tWs1NnaLti .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWs1NnaLti .navbar.collapsed {
  justify-content: center;
}
.cid-tWs1NnaLti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWs1NnaLti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWs1NnaLti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar {
    min-height: 72px;
  }
  .cid-tWs1NnaLti .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWs1NnaLti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWs1NnaLti .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-tWs1NnaLti .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWs1NnaLti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWs1NnaLti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWs1NnaLti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWs1NnaLti .dropdown-item.active,
.cid-tWs1NnaLti .dropdown-item:active {
  background-color: transparent;
}
.cid-tWs1NnaLti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWs1NnaLti ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWs1NnaLti .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .navbar-buttons {
    text-align: left;
  }
}
.cid-tWs1NnaLti button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWs1NnaLti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWs1NnaLti .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWs1NnaLti .navbar {
    height: 70px;
  }
  .cid-tWs1NnaLti .navbar.opened {
    height: auto;
  }
  .cid-tWs1NnaLti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWs1NnaLti .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWs1NnaLti .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar-brand {
    margin-right: auto;
  }
  .cid-tWs1NnaLti .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWs1NnaLti .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWs1NnaLti .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNy1VSRmVp {
  background-image: url("../../../assets/images/roofing-win-clients-main-1633x790.jpg");
}
.cid-tNy1VSRmVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNy1VSRmVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNy1VSRmVp .card-wrapper {
  background: #232b45;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNy1VSRmVp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNy1VSRmVp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNy1VSRmVp .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNy1VSRmVp .card-title {
  color: #ffffff;
}
.cid-tNy1VTKbJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNy1VUvoZY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232b45;
}
.cid-tNy1VUvoZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNy1VUvoZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNy1VUvoZY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNy1VUvoZY .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;
}
@media (max-width: 767px) {
  .cid-tNy1VUvoZY .row {
    text-align: center;
  }
  .cid-tNy1VUvoZY .social-row {
    justify-content: center;
  }
}
.cid-tNy1VUvoZY .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNy1VUvoZY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNy1VUvoZY .list {
    margin-bottom: 0rem;
  }
}
.cid-tNy1VUvoZY .mbr-text {
  color: #bbbbbb;
}
.cid-tNy1VUvoZY .mbr-iconfont {
  color: black;
}
.cid-tNy1VUvoZY .copyright {
  color: #ffffff;
}
.cid-tNy1VUvoZY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tNy1VUvoZY H5 {
  text-align: right;
}
.cid-tWs1NnaLti {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWs1NnaLti .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWs1NnaLti .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWs1NnaLti .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWs1NnaLti .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWs1NnaLti .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWs1NnaLti .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWs1NnaLti .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWs1NnaLti .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWs1NnaLti .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWs1NnaLti .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .nav-item:focus,
.cid-tWs1NnaLti .nav-link:focus {
  outline: none;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWs1NnaLti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWs1NnaLti .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWs1NnaLti .navbar.opened {
  transition: all 0.3s;
}
.cid-tWs1NnaLti .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWs1NnaLti .navbar .navbar-logo img {
  width: auto;
}
.cid-tWs1NnaLti .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWs1NnaLti .navbar.collapsed {
  justify-content: center;
}
.cid-tWs1NnaLti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWs1NnaLti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWs1NnaLti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar {
    min-height: 72px;
  }
  .cid-tWs1NnaLti .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWs1NnaLti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWs1NnaLti .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-tWs1NnaLti .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWs1NnaLti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWs1NnaLti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWs1NnaLti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWs1NnaLti .dropdown-item.active,
.cid-tWs1NnaLti .dropdown-item:active {
  background-color: transparent;
}
.cid-tWs1NnaLti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWs1NnaLti ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWs1NnaLti .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .navbar-buttons {
    text-align: left;
  }
}
.cid-tWs1NnaLti button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWs1NnaLti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWs1NnaLti .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWs1NnaLti .navbar {
    height: 70px;
  }
  .cid-tWs1NnaLti .navbar.opened {
    height: auto;
  }
  .cid-tWs1NnaLti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWs1NnaLti .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWs1NnaLti .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar-brand {
    margin-right: auto;
  }
  .cid-tWs1NnaLti .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWs1NnaLti .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWs1NnaLti .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWs1NnaLti {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWs1NnaLti .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWs1NnaLti .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWs1NnaLti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWs1NnaLti .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWs1NnaLti .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWs1NnaLti .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWs1NnaLti .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWs1NnaLti .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWs1NnaLti .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWs1NnaLti .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWs1NnaLti .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWs1NnaLti .nav-item:focus,
.cid-tWs1NnaLti .nav-link:focus {
  outline: none;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWs1NnaLti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWs1NnaLti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWs1NnaLti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWs1NnaLti .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWs1NnaLti .navbar.opened {
  transition: all 0.3s;
}
.cid-tWs1NnaLti .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWs1NnaLti .navbar .navbar-logo img {
  width: auto;
}
.cid-tWs1NnaLti .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWs1NnaLti .navbar.collapsed {
  justify-content: center;
}
.cid-tWs1NnaLti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWs1NnaLti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWs1NnaLti .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWs1NnaLti .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-tWs1NnaLti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWs1NnaLti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWs1NnaLti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWs1NnaLti .navbar {
    min-height: 72px;
  }
  .cid-tWs1NnaLti .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWs1NnaLti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWs1NnaLti .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-tWs1NnaLti .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWs1NnaLti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWs1NnaLti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWs1NnaLti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWs1NnaLti .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWs1NnaLti .dropdown-item.active,
.cid-tWs1NnaLti .dropdown-item:active {
  background-color: transparent;
}
.cid-tWs1NnaLti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWs1NnaLti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWs1NnaLti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWs1NnaLti ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWs1NnaLti .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .navbar-buttons {
    text-align: left;
  }
}
.cid-tWs1NnaLti button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWs1NnaLti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWs1NnaLti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWs1NnaLti .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWs1NnaLti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWs1NnaLti .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWs1NnaLti .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWs1NnaLti .navbar {
    height: 70px;
  }
  .cid-tWs1NnaLti .navbar.opened {
    height: auto;
  }
  .cid-tWs1NnaLti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWs1NnaLti .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWs1NnaLti .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWs1NnaLti .navbar-brand {
    margin-right: auto;
  }
  .cid-tWs1NnaLti .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWs1NnaLti .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWs1NnaLti .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWs1NnaLti .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWs1NnaLti .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWs1NnaLti .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWpAn9LcHc {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roofing-company-dallas-1200x800.jpg");
}
.cid-tWpAn9LcHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWpAn9LcHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWpAn9LcHc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWpAn9LcHc .mbr-text,
.cid-tWpAn9LcHc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWs3b040i9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWs3b040i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs3b040i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs3b040i9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tWs3b040i9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWs3b040i9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWs3b040i9 .container {
    padding: 0 20px;
  }
  .cid-tWs3b040i9 .container .row {
    padding: 0;
  }
}
.cid-tWs3b040i9 .container,
.cid-tWs3b040i9 .container-fluid {
  position: relative;
}
.cid-tWs3b040i9 .row {
  justify-content: center;
}
.cid-tWs3b040i9 .text-wrapper {
  margin-bottom: 40px;
}
.cid-tWs3b040i9 .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWs3b040i9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWs3b040i9 .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWs3b040i9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tWs3b040i9 .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tWs3b040i9 .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tWs3b040i9 .mbr-section-title {
  color: #ffffff;
}
.cid-tWs3b040i9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWs3b040i9 .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWs45gLKb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWs45gLKb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs45gLKb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs45gLKb7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .container {
    padding: 0 30px;
  }
}
.cid-tWs45gLKb7 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWs45gLKb7 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #232b45;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tWs45gLKb7 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tWs45gLKb7 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWs45gLKb7 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tWs45gLKb7 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tWs45gLKb7 .mbr-section-title {
  color: #ffffff;
}
.cid-tWs45gLKb7 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tWs45gLKb7 .mbr-text {
  color: #ffffff;
}
.cid-tWs45gLKb7 .mbr-number {
  color: #FE5115;
}
.cid-tWmfLSoMyc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tWmfLSoMyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWmfLSoMyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWmfLSoMyc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWmfLSoMyc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWmfLSoMyc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWmfLSoMyc .panel-body,
.cid-tWmfLSoMyc .card-header {
  padding: 1rem 0;
}
.cid-tWmfLSoMyc .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-tWmfLSoMyc H3 {
  color: #ffffff;
}
.cid-tWs3FnxnKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-tWs3FnxnKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs3FnxnKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs3FnxnKZ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container {
    padding: 0 6px;
  }
}
.cid-tWs3FnxnKZ .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWs3FnxnKZ .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWs3FnxnKZ .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWs3FnxnKZ .row {
    padding: 70px 30px;
  }
}
.cid-tWs3FnxnKZ .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWs3FnxnKZ .container-wrapper {
  position: relative;
}
.cid-tWs3FnxnKZ .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tWs3FnxnKZ .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tWs3FnxnKZ .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tWs3FnxnKZ .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #353535;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tWs3FnxnKZ .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-tWs3FnxnKZ .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWs3FnxnKZ .mbr-section-title {
  color: #131313;
}
.cid-tWs3FnxnKZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWs3FnxnKZ .list {
  color: #131313;
}
.cid-tWs3FnxnKZ .list,
.cid-tWs3FnxnKZ .item-wrap {
  color: #000000;
}
.cid-tWs3FnxnKZ .mbr-section-title,
.cid-tWs3FnxnKZ .mbr-section-btn {
  text-align: center;
}
.cid-tWpAt2lLwE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWpAt2lLwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWpAt2lLwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWpAt2lLwE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWpAt2lLwE .row {
  flex-direction: row-reverse;
}
.cid-tWpAt2lLwE img {
  width: 100%;
}
.cid-tWs4lU7VZs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWs4lU7VZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs4lU7VZs .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-tWs4lU7VZs .container {
    padding: 0 16px;
  }
}
.cid-tWs4lU7VZs .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .row {
    margin: 0 10px;
  }
}
.cid-tWs4lU7VZs .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .row .card {
    padding: 0;
  }
}
.cid-tWs4lU7VZs .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWs4lU7VZs .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tWs4lU7VZs .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tWs4lU7VZs .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWs4lU7VZs .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tWs4lU7VZs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWs4lU7VZs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWs4lU7VZs .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWs4lU7VZs .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWs4lU7VZs .mbr-text {
  color: #F9A600;
}
.cid-tWs4lU7VZs .mbr-text,
.cid-tWs4lU7VZs .mbr-section-btn {
  color: #ffffff;
}
.cid-tWs4lU7VZs .mbr-section-title,
.cid-tWs4lU7VZs .icon-wrapper {
  text-align: center;
}
.cid-tNxy6UgDdQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNxy6UgDdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxy6UgDdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxy6UgDdQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNxy6UgDdQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNxy6UgDdQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNxy6UgDdQ .mbr-section-title {
  color: #131313;
}
.cid-tNxy6UgDdQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNxy6UgDdQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNxy6UgDdQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNxy6UgDdQ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #232b45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNxy6UgDdQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tNxy6UgDdQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNxy6UgDdQ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tNxy6UgDdQ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tNxy6UgDdQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNxy6UgDdQ .card-title {
  color: #131313;
}
.cid-tNxy6UgDdQ .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tNxy6UgDdQ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNxy6UgDdQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNxy6UgDdQ .card-link {
    margin-top: 15px;
  }
}
.cid-tNxy6UgDdQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNxy6UgDdQ .card-title,
.cid-tNxy6UgDdQ .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tWs7iafS30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tWs7iafS30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs7iafS30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs7iafS30 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .container {
    padding: 0 16px;
  }
}
.cid-tWs7iafS30 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .row {
    margin: 0 10px;
  }
}
.cid-tWs7iafS30 .row .card {
  position: relative;
  padding: 0;
}
.cid-tWs7iafS30 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #e6c63b;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWs7iafS30 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tWs7iafS30 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #e6c63b;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWs7iafS30 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .row .card .icon-decor {
    display: none;
  }
}
.cid-tWs7iafS30 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .title-wrapper {
    width: 100%;
  }
}
.cid-tWs7iafS30 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWs7iafS30 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWs7iafS30 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWs7iafS30 .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tWs7iafS30 .mbr-text {
  color: #fdfcfc;
}
.cid-tNxx4H6QDJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-tNxx4H6QDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxx4H6QDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxx4H6QDJ .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tNxx4H6QDJ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tNxx4H6QDJ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tNxx4H6QDJ .wrapper {
  padding: 30px 0;
}
.cid-tNxx4H6QDJ .mbr-section-title {
  color: #fafafa;
}
.cid-tNxx4H6QDJ .mbr-text,
.cid-tNxx4H6QDJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tNxx4H6QDJ H3 {
  color: #000000;
}
.cid-tWs7QsZ591 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWs7QsZ591 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs7QsZ591 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs7QsZ591 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .container {
    padding: 0 16px;
  }
}
.cid-tWs7QsZ591 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .row {
    margin: 0 10px;
  }
}
.cid-tWs7QsZ591 .row .card {
  padding: 0;
}
.cid-tWs7QsZ591 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .row .card:first-child {
    padding: 0;
  }
}
.cid-tWs7QsZ591 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #232b45;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tWs7QsZ591 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWs7QsZ591 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tWs7QsZ591 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWs7QsZ591 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWs7QsZ591 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .content-wrapper {
    padding: 20px;
  }
}
.cid-tWs7QsZ591 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWs7QsZ591 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWs7QsZ591 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tWs7QsZ591 .mbr-section-title {
  color: #192227;
}
.cid-tWs7QsZ591 .mbr-desc {
  color: #192227;
}
.cid-tWs7QsZ591 .mbr-text {
  color: #fdfcfc;
}
.cid-tWs7QsZ591 .mbr-text,
.cid-tWs7QsZ591 .mbr-section-btn {
  color: #000000;
}
.cid-tWs7QsZ591 .mbr-section-title,
.cid-tWs7QsZ591 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffe161;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #e43f3f;
}
.cid-sFF3B84VW8 .card-title {
  color: #000000;
  text-align: center;
}
.cid-tWs8hgkJ09 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWs8hgkJ09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs8hgkJ09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs8hgkJ09 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .container {
    padding: 0 16px;
  }
}
.cid-tWs8hgkJ09 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .row {
    margin: 0 10px;
  }
}
.cid-tWs8hgkJ09 .row .card {
  position: relative;
  padding: 0;
}
.cid-tWs8hgkJ09 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWs8hgkJ09 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWs8hgkJ09 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWs8hgkJ09 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWs8hgkJ09 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tWs8hgkJ09 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWs8hgkJ09 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tWs8hgkJ09 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWs8hgkJ09 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWs8hgkJ09 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWs8hgkJ09 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWs8hgkJ09 .mbr-text {
  color: #F9A600;
}
.cid-tWs8hgkJ09 .mbr-section-title,
.cid-tWs8hgkJ09 .icon-wrapper {
  text-align: center;
  color: #0d0c0c;
}
.cid-tWs8hgkJ09 .mbr-text,
.cid-tWs8hgkJ09 .mbr-section-btn {
  color: #000000;
}
.cid-tWmkOxYI5G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232b45;
}
.cid-tWmkOxYI5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWmkOxYI5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWmkOxYI5G .row {
  flex-direction: row-reverse;
}
.cid-tWmkQ3woRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWmkQ3woRL blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #232b45;
}
.cid-tWmkQ3woRL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWmkQ3woRL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tNxrdX7gw5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #0d0c0c;
}
.cid-tNxrdX7gw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxrdX7gw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxrdX7gw5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tNxrdX7gw5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tNxrdX7gw5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNxrdX7gw5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNxrdX7gw5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNxrdX7gw5 .mbr-section-title {
  color: #ffffff;
}
.cid-tNxnCy8pN2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232b45;
}
.cid-tNxnCy8pN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxnCy8pN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxnCy8pN2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNxnCy8pN2 .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;
}
@media (max-width: 767px) {
  .cid-tNxnCy8pN2 .row {
    text-align: center;
  }
  .cid-tNxnCy8pN2 .social-row {
    justify-content: center;
  }
}
.cid-tNxnCy8pN2 .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNxnCy8pN2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNxnCy8pN2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNxnCy8pN2 .mbr-text {
  color: #bbbbbb;
}
.cid-tNxnCy8pN2 .mbr-iconfont {
  color: black;
}
.cid-tNxnCy8pN2 .copyright {
  color: #ffffff;
}
.cid-tNxnCy8pN2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tNxnCy8pN2 H5 {
  text-align: right;
}
.cid-tWuQbSGpC5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWuQbSGpC5 .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-tWuQbSGpC5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWuQbSGpC5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWuQbSGpC5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuQbSGpC5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWuQbSGpC5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuQbSGpC5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuQbSGpC5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWuQbSGpC5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWuQbSGpC5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWuQbSGpC5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWuQbSGpC5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWuQbSGpC5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWuQbSGpC5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWuQbSGpC5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWuQbSGpC5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWuQbSGpC5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWuQbSGpC5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWuQbSGpC5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWuQbSGpC5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWuQbSGpC5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWuQbSGpC5 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWuQbSGpC5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWuQbSGpC5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWuQbSGpC5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWuQbSGpC5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuQbSGpC5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWuQbSGpC5 .nav-item:focus,
.cid-tWuQbSGpC5 .nav-link:focus {
  outline: none;
}
.cid-tWuQbSGpC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuQbSGpC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuQbSGpC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuQbSGpC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuQbSGpC5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuQbSGpC5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuQbSGpC5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWuQbSGpC5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuQbSGpC5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuQbSGpC5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuQbSGpC5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWuQbSGpC5 .navbar.collapsed {
  justify-content: center;
}
.cid-tWuQbSGpC5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuQbSGpC5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuQbSGpC5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWuQbSGpC5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuQbSGpC5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuQbSGpC5 .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-tWuQbSGpC5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuQbSGpC5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuQbSGpC5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWuQbSGpC5 .navbar {
    min-height: 72px;
  }
  .cid-tWuQbSGpC5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWuQbSGpC5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuQbSGpC5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuQbSGpC5 .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-tWuQbSGpC5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuQbSGpC5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWuQbSGpC5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuQbSGpC5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWuQbSGpC5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWuQbSGpC5 .dropdown-item.active,
.cid-tWuQbSGpC5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuQbSGpC5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuQbSGpC5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuQbSGpC5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuQbSGpC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuQbSGpC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWuQbSGpC5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWuQbSGpC5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuQbSGpC5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWuQbSGpC5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWuQbSGpC5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuQbSGpC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuQbSGpC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuQbSGpC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuQbSGpC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuQbSGpC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuQbSGpC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuQbSGpC5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuQbSGpC5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuQbSGpC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuQbSGpC5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWuQbSGpC5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuQbSGpC5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWuQbSGpC5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuQbSGpC5 .navbar {
    height: 70px;
  }
  .cid-tWuQbSGpC5 .navbar.opened {
    height: auto;
  }
  .cid-tWuQbSGpC5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWuQbSGpC5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWuQbSGpC5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWuQbSGpC5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWuQbSGpC5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWuQbSGpC5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWuQbSGpC5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWuQbSGpC5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWuQbSGpC5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWuQbSGpC5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWuQbXB6o3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roofing-company-wylie-1920x1080.jpg");
}
.cid-tWuQbXB6o3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQbXB6o3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQbXB6o3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWuQbXB6o3 .mbr-text,
.cid-tWuQbXB6o3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWuQc09x7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWuQc09x7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc09x7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQc09x7o .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tWuQc09x7o .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWuQc09x7o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWuQc09x7o .container {
    padding: 0 20px;
  }
  .cid-tWuQc09x7o .container .row {
    padding: 0;
  }
}
.cid-tWuQc09x7o .container,
.cid-tWuQc09x7o .container-fluid {
  position: relative;
}
.cid-tWuQc09x7o .row {
  justify-content: center;
}
.cid-tWuQc09x7o .text-wrapper {
  margin-bottom: 40px;
}
.cid-tWuQc09x7o .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWuQc09x7o .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuQc09x7o .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWuQc09x7o .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tWuQc09x7o .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tWuQc09x7o .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tWuQc09x7o .mbr-section-title {
  color: #ffffff;
}
.cid-tWuQc09x7o .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWuQc09x7o .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWuQc2yLqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuQc2yLqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc2yLqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQc2yLqN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .container {
    padding: 0 30px;
  }
}
.cid-tWuQc2yLqN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWuQc2yLqN .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #232b45;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tWuQc2yLqN .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tWuQc2yLqN .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWuQc2yLqN .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tWuQc2yLqN .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tWuQc2yLqN .mbr-section-title {
  color: #ffffff;
}
.cid-tWuQc2yLqN .mbr-card-title {
  color: #2b2b2b;
}
.cid-tWuQc2yLqN .mbr-text {
  color: #ffffff;
}
.cid-tWuQc2yLqN .mbr-number {
  color: #FE5115;
}
.cid-tWuQc3RZb1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-tWuQc3RZb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc3RZb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQc3RZb1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWuQc3RZb1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuQc3RZb1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWuQc3RZb1 .panel-body,
.cid-tWuQc3RZb1 .card-header {
  padding: 1rem 0;
}
.cid-tWuQc3RZb1 .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-tWuQc3RZb1 H3 {
  color: #ffffff;
}
.cid-tWuQc756Zc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWuQc756Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc756Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQc756Zc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container {
    padding: 0 6px;
  }
}
.cid-tWuQc756Zc .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWuQc756Zc .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWuQc756Zc .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWuQc756Zc .row {
    padding: 70px 30px;
  }
}
.cid-tWuQc756Zc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWuQc756Zc .container-wrapper {
  position: relative;
}
.cid-tWuQc756Zc .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tWuQc756Zc .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tWuQc756Zc .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tWuQc756Zc .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tWuQc756Zc .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #232b45;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tWuQc756Zc .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-tWuQc756Zc .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWuQc756Zc .mbr-section-title {
  color: #131313;
}
.cid-tWuQc756Zc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWuQc756Zc .list {
  color: #131313;
}
.cid-tWuQc756Zc .list,
.cid-tWuQc756Zc .item-wrap {
  color: #ffffff;
}
.cid-tWuQc756Zc .mbr-section-title,
.cid-tWuQc756Zc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWuQc8g2Ni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232b45;
}
.cid-tWuQc8g2Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc8g2Ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWuQc8g2Ni .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWuQc8g2Ni .row {
  flex-direction: row-reverse;
}
.cid-tWuQc8g2Ni img {
  width: 100%;
}
.cid-tWuQc9gaYd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWuQc9gaYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQc9gaYd .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-tWuQc9gaYd .container {
    padding: 0 16px;
  }
}
.cid-tWuQc9gaYd .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .row {
    margin: 0 10px;
  }
}
.cid-tWuQc9gaYd .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .row .card {
    padding: 0;
  }
}
.cid-tWuQc9gaYd .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWuQc9gaYd .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tWuQc9gaYd .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tWuQc9gaYd .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWuQc9gaYd .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tWuQc9gaYd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWuQc9gaYd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWuQc9gaYd .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWuQc9gaYd .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWuQc9gaYd .mbr-text {
  color: #F9A600;
}
.cid-tWuQc9gaYd .mbr-text,
.cid-tWuQc9gaYd .mbr-section-btn {
  color: #000000;
}
.cid-tWuQc9gaYd .mbr-section-title,
.cid-tWuQc9gaYd .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tWuQcanaP3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-tWuQcanaP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcanaP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcanaP3 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuQcanaP3 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuQcanaP3 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuQcanaP3 .mbr-section-title {
  color: #131313;
}
.cid-tWuQcanaP3 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuQcanaP3 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuQcanaP3 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuQcanaP3 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuQcanaP3 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuQcanaP3 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuQcanaP3 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuQcanaP3 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuQcanaP3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuQcanaP3 .card-title {
  color: #131313;
}
.cid-tWuQcanaP3 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuQcanaP3 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuQcanaP3 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuQcanaP3 .card-link {
    margin-top: 15px;
  }
}
.cid-tWuQcanaP3 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuQcanaP3 .card-title,
.cid-tWuQcanaP3 .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tWuQcekIre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWuQcekIre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcekIre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcekIre .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .container {
    padding: 0 16px;
  }
}
.cid-tWuQcekIre .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .row {
    margin: 0 10px;
  }
}
.cid-tWuQcekIre .row .card {
  position: relative;
  padding: 0;
}
.cid-tWuQcekIre .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #232b45;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWuQcekIre .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tWuQcekIre .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #232b45;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWuQcekIre .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .row .card .icon-decor {
    display: none;
  }
}
.cid-tWuQcekIre .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .title-wrapper {
    width: 100%;
  }
}
.cid-tWuQcekIre .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWuQcekIre .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWuQcekIre .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuQcekIre .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWuQcekIre .mbr-text {
  color: #000000;
}
.cid-tWuQcfZF1S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-tWuQcfZF1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcfZF1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcfZF1S .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tWuQcfZF1S .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tWuQcfZF1S .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tWuQcfZF1S .wrapper {
  padding: 30px 0;
}
.cid-tWuQcfZF1S .mbr-section-title {
  color: #fafafa;
}
.cid-tWuQcfZF1S .mbr-text,
.cid-tWuQcfZF1S .mbr-section-btn {
  color: #ffffff;
}
.cid-tWuQcfZF1S H3 {
  color: #000000;
}
.cid-tWuQcjC20y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuQcjC20y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcjC20y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcjC20y .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .container {
    padding: 0 16px;
  }
}
.cid-tWuQcjC20y .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .row {
    margin: 0 10px;
  }
}
.cid-tWuQcjC20y .row .card {
  padding: 0;
}
.cid-tWuQcjC20y .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .row .card:first-child {
    padding: 0;
  }
}
.cid-tWuQcjC20y .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #232b45;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tWuQcjC20y .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWuQcjC20y .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tWuQcjC20y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWuQcjC20y .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWuQcjC20y .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .content-wrapper {
    padding: 20px;
  }
}
.cid-tWuQcjC20y .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWuQcjC20y .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWuQcjC20y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tWuQcjC20y .mbr-section-title {
  color: #192227;
}
.cid-tWuQcjC20y .mbr-desc {
  color: #192227;
}
.cid-tWuQcjC20y .mbr-text {
  color: #fdfcfc;
}
.cid-tWuQcjC20y .mbr-text,
.cid-tWuQcjC20y .mbr-section-btn {
  color: #000000;
}
.cid-tWuQcjC20y .mbr-section-title,
.cid-tWuQcjC20y .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWuQcm1m68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-tWuQcm1m68 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWuQcm1m68 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWuQcm1m68 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWuQcm1m68 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tWuQcm1m68 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffe161;
}
.cid-tWuQcm1m68 .mbr-section-title {
  color: #e43f3f;
}
.cid-tWuQcm1m68 .card-title {
  color: #000000;
  text-align: center;
}
.cid-tWuQcP20sX {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWuQcP20sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcP20sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcP20sX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .container {
    padding: 0 16px;
  }
}
.cid-tWuQcP20sX .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .row {
    margin: 0 10px;
  }
}
.cid-tWuQcP20sX .row .card {
  position: relative;
  padding: 0;
}
.cid-tWuQcP20sX .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWuQcP20sX .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWuQcP20sX .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWuQcP20sX .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWuQcP20sX .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tWuQcP20sX .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWuQcP20sX .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tWuQcP20sX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWuQcP20sX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWuQcP20sX .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWuQcP20sX .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWuQcP20sX .mbr-text {
  color: #F9A600;
}
.cid-tWuQcP20sX .mbr-section-title,
.cid-tWuQcP20sX .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tWuQcP20sX .mbr-text,
.cid-tWuQcP20sX .mbr-section-btn {
  color: #000000;
}
.cid-tWuQcX2Yd5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232b45;
}
.cid-tWuQcX2Yd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQcX2Yd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQcX2Yd5 .row {
  flex-direction: row-reverse;
}
.cid-tWuQdiRS8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuQdiRS8A blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #232b45;
}
.cid-tWuQdiRS8A .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWuQdiRS8A .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tWuWDYiEel {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232b45;
}
.cid-tWuWDYiEel .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuWDYiEel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuWDYiEel .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWuWDYiEel .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuWDYiEel .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWuWDYiEel .panel-body,
.cid-tWuWDYiEel .card-header {
  padding: 1rem 0;
}
.cid-tWuWDYiEel .panel-title-edit {
  color: #f7f499;
}
.cid-tWuWDYiEel H3 {
  color: #ffffff;
}
.cid-tWuWDYiEel .panel-text {
  color: #ffffff;
}
.cid-tWuQdpJQbk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tWuQdpJQbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQdpJQbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQdpJQbk .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuQdpJQbk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuQdpJQbk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuQdpJQbk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuQdpJQbk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuQdpJQbk .mbr-section-title {
  color: #000000;
}
.cid-tWuQdy2Sv4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232b45;
}
.cid-tWuQdy2Sv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuQdy2Sv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuQdy2Sv4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWuQdy2Sv4 .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;
}
@media (max-width: 767px) {
  .cid-tWuQdy2Sv4 .row {
    text-align: center;
  }
  .cid-tWuQdy2Sv4 .social-row {
    justify-content: center;
  }
}
.cid-tWuQdy2Sv4 .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWuQdy2Sv4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWuQdy2Sv4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tWuQdy2Sv4 .mbr-text {
  color: #bbbbbb;
}
.cid-tWuQdy2Sv4 .mbr-iconfont {
  color: black;
}
.cid-tWuQdy2Sv4 .copyright {
  color: #ffffff;
}
.cid-tWuQdy2Sv4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tWuQdy2Sv4 H5 {
  text-align: right;
}
.cid-tWv4chAr1i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWv4chAr1i .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-tWv4chAr1i .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWv4chAr1i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv4chAr1i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv4chAr1i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv4chAr1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv4chAr1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv4chAr1i .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWv4chAr1i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv4chAr1i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWv4chAr1i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv4chAr1i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv4chAr1i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWv4chAr1i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv4chAr1i .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWv4chAr1i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv4chAr1i .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWv4chAr1i .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv4chAr1i .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv4chAr1i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv4chAr1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv4chAr1i .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWv4chAr1i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv4chAr1i .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv4chAr1i .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWv4chAr1i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv4chAr1i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWv4chAr1i .nav-item:focus,
.cid-tWv4chAr1i .nav-link:focus {
  outline: none;
}
.cid-tWv4chAr1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv4chAr1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv4chAr1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv4chAr1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv4chAr1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv4chAr1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv4chAr1i .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv4chAr1i .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv4chAr1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv4chAr1i .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv4chAr1i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWv4chAr1i .navbar.collapsed {
  justify-content: center;
}
.cid-tWv4chAr1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv4chAr1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv4chAr1i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWv4chAr1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv4chAr1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv4chAr1i .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-tWv4chAr1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv4chAr1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv4chAr1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv4chAr1i .navbar {
    min-height: 72px;
  }
  .cid-tWv4chAr1i .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv4chAr1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv4chAr1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv4chAr1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv4chAr1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv4chAr1i .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-tWv4chAr1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv4chAr1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv4chAr1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv4chAr1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv4chAr1i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv4chAr1i .dropdown-item.active,
.cid-tWv4chAr1i .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv4chAr1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv4chAr1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv4chAr1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv4chAr1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv4chAr1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv4chAr1i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv4chAr1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv4chAr1i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv4chAr1i .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv4chAr1i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv4chAr1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv4chAr1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv4chAr1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv4chAr1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv4chAr1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv4chAr1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv4chAr1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv4chAr1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv4chAr1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv4chAr1i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv4chAr1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv4chAr1i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv4chAr1i .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv4chAr1i .navbar {
    height: 70px;
  }
  .cid-tWv4chAr1i .navbar.opened {
    height: auto;
  }
  .cid-tWv4chAr1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv4chAr1i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv4chAr1i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv4chAr1i .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv4chAr1i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWv4chAr1i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv4chAr1i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv4chAr1i .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv4chAr1i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv4chAr1i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv4cjf6Nw {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roof-maintenance3-1200x800.jpg");
}
.cid-tWv4cjf6Nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cjf6Nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cjf6Nw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWv4cjf6Nw .mbr-text,
.cid-tWv4cjf6Nw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWv4cktMli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWv4cktMli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cktMli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cktMli .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tWv4cktMli .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWv4cktMli .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWv4cktMli .container {
    padding: 0 20px;
  }
  .cid-tWv4cktMli .container .row {
    padding: 0;
  }
}
.cid-tWv4cktMli .container,
.cid-tWv4cktMli .container-fluid {
  position: relative;
}
.cid-tWv4cktMli .row {
  justify-content: center;
}
.cid-tWv4cktMli .text-wrapper {
  margin-bottom: 40px;
}
.cid-tWv4cktMli .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWv4cktMli .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWv4cktMli .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWv4cktMli .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tWv4cktMli .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tWv4cktMli .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tWv4cktMli .mbr-section-title {
  color: #ffffff;
}
.cid-tWv4cktMli .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWv4cktMli .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWv4clr7o3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWv4clr7o3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4clr7o3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4clr7o3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .container {
    padding: 0 30px;
  }
}
.cid-tWv4clr7o3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWv4clr7o3 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #232b45;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tWv4clr7o3 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tWv4clr7o3 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWv4clr7o3 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tWv4clr7o3 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tWv4clr7o3 .mbr-section-title {
  color: #ffffff;
}
.cid-tWv4clr7o3 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tWv4clr7o3 .mbr-text {
  color: #ffffff;
}
.cid-tWv4clr7o3 .mbr-number {
  color: #FE5115;
}
.cid-tWv4cmAl5N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roofing-company-dallas3-2000x1176.jpg");
}
.cid-tWv4cmAl5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cmAl5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cmAl5N .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWv4cmAl5N .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWv4cmAl5N .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWv4cmAl5N .panel-body,
.cid-tWv4cmAl5N .card-header {
  padding: 1rem 0;
}
.cid-tWv4cmAl5N .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-tWv4cmAl5N H3 {
  color: #ffffff;
}
.cid-tWv4cnV2B8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-tWv4cnV2B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cnV2B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cnV2B8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container {
    padding: 0 6px;
  }
}
.cid-tWv4cnV2B8 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWv4cnV2B8 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWv4cnV2B8 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWv4cnV2B8 .row {
    padding: 70px 30px;
  }
}
.cid-tWv4cnV2B8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWv4cnV2B8 .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-tWv4cnV2B8 .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
}
.cid-tWv4cnV2B8 .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tWv4cnV2B8 .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tWv4cnV2B8 .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tWv4cnV2B8 .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #0d0c0c;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tWv4cnV2B8 .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-tWv4cnV2B8 .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWv4cnV2B8 .mbr-section-title {
  color: #131313;
}
.cid-tWv4cnV2B8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWv4cnV2B8 .list {
  color: #131313;
}
.cid-tWv4cnV2B8 .list,
.cid-tWv4cnV2B8 .item-wrap {
  color: #ffffff;
}
.cid-tWv4cnV2B8 .mbr-section-title,
.cid-tWv4cnV2B8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWDIK7zrwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWDIK7zrwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDIK7zrwz .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-tWDIK7zrwz .container {
    padding: 0 30px;
  }
}
.cid-tWDIK7zrwz .row {
  justify-content: center;
}
.cid-tWDIK7zrwz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tWDIK7zrwz .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWDIK7zrwz .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tWDIK7zrwz .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tWDIK7zrwz .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWDIK7zrwz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWDIK7zrwz .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWv4cpZKc0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWv4cpZKc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cpZKc0 .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-tWv4cpZKc0 .container {
    padding: 0 16px;
  }
}
.cid-tWv4cpZKc0 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .row {
    margin: 0 10px;
  }
}
.cid-tWv4cpZKc0 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .row .card {
    padding: 0;
  }
}
.cid-tWv4cpZKc0 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWv4cpZKc0 .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tWv4cpZKc0 .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tWv4cpZKc0 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWv4cpZKc0 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tWv4cpZKc0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWv4cpZKc0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWv4cpZKc0 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWv4cpZKc0 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWv4cpZKc0 .mbr-text {
  color: #F9A600;
}
.cid-tWv4cpZKc0 .mbr-text,
.cid-tWv4cpZKc0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv4cpZKc0 .mbr-section-title,
.cid-tWv4cpZKc0 .icon-wrapper {
  text-align: left;
}
.cid-tWv4cr9Z2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWv4cr9Z2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cr9Z2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cr9Z2r .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWv4cr9Z2r .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWv4cr9Z2r .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWv4cr9Z2r .mbr-section-title {
  color: #131313;
}
.cid-tWv4cr9Z2r .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWv4cr9Z2r .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWv4cr9Z2r .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWv4cr9Z2r .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #232b45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWv4cr9Z2r .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWv4cr9Z2r .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWv4cr9Z2r .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWv4cr9Z2r .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWv4cr9Z2r .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWv4cr9Z2r .card-title {
  color: #131313;
}
.cid-tWv4cr9Z2r .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWv4cr9Z2r .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWv4cr9Z2r .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWv4cr9Z2r .card-link {
    margin-top: 15px;
  }
}
.cid-tWv4cr9Z2r .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWv4cr9Z2r .card-title,
.cid-tWv4cr9Z2r .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tWv4csu4Q1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tWv4csu4Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4csu4Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4csu4Q1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .container {
    padding: 0 16px;
  }
}
.cid-tWv4csu4Q1 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .row {
    margin: 0 10px;
  }
}
.cid-tWv4csu4Q1 .row .card {
  position: relative;
  padding: 0;
}
.cid-tWv4csu4Q1 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffffff;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWv4csu4Q1 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tWv4csu4Q1 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffffff;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWv4csu4Q1 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .row .card .icon-decor {
    display: none;
  }
}
.cid-tWv4csu4Q1 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .title-wrapper {
    width: 100%;
  }
}
.cid-tWv4csu4Q1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWv4csu4Q1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWv4csu4Q1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWv4csu4Q1 .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tWv4csu4Q1 .mbr-text {
  color: #fdfcfc;
}
.cid-tWv4ctxTYS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWv4ctxTYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4ctxTYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4ctxTYS .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tWv4ctxTYS .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tWv4ctxTYS .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tWv4ctxTYS .wrapper {
  padding: 30px 0;
}
.cid-tWv4ctxTYS .mbr-section-title {
  color: #fafafa;
}
.cid-tWv4ctxTYS .mbr-text,
.cid-tWv4ctxTYS .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv4ctxTYS H3 {
  color: #000000;
}
.cid-tWv4cv0eE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWv4cv0eE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cv0eE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cv0eE0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .container {
    padding: 0 16px;
  }
}
.cid-tWv4cv0eE0 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .row {
    margin: 0 10px;
  }
}
.cid-tWv4cv0eE0 .row .card {
  padding: 0;
}
.cid-tWv4cv0eE0 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .row .card:first-child {
    padding: 0;
  }
}
.cid-tWv4cv0eE0 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #232b45;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tWv4cv0eE0 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWv4cv0eE0 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tWv4cv0eE0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWv4cv0eE0 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWv4cv0eE0 .content-wrapper {
  border: 1px solid #232b45;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .content-wrapper {
    padding: 20px;
  }
}
.cid-tWv4cv0eE0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWv4cv0eE0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWv4cv0eE0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tWv4cv0eE0 .mbr-section-title {
  color: #192227;
}
.cid-tWv4cv0eE0 .mbr-desc {
  color: #192227;
}
.cid-tWv4cv0eE0 .mbr-text {
  color: #fdfcfc;
}
.cid-tWv4cv0eE0 .mbr-text,
.cid-tWv4cv0eE0 .mbr-section-btn {
  color: #000000;
}
.cid-tWv4cv0eE0 .mbr-section-title,
.cid-tWv4cv0eE0 .icon-wrapper {
  color: #ffffff;
}
.cid-tWv4cw7frc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-tWv4cw7frc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWv4cw7frc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv4cw7frc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv4cw7frc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tWv4cw7frc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffe161;
}
.cid-tWv4cw7frc .mbr-section-title {
  color: #e43f3f;
}
.cid-tWv4cw7frc .card-title {
  color: #000000;
  text-align: center;
}
.cid-tWv4cxKd2v {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWv4cxKd2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cxKd2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cxKd2v .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .container {
    padding: 0 16px;
  }
}
.cid-tWv4cxKd2v .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .row {
    margin: 0 10px;
  }
}
.cid-tWv4cxKd2v .row .card {
  position: relative;
  padding: 0;
}
.cid-tWv4cxKd2v .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWv4cxKd2v .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWv4cxKd2v .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWv4cxKd2v .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWv4cxKd2v .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tWv4cxKd2v .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWv4cxKd2v .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tWv4cxKd2v .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWv4cxKd2v .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWv4cxKd2v .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWv4cxKd2v .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWv4cxKd2v .mbr-text {
  color: #F9A600;
}
.cid-tWv4cxKd2v .mbr-section-title,
.cid-tWv4cxKd2v .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tWv4cxKd2v .mbr-text,
.cid-tWv4cxKd2v .mbr-section-btn {
  color: #000000;
}
.cid-tWv4czj45b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232b45;
}
.cid-tWv4czj45b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4czj45b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4czj45b .row {
  flex-direction: row-reverse;
}
.cid-tWv4cByMkk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWv4cByMkk blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #232b45;
}
.cid-tWv4cByMkk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWv4cByMkk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tWv4cCDBDw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232b45;
}
.cid-tWv4cCDBDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cCDBDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cCDBDw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWv4cCDBDw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWv4cCDBDw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWv4cCDBDw .panel-body,
.cid-tWv4cCDBDw .card-header {
  padding: 1rem 0;
}
.cid-tWv4cCDBDw .panel-title-edit {
  color: #ffffff;
}
.cid-tWv4cCDBDw H3 {
  color: #ffffff;
}
.cid-tWv4cCDBDw .panel-text {
  color: #ffffff;
}
.cid-tWv4cDVnKv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tWv4cDVnKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cDVnKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cDVnKv .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWv4cDVnKv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWv4cDVnKv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWv4cDVnKv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv4cDVnKv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv4cDVnKv .mbr-section-title {
  color: #000000;
}
.cid-tWv4cF9cur {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232b45;
}
.cid-tWv4cF9cur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv4cF9cur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv4cF9cur .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWv4cF9cur .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;
}
@media (max-width: 767px) {
  .cid-tWv4cF9cur .row {
    text-align: center;
  }
  .cid-tWv4cF9cur .social-row {
    justify-content: center;
  }
}
.cid-tWv4cF9cur .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWv4cF9cur .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv4cF9cur .list {
    margin-bottom: 0rem;
  }
}
.cid-tWv4cF9cur .mbr-text {
  color: #bbbbbb;
}
.cid-tWv4cF9cur .mbr-iconfont {
  color: black;
}
.cid-tWv4cF9cur .copyright {
  color: #ffffff;
}
.cid-tWv4cF9cur .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tWv4cF9cur H5 {
  text-align: right;
}
.cid-tWvaNOSBug {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWvaNOSBug .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-tWvaNOSBug .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWvaNOSBug .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvaNOSBug .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvaNOSBug .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvaNOSBug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvaNOSBug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvaNOSBug .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWvaNOSBug .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvaNOSBug .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWvaNOSBug .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvaNOSBug .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvaNOSBug .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tWvaNOSBug .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvaNOSBug .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWvaNOSBug .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvaNOSBug .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWvaNOSBug .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvaNOSBug .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvaNOSBug .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaNOSBug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvaNOSBug .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tWvaNOSBug .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNOSBug .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaNOSBug .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWvaNOSBug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvaNOSBug .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-tWvaNOSBug .nav-item:focus,
.cid-tWvaNOSBug .nav-link:focus {
  outline: none;
}
.cid-tWvaNOSBug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvaNOSBug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvaNOSBug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvaNOSBug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvaNOSBug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvaNOSBug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvaNOSBug .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvaNOSBug .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvaNOSBug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvaNOSBug .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvaNOSBug .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWvaNOSBug .navbar.collapsed {
  justify-content: center;
}
.cid-tWvaNOSBug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvaNOSBug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvaNOSBug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tWvaNOSBug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvaNOSBug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvaNOSBug .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-tWvaNOSBug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvaNOSBug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvaNOSBug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaNOSBug .navbar {
    min-height: 72px;
  }
  .cid-tWvaNOSBug .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvaNOSBug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvaNOSBug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvaNOSBug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvaNOSBug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvaNOSBug .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-tWvaNOSBug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvaNOSBug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvaNOSBug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvaNOSBug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaNOSBug .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvaNOSBug .dropdown-item.active,
.cid-tWvaNOSBug .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvaNOSBug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvaNOSBug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvaNOSBug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvaNOSBug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvaNOSBug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvaNOSBug .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvaNOSBug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvaNOSBug .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvaNOSBug .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvaNOSBug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvaNOSBug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvaNOSBug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvaNOSBug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaNOSBug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaNOSBug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvaNOSBug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaNOSBug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvaNOSBug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvaNOSBug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaNOSBug .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvaNOSBug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvaNOSBug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvaNOSBug .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvaNOSBug .navbar {
    height: 70px;
  }
  .cid-tWvaNOSBug .navbar.opened {
    height: auto;
  }
  .cid-tWvaNOSBug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvaNOSBug .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvaNOSBug .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvaNOSBug .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvaNOSBug .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tWvaNOSBug .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvaNOSBug .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvaNOSBug .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaNOSBug .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvaNOSBug .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvaNQJLTB {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roofing-company-2000x1333.jpg");
}
.cid-tWvaNQJLTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNQJLTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNQJLTB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWvaNQJLTB .mbr-text,
.cid-tWvaNQJLTB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWvaNS4y0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tWvaNS4y0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNS4y0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNS4y0j .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tWvaNS4y0j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWvaNS4y0j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWvaNS4y0j .container {
    padding: 0 20px;
  }
  .cid-tWvaNS4y0j .container .row {
    padding: 0;
  }
}
.cid-tWvaNS4y0j .container,
.cid-tWvaNS4y0j .container-fluid {
  position: relative;
}
.cid-tWvaNS4y0j .row {
  justify-content: center;
}
.cid-tWvaNS4y0j .text-wrapper {
  margin-bottom: 40px;
}
.cid-tWvaNS4y0j .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWvaNS4y0j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWvaNS4y0j .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWvaNS4y0j .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tWvaNS4y0j .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tWvaNS4y0j .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tWvaNS4y0j .mbr-section-title {
  color: #ffffff;
}
.cid-tWvaNS4y0j .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWvaNS4y0j .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWvaNTxYt3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWvaNTxYt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNTxYt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNTxYt3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .container {
    padding: 0 30px;
  }
}
.cid-tWvaNTxYt3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWvaNTxYt3 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #232b45;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tWvaNTxYt3 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tWvaNTxYt3 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWvaNTxYt3 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tWvaNTxYt3 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tWvaNTxYt3 .mbr-section-title {
  color: #ffffff;
}
.cid-tWvaNTxYt3 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tWvaNTxYt3 .mbr-text {
  color: #ffffff;
}
.cid-tWvaNTxYt3 .mbr-number {
  color: #FE5115;
}
.cid-tWvaNUOZBo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roofing-company2-1920x1080.jpg");
}
.cid-tWvaNUOZBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNUOZBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNUOZBo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWvaNUOZBo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWvaNUOZBo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWvaNUOZBo .panel-body,
.cid-tWvaNUOZBo .card-header {
  padding: 1rem 0;
}
.cid-tWvaNUOZBo .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-tWvaNUOZBo H3 {
  color: #ffffff;
}
.cid-tWvaNWBI2U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvaNWBI2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNWBI2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNWBI2U .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container {
    padding: 0 6px;
  }
}
.cid-tWvaNWBI2U .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWvaNWBI2U .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWvaNWBI2U .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWvaNWBI2U .row {
    padding: 70px 30px;
  }
}
.cid-tWvaNWBI2U .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWvaNWBI2U .container-wrapper {
  position: relative;
}
.cid-tWvaNWBI2U .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tWvaNWBI2U .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tWvaNWBI2U .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tWvaNWBI2U .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #232b45;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tWvaNWBI2U .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-tWvaNWBI2U .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWvaNWBI2U .mbr-section-title {
  color: #131313;
}
.cid-tWvaNWBI2U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWvaNWBI2U .list {
  color: #131313;
}
.cid-tWvaNWBI2U .list,
.cid-tWvaNWBI2U .item-wrap {
  color: #ffffff;
}
.cid-tWvaNWBI2U .mbr-section-title,
.cid-tWvaNWBI2U .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWvaNXT2zJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232b45;
}
.cid-tWvaNXT2zJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNXT2zJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWvaNXT2zJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWvaNXT2zJ .row {
  flex-direction: row-reverse;
}
.cid-tWvaNXT2zJ img {
  width: 100%;
}
.cid-tWvaNZeTFx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWvaNZeTFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNZeTFx .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-tWvaNZeTFx .container {
    padding: 0 16px;
  }
}
.cid-tWvaNZeTFx .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .row {
    margin: 0 10px;
  }
}
.cid-tWvaNZeTFx .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .row .card {
    padding: 0;
  }
}
.cid-tWvaNZeTFx .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWvaNZeTFx .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tWvaNZeTFx .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tWvaNZeTFx .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWvaNZeTFx .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tWvaNZeTFx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWvaNZeTFx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWvaNZeTFx .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWvaNZeTFx .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWvaNZeTFx .mbr-text {
  color: #F9A600;
}
.cid-tWvaNZeTFx .mbr-text,
.cid-tWvaNZeTFx .mbr-section-btn {
  color: #000000;
}
.cid-tWvaNZeTFx .mbr-section-title,
.cid-tWvaNZeTFx .icon-wrapper {
  color: #000000;
}
.cid-tWvaO0uQDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-tWvaO0uQDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO0uQDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO0uQDo .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWvaO0uQDo .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWvaO0uQDo .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWvaO0uQDo .mbr-section-title {
  color: #131313;
}
.cid-tWvaO0uQDo .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWvaO0uQDo .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWvaO0uQDo .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWvaO0uQDo .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWvaO0uQDo .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWvaO0uQDo .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWvaO0uQDo .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWvaO0uQDo .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWvaO0uQDo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWvaO0uQDo .card-title {
  color: #131313;
}
.cid-tWvaO0uQDo .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWvaO0uQDo .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWvaO0uQDo .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWvaO0uQDo .card-link {
    margin-top: 15px;
  }
}
.cid-tWvaO0uQDo .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWvaO0uQDo .card-title,
.cid-tWvaO0uQDo .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tWvaO2f0Cw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWvaO2f0Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO2f0Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO2f0Cw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .container {
    padding: 0 16px;
  }
}
.cid-tWvaO2f0Cw .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .row {
    margin: 0 10px;
  }
}
.cid-tWvaO2f0Cw .row .card {
  position: relative;
  padding: 0;
}
.cid-tWvaO2f0Cw .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWvaO2f0Cw .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tWvaO2f0Cw .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWvaO2f0Cw .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .row .card .icon-decor {
    display: none;
  }
}
.cid-tWvaO2f0Cw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .title-wrapper {
    width: 100%;
  }
}
.cid-tWvaO2f0Cw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWvaO2f0Cw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWvaO2f0Cw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWvaO2f0Cw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWvaO2f0Cw .mbr-text {
  color: #000000;
}
.cid-tWvaO3oqFS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-tWvaO3oqFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO3oqFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO3oqFS .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tWvaO3oqFS .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tWvaO3oqFS .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tWvaO3oqFS .wrapper {
  padding: 30px 0;
}
.cid-tWvaO3oqFS .mbr-section-title {
  color: #fafafa;
}
.cid-tWvaO3oqFS .mbr-text,
.cid-tWvaO3oqFS .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaO3oqFS H3 {
  color: #000000;
}
.cid-tWvaO4LNJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWvaO4LNJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO4LNJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO4LNJf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .container {
    padding: 0 16px;
  }
}
.cid-tWvaO4LNJf .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .row {
    margin: 0 10px;
  }
}
.cid-tWvaO4LNJf .row .card {
  padding: 0;
}
.cid-tWvaO4LNJf .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .row .card:first-child {
    padding: 0;
  }
}
.cid-tWvaO4LNJf .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #232b45;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tWvaO4LNJf .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWvaO4LNJf .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tWvaO4LNJf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWvaO4LNJf .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWvaO4LNJf .content-wrapper {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .content-wrapper {
    padding: 20px;
  }
}
.cid-tWvaO4LNJf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWvaO4LNJf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWvaO4LNJf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tWvaO4LNJf .mbr-section-title {
  color: #192227;
}
.cid-tWvaO4LNJf .mbr-desc {
  color: #192227;
}
.cid-tWvaO4LNJf .mbr-text {
  color: #fdfcfc;
}
.cid-tWvaO4LNJf .mbr-text,
.cid-tWvaO4LNJf .mbr-section-btn {
  color: #000000;
}
.cid-tWvaO4LNJf .mbr-section-title,
.cid-tWvaO4LNJf .icon-wrapper {
  color: #ffffff;
}
.cid-tWvaO649Ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-tWvaO649Ve .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWvaO649Ve .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvaO649Ve .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaO649Ve .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tWvaO649Ve .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffe161;
}
.cid-tWvaO649Ve .mbr-section-title {
  color: #e43f3f;
}
.cid-tWvaO649Ve .card-title {
  color: #000000;
  text-align: center;
}
.cid-tWvaO7zBAc {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWvaO7zBAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO7zBAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO7zBAc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .container {
    padding: 0 16px;
  }
}
.cid-tWvaO7zBAc .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .row {
    margin: 0 10px;
  }
}
.cid-tWvaO7zBAc .row .card {
  position: relative;
  padding: 0;
}
.cid-tWvaO7zBAc .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tWvaO7zBAc .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWvaO7zBAc .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #232b45;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tWvaO7zBAc .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tWvaO7zBAc .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tWvaO7zBAc .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWvaO7zBAc .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tWvaO7zBAc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tWvaO7zBAc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWvaO7zBAc .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tWvaO7zBAc .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWvaO7zBAc .mbr-text {
  color: #F9A600;
}
.cid-tWvaO7zBAc .mbr-section-title,
.cid-tWvaO7zBAc .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tWvaO7zBAc .mbr-text,
.cid-tWvaO7zBAc .mbr-section-btn {
  color: #000000;
}
.cid-tWvaO8OCbW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232b45;
}
.cid-tWvaO8OCbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaO8OCbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaO8OCbW .row {
  flex-direction: row-reverse;
}
.cid-tWvaOad54C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWvaOad54C blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #232b45;
}
.cid-tWvaOad54C .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWvaOad54C .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tWvaObpv61 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232b45;
}
.cid-tWvaObpv61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaObpv61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaObpv61 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWvaObpv61 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWvaObpv61 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWvaObpv61 .panel-body,
.cid-tWvaObpv61 .card-header {
  padding: 1rem 0;
}
.cid-tWvaObpv61 .panel-title-edit {
  color: #ffffff;
}
.cid-tWvaObpv61 H3 {
  color: #ffffff;
}
.cid-tWvaObpv61 .panel-text {
  color: #ffffff;
}
.cid-tWvaOcF8pg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tWvaOcF8pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaOcF8pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaOcF8pg .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWvaOcF8pg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWvaOcF8pg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWvaOcF8pg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvaOcF8pg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvaOcF8pg .mbr-section-title {
  color: #000000;
}
.cid-tWvaOemwdz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232b45;
}
.cid-tWvaOemwdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaOemwdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaOemwdz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWvaOemwdz .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;
}
@media (max-width: 767px) {
  .cid-tWvaOemwdz .row {
    text-align: center;
  }
  .cid-tWvaOemwdz .social-row {
    justify-content: center;
  }
}
.cid-tWvaOemwdz .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWvaOemwdz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaOemwdz .list {
    margin-bottom: 0rem;
  }
}
.cid-tWvaOemwdz .mbr-text {
  color: #bbbbbb;
}
.cid-tWvaOemwdz .mbr-iconfont {
  color: black;
}
.cid-tWvaOemwdz .copyright {
  color: #ffffff;
}
.cid-tWvaOemwdz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tWvaOemwdz H5 {
  text-align: right;
}
