.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18212d !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #40e7bc !important;
}
.bg-warning {
  background-color: #0e1724 !important;
}
.bg-danger {
  background-color: #071099 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff285a !important;
  border-color: #ff285a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff5b81 !important;
  border-color: #ff5b81 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff5b81 !important;
  border-color: #ff5b81 !important;
}
.btn-info,
.btn-info:active {
  background-color: #40e7bc !important;
  border-color: #40e7bc !important;
  color: #04241c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6dedcc !important;
  border-color: #6dedcc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #04241c !important;
  background-color: #6dedcc !important;
  border-color: #6dedcc !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e1724 !important;
  border-color: #0e1724 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1c2e49 !important;
  border-color: #1c2e49 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1c2e49 !important;
  border-color: #1c2e49 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #071099 !important;
  border-color: #071099 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0915ca !important;
  border-color: #0915ca !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0915ca !important;
  border-color: #0915ca !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18212d;
  color: #18212d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff285a;
  color: #ff285a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d00030 !important;
  background-color: transparent !important;
  border-color: #d00030 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff285a !important;
  border-color: #ff285a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #40e7bc;
  color: #40e7bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #17b98f !important;
  background-color: transparent !important;
  border-color: #17b98f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04241c !important;
  background-color: #40e7bc !important;
  border-color: #40e7bc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0e1724;
  color: #0e1724;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e1724 !important;
  border-color: #0e1724 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #071099;
  color: #071099;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #030746 !important;
  background-color: transparent !important;
  border-color: #030746 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #071099 !important;
  border-color: #071099 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #18212d !important;
}
.text-secondary {
  color: #ff285a !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #40e7bc !important;
}
.text-warning {
  color: #0e1724 !important;
}
.text-danger {
  color: #071099 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1002d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #16ab85 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #030637 !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: #18212d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #40e7bc;
}
.alert-warning {
  background-color: #0e1724;
}
.alert-danger {
  background-color: #071099;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18212d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8d3e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f5fefc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b5c7e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2a37f5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #18212d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18212d;
  border-bottom-color: #18212d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #18212d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff285a !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='%2318212d' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #40e7bc !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #18212d !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #18212d !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #18212d;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #ff285a;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #40e7bc;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #0e1724;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #071099;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uqxtG8jEus {
  display: flex;
  background-image: url("http://www.spinningsirens.com/assets/images/a-2000x1333.jpg");
}
.cid-uqxtG8jEus .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uqxtG8jEus .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uqxtG8jEus {
    align-items: null;
  }
  .cid-uqxtG8jEus .row {
    justify-content: center;
  }
}
.cid-uqxtG8jEus .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-uqxtG8jEus .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqxtG8jEus .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqxtG8jEus {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqxtG8jEus .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqxtG8jEus .content-wrap {
    width: 100%;
  }
}
.cid-uqxtG8jEus .mbr-section-title {
  text-align: center;
  color: #ff285a;
}
.cid-uqxtG8jEus .mbr-text,
.cid-uqxtG8jEus .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5Am3zMbiz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Am3zMbiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Am3zMbiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Am3zMbiz .mbr-section-title {
  color: #ff285a;
}
.cid-v5Am3zMbiz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwSERmotsi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwSERmotsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwSERmotsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwSERmotsi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uwSERmotsi .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwSERmotsi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uwSERmotsi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uwSERmotsi .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uwSERmotsi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwSERmotsi .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwSERmotsi .image-wrapper img {
    height: 350px;
  }
}
.cid-uwSERmotsi .mbr-section-title {
  color: #ffffff;
}
.cid-uwSERmotsi .mbr-text,
.cid-uwSERmotsi .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uwSERmotsi .mbr-section-title,
.cid-uwSERmotsi .mbr-section-btn {
  color: #ff285a;
}
.cid-uycyvjkwPb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uycyvjkwPb h6 {
  line-height: 1.2;
}
.cid-uycyvjkwPb img,
.cid-uycyvjkwPb .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uycyvjkwPb .item:focus,
.cid-uycyvjkwPb span:focus {
  outline: none;
}
.cid-uycyvjkwPb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uycyvjkwPb .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uycyvjkwPb .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uycyvjkwPb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uycyvjkwPb .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uycyvjkwPb .mbr-section-title {
  color: #000000;
}
.cid-uycyvjkwPb .mbr-text,
.cid-uycyvjkwPb .mbr-section-btn {
  color: #000000;
}
.cid-uycyvjkwPb .item-title {
  color: #000000;
  text-align: center;
}
.cid-uycyvjkwPb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uycyvjkwPb .item-text {
  color: #000000;
  text-align: center;
}
.cid-uycyvjkwPb .content-head {
  max-width: 800px;
}
.cid-uycyvjkwPb .item-title,
.cid-uycyvjkwPb .mbr-section-btn {
  color: #ff285a;
}
.cid-uD7x6yJdI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uD7x6yJdI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD7x6yJdI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD7x6yJdI2 .mbr-section-title {
  color: #000000;
}
.cid-uNa3mq3QEX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNa3mq3QEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa3mq3QEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNa3mq3QEX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uNa3mq3QEX .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uNa3mq3QEX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNa3mq3QEX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ff285a;
  transition: all 0.3s;
}
.cid-uNa3mq3QEX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff285a;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uNa3mq3QEX .social-row .soc-item:hover {
  background-color: #ff285a;
}
.cid-uNa3mq3QEX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNa3mq3QEX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNa3mq3QEX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNa3mq3QEX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uNa3mq3QEX .card-title {
  color: #000000;
}
.cid-uNa3mq3QEX .card-subtitle {
  color: #ff285a;
}
.cid-uNa3mq3QEX .mbr-text,
.cid-uNa3mq3QEX .social-row {
  color: #000000;
}
.cid-uQiQXZ1Gy2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uQiQXZ1Gy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiQXZ1Gy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiQXZ1Gy2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uQiQXZ1Gy2 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uQiQXZ1Gy2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQiQXZ1Gy2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ff285a;
  transition: all 0.3s;
}
.cid-uQiQXZ1Gy2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff285a;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uQiQXZ1Gy2 .social-row .soc-item:hover {
  background-color: #ff285a;
}
.cid-uQiQXZ1Gy2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQiQXZ1Gy2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQiQXZ1Gy2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQiQXZ1Gy2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uQiQXZ1Gy2 .card-title {
  color: #000000;
}
.cid-uQiQXZ1Gy2 .card-subtitle {
  color: #ff285a;
}
.cid-uQiQXZ1Gy2 .mbr-text,
.cid-uQiQXZ1Gy2 .social-row {
  color: #000000;
}
.cid-uNaaA0ildK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNaaA0ildK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaaA0ildK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaaA0ildK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uNaaA0ildK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uNaaA0ildK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNaaA0ildK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ff285a;
  transition: all 0.3s;
}
.cid-uNaaA0ildK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff285a;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uNaaA0ildK .social-row .soc-item:hover {
  background-color: #ff285a;
}
.cid-uNaaA0ildK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNaaA0ildK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNaaA0ildK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNaaA0ildK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uNaaA0ildK .card-title {
  color: #000000;
}
.cid-uNaaA0ildK .card-subtitle {
  color: #ff285a;
}
.cid-uNaaA0ildK .mbr-text,
.cid-uNaaA0ildK .social-row {
  color: #000000;
}
.cid-v3SvBvoZO1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v3SvBvoZO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SvBvoZO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SvBvoZO1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v3SvBvoZO1 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v3SvBvoZO1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3SvBvoZO1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ff285a;
  transition: all 0.3s;
}
.cid-v3SvBvoZO1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff285a;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v3SvBvoZO1 .social-row .soc-item:hover {
  background-color: #ff285a;
}
.cid-v3SvBvoZO1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3SvBvoZO1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v3SvBvoZO1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3SvBvoZO1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v3SvBvoZO1 .card-title {
  color: #000000;
}
.cid-v3SvBvoZO1 .card-subtitle {
  color: #ff285a;
}
.cid-v3SvBvoZO1 .mbr-text,
.cid-v3SvBvoZO1 .social-row {
  color: #000000;
}
.cid-uVyzXJjJJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyzXJjJJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyzXJjJJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyzXJjJJx .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyzXJjJJx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVyzXJjJJx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVyzXJjJJx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyzXJjJJx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uVyzXJjJJx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uVyzXJjJJx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVyzXJjJJx .card-title {
  color: #ff285a;
}
.cid-uVyzXJjJJx .mbr-text,
.cid-uVyzXJjJJx .mbr-section-btn {
  color: #ffffff;
}
.cid-unrLAdBqEa {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-unrLAdBqEa .svg-top {
  display: none;
}
.cid-unrLAdBqEa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-unrLAdBqEa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-unrLAdBqEa .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-unrLAdBqEa .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-unrLAdBqEa .text-content {
    max-width: none;
  }
}
.cid-unrLAdBqEa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff285a;
  border: 2px solid #ff285a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-unrLAdBqEa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-unrLAdBqEa .mbr-iconfont-social:hover {
  background-color: #ff285a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unrLAdBqEa .icons {
    justify-content: center !important;
  }
  .cid-unrLAdBqEa .text-content * {
    text-align: center;
  }
}
.cid-unrLAdBqEa P {
  color: #000000;
}
.cid-unrLAdBqEa .mbr-section-title {
  color: #000000;
}
.cid-unrKpPUIkI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-unrKpPUIkI .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uwN5u3zwUC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwN5u3zwUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwN5u3zwUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwN5u3zwUC .mbr-section-title {
  color: #ff285a;
}
.cid-uwN5u3zwUC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#custom-html-5i {
  /* Type valid CSS here */
}
#custom-html-5i div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-5i p {
  font-size: 60px;
  color: #777;
}
.cid-uHZVDwdF51 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHZVDwdF51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZVDwdF51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZVDwdF51 .mbr-section-title {
  color: #ff285a;
}
.cid-uHZVDwdF51 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHUiQLtSL4 {
  background-color: #ffffff;
}
.cid-uHUiQLtSL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUiQLtSL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHUiQLtSL4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .cid-uHUiQLtSL4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uHUiQLtSL4 .container {
    padding: 0 12px;
  }
}
.cid-uHUiQLtSL4 .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uHUiQLtSL4 .item {
  padding: 0 6px;
  margin-bottom: 16px;
}
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box {
  border: 1px solid #ff285a;
  box-shadow: 6px 8px 0 0 #ff285a;
}
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .item-price,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .item-price {
  color: #ff285a;
}
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-primary,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-primary,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-success,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-success,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-info,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-info,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-warning,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-warning,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-danger,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-danger,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-black,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-black,
.cid-uHUiQLtSL4 .item:hover .item-wrapper .card-box .btn-white,
.cid-uHUiQLtSL4 .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff285a !important;
  border-color: #ff285a !important;
}
.cid-uHUiQLtSL4 .item .item-wrapper {
  height: 100%;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #40e7bc;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
  .cid-uHUiQLtSL4 .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uHUiQLtSL4 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #ff285a;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .cid-uHUiQLtSL4 .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 900px) {
  .cid-uHUiQLtSL4 .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uHUiQLtSL4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff285a;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uHUiQLtSL4 .item-title {
  color: #ff285a;
}
.cid-uHUiQLtSL4 .item-desc {
  color: #000000;
}
.cid-uHUiQLtSL4 .item-price {
  color: #000000;
}
.cid-uHUiQLtSL4 .list {
  color: #000000;
}
.cid-uycjBJ8Sui {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("http://www.spinningsirens.com/assets/images/1-1920x1080.jpg");
  overflow: hidden;
}
.cid-uycjBJ8Sui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uycjBJ8Sui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uycjBJ8Sui ul {
  padding-left: 1.5rem;
}
.cid-uycjBJ8Sui ul li {
  padding-bottom: 0.5rem;
}
.cid-uycjBJ8Sui .mbr-text3 {
  line-height: 1.2;
}
.cid-uycjBJ8Sui p {
  line-height: 1.2;
}
.cid-uycjBJ8Sui .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #ff285a;
}
@media (max-width: 992px) {
  .cid-uycjBJ8Sui .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uycjBJ8Sui .round {
    height: 600px;
    top: -100px;
  }
}
.cid-uycjBJ8Sui .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uycjBJ8Sui .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uycjBJ8Sui .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uycjBJ8Sui .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uycjBJ8Sui .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uycjBJ8Sui .image-wrapper {
  padding: 0 1rem;
}
.cid-uycjBJ8Sui .mbr-section-title {
  color: #ff285a;
}
.cid-uycjBJ8Sui .mbr-text,
.cid-uycjBJ8Sui .mbr-section-btn {
  color: #f0466a;
}
.cid-uycjBJ8Sui .mbr-card-title {
  color: #f0466a;
}
.cid-uycjBJ8Sui .mbr-card-title,
.cid-uycjBJ8Sui .line {
  color: #ff285a;
}
.cid-uycjBJ8Sui .mbr-section-text {
  color: #ff285a;
}
.cid-uycjBJ8Sui .mbr-card-text {
  color: #000000;
}
.cid-uycjBJ8Sui .mbr-list {
  color: #000000;
}
.cid-uD80XxCx0t {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uD80XxCx0t .svg-top {
  display: none;
}
.cid-uD80XxCx0t .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uD80XxCx0t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uD80XxCx0t .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uD80XxCx0t .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uD80XxCx0t .text-content {
    max-width: none;
  }
}
.cid-uD80XxCx0t .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uD80XxCx0t .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uD80XxCx0t .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uD80XxCx0t .icons {
    justify-content: center !important;
  }
  .cid-uD80XxCx0t .text-content * {
    text-align: center;
  }
}
.cid-uD80XxCx0t P {
  color: #000000;
}
.cid-uD80XxCx0t .mbr-section-title {
  color: #000000;
}
.cid-uvKd0zNORm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uvKd0zNORm .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uxZddvzrh6 {
  background-color: #000000;
}
.cid-uxZddvzrh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZddvzrh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZddvzrh6 .mbr-section-title {
  color: #ff285a;
}
.cid-uxZddvzrh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxZddvzrh6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uxZgE5zRNT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uxZgE5zRNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZgE5zRNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZgE5zRNT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .cid-uxZgE5zRNT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxZgE5zRNT .content-head {
  max-width: 1500px;
}
.cid-uxZgE5zRNT .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uxZgE5zRNT .img-wrapper img {
  width: 6rem;
}
.cid-uxZgE5zRNT .mbr-section-title {
  color: #000000;
}
.cid-uxZgE5zRNT .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uxZgE5zRNT .card-title {
  color: #000000;
}
.cid-uxap9VCVHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uxap9VCVHo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uxap9VCVHo .panel-group {
  border: none;
}
.cid-uxap9VCVHo .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uxap9VCVHo .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxap9VCVHo .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uxap9VCVHo .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uxap9VCVHo .img-col {
  padding: 0;
}
.cid-uxap9VCVHo span {
  margin-right: 1rem;
}
.cid-uxap9VCVHo .img-item {
  height: 100%;
}
.cid-uxap9VCVHo img {
  height: 100%;
  object-fit: cover;
}
.cid-uxap9VCVHo .collapsed span {
  transform: rotate(0deg);
}
.cid-uxap9VCVHo .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uxap9VCVHo p {
  margin-bottom: 0.3rem;
}
.cid-uxap9VCVHo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uxap9VCVHo .card {
  padding: 0;
}
.cid-uxap9VCVHo .panel-text {
  color: #ffffff;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uxap9VCVHo .panel-text {
    padding-left: 0;
  }
}
.cid-uxap9VCVHo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxap9VCVHo .mbr-section-subtitle {
  color: #ff285a;
  text-align: left;
}
.cid-uxap9VCVHo .panel-title-edit,
.cid-uxap9VCVHo .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
#custom-html-7k {
  /* Type valid CSS here */
}
#custom-html-7k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7k p {
  font-size: 60px;
  color: #777;
}
.cid-uD81TYtTub {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uD81TYtTub .svg-top {
  display: none;
}
.cid-uD81TYtTub .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uD81TYtTub .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uD81TYtTub .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uD81TYtTub .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uD81TYtTub .text-content {
    max-width: none;
  }
}
.cid-uD81TYtTub .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uD81TYtTub .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uD81TYtTub .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uD81TYtTub .icons {
    justify-content: center !important;
  }
  .cid-uD81TYtTub .text-content * {
    text-align: center;
  }
}
.cid-uD81TYtTub P {
  color: #000000;
}
.cid-uD81TYtTub .mbr-section-title {
  color: #000000;
}
.cid-uxap9Xm8ux {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uxap9Xm8ux .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uNQScMmuWr {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNQScMmuWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQScMmuWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQScMmuWr .mbr-section-title {
  color: #ff285a;
}
.cid-uNQOboZvwZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("http://www.spinningsirens.com/assets/images/030125-spinningsirens-birthday-119.jpg-2000x1333.jpg");
}
.cid-uNQOboZvwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQOboZvwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQOboZvwZ .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNQOboZvwZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQOboZvwZ .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNQOboZvwZ .row {
  justify-content: space-between;
}
.cid-uNQOboZvwZ .mbr-section-title {
  color: #000000;
}
.cid-uNQOboZvwZ .mbr-text,
.cid-uNQOboZvwZ .mbr-section-btn {
  color: #000000;
}
.cid-uNQOboZvwZ .mbr-cardtext,
.cid-uNQOboZvwZ .mbr-section-btn {
  color: #000000;
}
.cid-uNQOboZvwZ .mbr-section-cardtitle {
  color: #000000;
}
.cid-v0cvyls1I8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0cvyls1I8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cvyls1I8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cvyls1I8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0cvyls1I8 .mbr-section-title {
  color: #ff285a;
}
.cid-v0cvyls1I8 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vbY5VlOmDe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbY5VlOmDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbY5VlOmDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbY5VlOmDe .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vbY5VlOmDe .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-vbY5VlOmDe .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-vbY5VlOmDe .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vbY5VlOmDe .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbY5VlOmDe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbY5VlOmDe .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbY5VlOmDe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbY5VlOmDe .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vbY5VlOmDe .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbY5VlOmDe .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-vbY5VlOmDe .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vbY5VlOmDe .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vbY5VlOmDe .mbr-section-title {
  color: #1a1a1a;
}
.cid-vbY5VlOmDe .mbr-text {
  color: #ffffff;
}
.cid-vbY5VlOmDe .mbr-section-title,
.cid-vbY5VlOmDe .mbr-section-btn {
  color: #ff285a;
}
.cid-vbY7vrWL9f {
  background-color: #000000;
}
.cid-vbY7vrWL9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbY7vrWL9f .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-vbY7vrWL9f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbY7vrWL9f .row {
  flex-direction: row-reverse;
}
.cid-vbY7vrWL9f img {
  width: 100%;
}
.cid-v0ct7by2us {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-v0ct7by2us .svg-top {
  display: none;
}
.cid-v0ct7by2us .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0ct7by2us .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-v0ct7by2us .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-v0ct7by2us .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v0ct7by2us .text-content {
    max-width: none;
  }
}
.cid-v0ct7by2us .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v0ct7by2us .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v0ct7by2us .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v0ct7by2us .icons {
    justify-content: center !important;
  }
  .cid-v0ct7by2us .text-content * {
    text-align: center;
  }
}
.cid-v0ct7by2us P {
  color: #000000;
}
.cid-v0ct7by2us .mbr-section-title {
  color: #000000;
}
.cid-uy201btsuD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uy201btsuD .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uD7gDIALFP {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uD7gDIALFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD7gDIALFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD7gDIALFP .mbr-section-title {
  color: #ff285a;
}
.cid-uD7gDIALFP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDb2OdWhWQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uDb2OdWhWQ .svg-top {
  display: none;
}
.cid-uDb2OdWhWQ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uDb2OdWhWQ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uDb2OdWhWQ .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uDb2OdWhWQ .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uDb2OdWhWQ .text-content {
    max-width: none;
  }
}
.cid-uDb2OdWhWQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uDb2OdWhWQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uDb2OdWhWQ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uDb2OdWhWQ .icons {
    justify-content: center !important;
  }
  .cid-uDb2OdWhWQ .text-content * {
    text-align: center;
  }
}
.cid-uDb2OdWhWQ P {
  color: #000000;
}
.cid-uDb2OdWhWQ .mbr-section-title {
  color: #000000;
}
.cid-uD7gDL0LZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uD7gDL0LZr .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFUzLd7AJg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFUzLd7AJg nav.navbar {
  position: fixed;
}
.cid-uFUzLd7AJg .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFUzLd7AJg .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-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFUzLd7AJg .nav-link:hover,
.cid-uFUzLd7AJg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFUzLd7AJg .nav-item {
    position: relative;
  }
}
.cid-uFUzLd7AJg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFUzLd7AJg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFUzLd7AJg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFUzLd7AJg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFUzLd7AJg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFUzLd7AJg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUzLd7AJg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFUzLd7AJg .navbar .navbar-collapse.show .brand-container,
  .cid-uFUzLd7AJg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFUzLd7AJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFUzLd7AJg .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-uFUzLd7AJg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFUzLd7AJg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFUzLd7AJg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUzLd7AJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFUzLd7AJg .navbar .right-menu,
  .cid-uFUzLd7AJg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFUzLd7AJg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFUzLd7AJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFUzLd7AJg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFUzLd7AJg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFUzLd7AJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFUzLd7AJg .dropdown-item.active,
.cid-uFUzLd7AJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFUzLd7AJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFUzLd7AJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFUzLd7AJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFUzLd7AJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFUzLd7AJg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFUzLd7AJg .navbar-buttons {
  margin-left: auto;
}
.cid-uFUzLd7AJg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:hover {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler:active {
  outline: none;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFUzLd7AJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFUzLd7AJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFUzLd7AJg .navbar-dropdown {
  position: fixed;
}
.cid-uFUzLd7AJg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFUzLd7AJg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFUzLd7AJg .right-menu,
.cid-uFUzLd7AJg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFUzLd7AJg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFUzLd7AJg .brand-container {
    padding: 0;
  }
}
.cid-uFUzLd7AJg .card-wrapper {
  z-index: 3;
}
.cid-uFUzLd7AJg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFUzLd7AJg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFUzLd7AJg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFUzLd7AJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFUzLd7AJg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFUzLd7AJg .navbar-caption {
  color: #ffffff;
}
.cid-uFUzLd7AJg .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFUzLd7AJg .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFUzLd7AJg a:hover .line-animation,
.cid-uFUzLd7AJg a:focus .line-animation {
  opacity: 1;
}
.cid-uFUzLd7AJg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFUzLd7AJg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFUzLd7AJg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uD7QlVE37Q {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD7QlVE37Q .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uD7QlVE37Q .panel-group {
  border: none;
}
.cid-uD7QlVE37Q .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uD7QlVE37Q .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uD7QlVE37Q .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uD7QlVE37Q .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uD7QlVE37Q .img-col {
  padding: 0;
}
.cid-uD7QlVE37Q span {
  margin-right: 1rem;
}
.cid-uD7QlVE37Q .img-item {
  height: 100%;
}
.cid-uD7QlVE37Q img {
  height: 100%;
  object-fit: cover;
}
.cid-uD7QlVE37Q .collapsed span {
  transform: rotate(0deg);
}
.cid-uD7QlVE37Q .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uD7QlVE37Q p {
  margin-bottom: 0.3rem;
}
.cid-uD7QlVE37Q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uD7QlVE37Q .card {
  padding: 0;
}
.cid-uD7QlVE37Q .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uD7QlVE37Q .panel-text {
    padding-left: 0;
  }
}
.cid-uD7QlVE37Q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uD7QlVE37Q .mbr-section-subtitle {
  color: #ff285a;
  text-align: left;
}
.cid-uD7QlVE37Q .panel-title-edit,
.cid-uD7QlVE37Q .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uFgIEiwbOh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFgIEiwbOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgIEiwbOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgIEiwbOh .mbr-section-title {
  color: #ff285a;
}
.cid-uD7PW9nb0T {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uD7PW9nb0T .svg-top {
  display: none;
}
.cid-uD7PW9nb0T .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uD7PW9nb0T .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uD7PW9nb0T .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uD7PW9nb0T .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uD7PW9nb0T .text-content {
    max-width: none;
  }
}
.cid-uD7PW9nb0T .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uD7PW9nb0T .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uD7PW9nb0T .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uD7PW9nb0T .icons {
    justify-content: center !important;
  }
  .cid-uD7PW9nb0T .text-content * {
    text-align: center;
  }
}
.cid-uD7PW9nb0T P {
  color: #000000;
}
.cid-uD7PW9nb0T .mbr-section-title {
  color: #000000;
}
.cid-uD7Oo7GMMs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uD7Oo7GMMs .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFVxYbtVra {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVxYbtVra nav.navbar {
  position: fixed;
}
.cid-uFVxYbtVra .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFVxYbtVra .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-uFVxYbtVra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFVxYbtVra .nav-link:hover,
.cid-uFVxYbtVra .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFVxYbtVra .nav-item {
    position: relative;
  }
}
.cid-uFVxYbtVra .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFVxYbtVra .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFVxYbtVra .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFVxYbtVra .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFVxYbtVra .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFVxYbtVra .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFVxYbtVra .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVxYbtVra .navbar.collapsed .navbar-collapse.show,
.cid-uFVxYbtVra .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFVxYbtVra .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFVxYbtVra .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFVxYbtVra .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFVxYbtVra .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVxYbtVra .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFVxYbtVra .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFVxYbtVra .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFVxYbtVra .navbar .navbar-collapse.show,
  .cid-uFVxYbtVra .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFVxYbtVra .navbar .navbar-collapse.show .brand-container,
  .cid-uFVxYbtVra .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFVxYbtVra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVxYbtVra .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFVxYbtVra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVxYbtVra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVxYbtVra .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-uFVxYbtVra .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFVxYbtVra .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFVxYbtVra .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFVxYbtVra .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFVxYbtVra .navbar .right-menu,
  .cid-uFVxYbtVra .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFVxYbtVra .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFVxYbtVra .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFVxYbtVra .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFVxYbtVra .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFVxYbtVra .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFVxYbtVra .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFVxYbtVra .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFVxYbtVra .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVxYbtVra .dropdown-item.active,
.cid-uFVxYbtVra .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVxYbtVra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVxYbtVra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFVxYbtVra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFVxYbtVra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVxYbtVra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVxYbtVra ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFVxYbtVra ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFVxYbtVra .navbar-buttons {
  margin-left: auto;
}
.cid-uFVxYbtVra button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFVxYbtVra button.navbar-toggler:hover {
  outline: none;
}
.cid-uFVxYbtVra button.navbar-toggler:active {
  outline: none;
}
.cid-uFVxYbtVra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVxYbtVra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFVxYbtVra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFVxYbtVra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFVxYbtVra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFVxYbtVra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFVxYbtVra nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFVxYbtVra nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFVxYbtVra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFVxYbtVra .navbar-dropdown {
  position: fixed;
}
.cid-uFVxYbtVra a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFVxYbtVra .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFVxYbtVra .right-menu,
.cid-uFVxYbtVra .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFVxYbtVra .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFVxYbtVra .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFVxYbtVra .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVxYbtVra .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVxYbtVra .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFVxYbtVra .brand-container {
    padding: 0;
  }
}
.cid-uFVxYbtVra .card-wrapper {
  z-index: 3;
}
.cid-uFVxYbtVra .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFVxYbtVra .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFVxYbtVra .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFVxYbtVra .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFVxYbtVra .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFVxYbtVra .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFVxYbtVra .navbar-caption {
  color: #ffffff;
}
.cid-uFVxYbtVra .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFVxYbtVra .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFVxYbtVra a:hover .line-animation,
.cid-uFVxYbtVra a:focus .line-animation {
  opacity: 1;
}
.cid-uFVxYbtVra .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFVxYbtVra .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFVxYbtVra .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uNz75nmxOc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("http://www.spinningsirens.com/assets/images/131.jpg-2000x1499.jpg");
}
.cid-uNz75nmxOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNz75nmxOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNz75nmxOc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNz75nmxOc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNz75nmxOc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNz75nmxOc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNz75nmxOc .container {
    padding: 0 24px;
  }
}
.cid-uNz75nmxOc .row {
  justify-content: center;
}
.cid-uNz75nmxOc .item {
  margin-top: 24px;
}
.cid-uNz75nmxOc .item:first-child {
  margin-bottom: 0;
}
.cid-uNz75nmxOc .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #ff285a;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNz75nmxOc .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uNz75nmxOc .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uNz75nmxOc .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uNz75nmxOc .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uNz75nmxOc .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uNz75nmxOc .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #ff285a !important;
}
.cid-uNz75nmxOc .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uNz75nmxOc .item-title {
  color: #18212d;
}
.cid-uNz75nmxOc .item-text {
  color: #18212d;
}
.cid-uNz75nmxOc .item-text,
.cid-uNz75nmxOc .mbr-section-btn {
  color: #000000;
}
.cid-uNzaShu82D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("http://www.spinningsirens.com/assets/images/131.jpg-2000x1499.jpg");
}
.cid-uNzaShu82D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNzaShu82D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNzaShu82D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNzaShu82D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNzaShu82D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNzaShu82D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNzaShu82D .container {
    padding: 0 24px;
  }
}
.cid-uNzaShu82D .row {
  justify-content: center;
}
.cid-uNzaShu82D .item {
  margin-top: 24px;
}
.cid-uNzaShu82D .item:first-child {
  margin-bottom: 0;
}
.cid-uNzaShu82D .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #ff285a;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNzaShu82D .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uNzaShu82D .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uNzaShu82D .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uNzaShu82D .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uNzaShu82D .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uNzaShu82D .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uNzaShu82D .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #ff285a !important;
}
.cid-uNzaShu82D .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uNzaShu82D .item-title {
  color: #18212d;
}
.cid-uNzaShu82D .item-text {
  color: #18212d;
}
.cid-uNzaShu82D .item-text,
.cid-uNzaShu82D .mbr-section-btn {
  color: #000000;
}
.cid-uFVxYipF4c {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uFVxYipF4c .svg-top {
  display: none;
}
.cid-uFVxYipF4c .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uFVxYipF4c .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uFVxYipF4c .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uFVxYipF4c .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uFVxYipF4c .text-content {
    max-width: none;
  }
}
.cid-uFVxYipF4c .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFVxYipF4c .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFVxYipF4c .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uFVxYipF4c .icons {
    justify-content: center !important;
  }
  .cid-uFVxYipF4c .text-content * {
    text-align: center;
  }
}
.cid-uFVxYipF4c P {
  color: #000000;
}
.cid-uFVxYipF4c .mbr-section-title {
  color: #000000;
}
.cid-uFVxYka7Pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFVxYka7Pu .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-uFVzOKy7n5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVzOKy7n5 nav.navbar {
  position: fixed;
}
.cid-uFVzOKy7n5 .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uFVzOKy7n5 .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-uFVzOKy7n5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uFVzOKy7n5 .nav-link:hover,
.cid-uFVzOKy7n5 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uFVzOKy7n5 .nav-item {
    position: relative;
  }
}
.cid-uFVzOKy7n5 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFVzOKy7n5 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFVzOKy7n5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uFVzOKy7n5 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uFVzOKy7n5 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFVzOKy7n5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFVzOKy7n5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVzOKy7n5 .navbar.collapsed .navbar-collapse.show,
.cid-uFVzOKy7n5 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFVzOKy7n5 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uFVzOKy7n5 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uFVzOKy7n5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFVzOKy7n5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVzOKy7n5 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uFVzOKy7n5 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFVzOKy7n5 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFVzOKy7n5 .navbar .navbar-collapse.show,
  .cid-uFVzOKy7n5 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uFVzOKy7n5 .navbar .navbar-collapse.show .brand-container,
  .cid-uFVzOKy7n5 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uFVzOKy7n5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVzOKy7n5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFVzOKy7n5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVzOKy7n5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVzOKy7n5 .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-uFVzOKy7n5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFVzOKy7n5 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uFVzOKy7n5 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFVzOKy7n5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uFVzOKy7n5 .navbar .right-menu,
  .cid-uFVzOKy7n5 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uFVzOKy7n5 .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uFVzOKy7n5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFVzOKy7n5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFVzOKy7n5 .navbar {
    padding: 2rem 1rem;
  }
  .cid-uFVzOKy7n5 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uFVzOKy7n5 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFVzOKy7n5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFVzOKy7n5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVzOKy7n5 .dropdown-item.active,
.cid-uFVzOKy7n5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVzOKy7n5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVzOKy7n5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uFVzOKy7n5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFVzOKy7n5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVzOKy7n5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVzOKy7n5 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFVzOKy7n5 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uFVzOKy7n5 .navbar-buttons {
  margin-left: auto;
}
.cid-uFVzOKy7n5 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uFVzOKy7n5 button.navbar-toggler:hover {
  outline: none;
}
.cid-uFVzOKy7n5 button.navbar-toggler:active {
  outline: none;
}
.cid-uFVzOKy7n5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVzOKy7n5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFVzOKy7n5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFVzOKy7n5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFVzOKy7n5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFVzOKy7n5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFVzOKy7n5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uFVzOKy7n5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uFVzOKy7n5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFVzOKy7n5 .navbar-dropdown {
  position: fixed;
}
.cid-uFVzOKy7n5 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uFVzOKy7n5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFVzOKy7n5 .right-menu,
.cid-uFVzOKy7n5 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uFVzOKy7n5 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFVzOKy7n5 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFVzOKy7n5 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVzOKy7n5 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uFVzOKy7n5 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uFVzOKy7n5 .brand-container {
    padding: 0;
  }
}
.cid-uFVzOKy7n5 .card-wrapper {
  z-index: 3;
}
.cid-uFVzOKy7n5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uFVzOKy7n5 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uFVzOKy7n5 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uFVzOKy7n5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uFVzOKy7n5 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uFVzOKy7n5 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFVzOKy7n5 .navbar-caption {
  color: #ffffff;
}
.cid-uFVzOKy7n5 .navbar-caption:hover {
  color: #ffffff;
}
.cid-uFVzOKy7n5 .dropdown-item:hover {
  color: #18212d !important;
}
.cid-uFVzOKy7n5 a:hover .line-animation,
.cid-uFVzOKy7n5 a:focus .line-animation {
  opacity: 1;
}
.cid-uFVzOKy7n5 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uFVzOKy7n5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uFVzOKy7n5 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uNUKqvsNPp {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNUKqvsNPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUKqvsNPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUKqvsNPp .mbr-section-title {
  color: #ff285a;
}
.cid-uNA8FeD0SS {
  background-color: #000000;
}
.cid-uNA8FeD0SS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNA8FeD0SS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNA8FeD0SS .icon-title-1 {
  color: #bff747;
}
.cid-uNA8FeD0SS .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNA8FeD0SS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNA8FeD0SS .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNA8FeD0SS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNA8FeD0SS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNA8FeD0SS .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #ff285a;
}
@media (max-width: 992px) {
  .cid-uNA8FeD0SS .image-wrapper img {
    height: 350px;
  }
}
.cid-uNA8FeD0SS .item-text {
  color: #ffffff;
}
.cid-uNA8FeD0SS .item-title {
  color: #ff285a;
}
.cid-uNA8FeD0SS .mbr-section-title,
.cid-uNA8FeD0SS .mbr-section-btn {
  color: #40e7bc;
}
.cid-uFVzOM1Yr2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-uFVzOM1Yr2 .svg-top {
  display: none;
}
.cid-uFVzOM1Yr2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uFVzOM1Yr2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-uFVzOM1Yr2 .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-uFVzOM1Yr2 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uFVzOM1Yr2 .text-content {
    max-width: none;
  }
}
.cid-uFVzOM1Yr2 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFVzOM1Yr2 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFVzOM1Yr2 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uFVzOM1Yr2 .icons {
    justify-content: center !important;
  }
  .cid-uFVzOM1Yr2 .text-content * {
    text-align: center;
  }
}
.cid-uFVzOM1Yr2 P {
  color: #000000;
}
.cid-uFVzOM1Yr2 .mbr-section-title {
  color: #000000;
}
.cid-uFVzOMFLcM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFVzOMFLcM .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-vcfRIWSlh2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcfRIWSlh2 nav.navbar {
  position: fixed;
}
.cid-vcfRIWSlh2 .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-vcfRIWSlh2 .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-vcfRIWSlh2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-vcfRIWSlh2 .nav-link:hover,
.cid-vcfRIWSlh2 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-vcfRIWSlh2 .nav-item {
    position: relative;
  }
}
.cid-vcfRIWSlh2 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vcfRIWSlh2 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vcfRIWSlh2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vcfRIWSlh2 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vcfRIWSlh2 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vcfRIWSlh2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfRIWSlh2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcfRIWSlh2 .navbar.collapsed .navbar-collapse.show,
.cid-vcfRIWSlh2 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfRIWSlh2 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vcfRIWSlh2 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vcfRIWSlh2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcfRIWSlh2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfRIWSlh2 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vcfRIWSlh2 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfRIWSlh2 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vcfRIWSlh2 .navbar .navbar-collapse.show,
  .cid-vcfRIWSlh2 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vcfRIWSlh2 .navbar .navbar-collapse.show .brand-container,
  .cid-vcfRIWSlh2 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vcfRIWSlh2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfRIWSlh2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcfRIWSlh2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfRIWSlh2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfRIWSlh2 .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-vcfRIWSlh2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcfRIWSlh2 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vcfRIWSlh2 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vcfRIWSlh2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vcfRIWSlh2 .navbar .right-menu,
  .cid-vcfRIWSlh2 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vcfRIWSlh2 .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-vcfRIWSlh2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcfRIWSlh2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcfRIWSlh2 .navbar {
    padding: 2rem 1rem;
  }
  .cid-vcfRIWSlh2 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vcfRIWSlh2 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vcfRIWSlh2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcfRIWSlh2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfRIWSlh2 .dropdown-item.active,
.cid-vcfRIWSlh2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfRIWSlh2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfRIWSlh2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vcfRIWSlh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcfRIWSlh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfRIWSlh2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfRIWSlh2 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfRIWSlh2 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vcfRIWSlh2 .navbar-buttons {
  margin-left: auto;
}
.cid-vcfRIWSlh2 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-vcfRIWSlh2 button.navbar-toggler:hover {
  outline: none;
}
.cid-vcfRIWSlh2 button.navbar-toggler:active {
  outline: none;
}
.cid-vcfRIWSlh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcfRIWSlh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcfRIWSlh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcfRIWSlh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcfRIWSlh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcfRIWSlh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcfRIWSlh2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vcfRIWSlh2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vcfRIWSlh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcfRIWSlh2 .navbar-dropdown {
  position: fixed;
}
.cid-vcfRIWSlh2 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vcfRIWSlh2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcfRIWSlh2 .right-menu,
.cid-vcfRIWSlh2 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vcfRIWSlh2 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfRIWSlh2 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfRIWSlh2 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcfRIWSlh2 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcfRIWSlh2 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-vcfRIWSlh2 .brand-container {
    padding: 0;
  }
}
.cid-vcfRIWSlh2 .card-wrapper {
  z-index: 3;
}
.cid-vcfRIWSlh2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcfRIWSlh2 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-vcfRIWSlh2 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-vcfRIWSlh2 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-vcfRIWSlh2 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-vcfRIWSlh2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-vcfRIWSlh2 .navbar-caption {
  color: #ffffff;
}
.cid-vcfRIWSlh2 .navbar-caption:hover {
  color: #ffffff;
}
.cid-vcfRIWSlh2 .dropdown-item:hover {
  color: #18212d !important;
}
.cid-vcfRIWSlh2 a:hover .line-animation,
.cid-vcfRIWSlh2 a:focus .line-animation {
  opacity: 1;
}
.cid-vcfRIWSlh2 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-vcfRIWSlh2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vcfRIWSlh2 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-vcfRIXgKiy {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcfRIXgKiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfRIXgKiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfRIXgKiy .mbr-section-title {
  color: #ff285a;
}
.cid-vcfRIXgKiy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vcfS31KUe3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcfS31KUe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfS31KUe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfS31KUe3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcfS31KUe3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff285a 0%, #53b8fc 50%, #ff285a 100%);
}
.cid-vcfS31KUe3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcfS31KUe3 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vcfS31KUe3 .content-wrap {
  margin: 0 -10px;
}
.cid-vcfS31KUe3 .content-wrap .card {
  padding: 0 10px;
}
.cid-vcfS31KUe3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfS31KUe3 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vcfS31KUe3 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #ff285a;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #ff285a 0%, #53b8fc 50%, #ff285a 100%);
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff285a 0%, #53b8fc 50%, #ff285a 100%) !important;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcfS31KUe3 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcfS31KUe3 .card-wrapper {
  padding: 30px;
  background-color: #ff285a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vcfS31KUe3 .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vcfS31KUe3 .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vcfS31KUe3 .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vcfS31KUe3 .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcfS31KUe3 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vcfS31KUe3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff285a 0%, #53b8fc 50%, #ff285a 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white:hover,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white:focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white.focus,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black.active,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white:hover::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white:focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white.focus::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black.active::before,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff285a 0%, #53b8fc 50%, #ff285a 100%) !important;
}
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vcfS31KUe3 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vcfS31KUe3 .mbr-label,
.cid-vcfS31KUe3 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vcfS31KUe3 .mbr-section-title,
.cid-vcfS31KUe3 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vcfS31KUe3 .mbr-desc {
  color: #ffffff;
}
.cid-vcfS31KUe3 .item-title {
  color: #171719;
}
.cid-vcfS31KUe3 .item-text {
  color: #000000;
}
.cid-vcfS31KUe3 .mbr-desc,
.cid-vcfS31KUe3 .main-btn {
  color: #000000;
}
.cid-vcfSjkid8F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcfSjkid8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfSjkid8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfSjkid8F .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-vcfSjkid8F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcfSjkid8F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcfSjkid8F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcfSjkid8F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcfSjkid8F .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vcfSjkid8F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcfSjkid8F .card-title {
  color: #ff285a;
}
.cid-vcfSjkid8F .mbr-text,
.cid-vcfSjkid8F .mbr-section-btn {
  color: #ffffff;
}
.cid-vcfRIXzc3B {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-vcfRIXzc3B .svg-top {
  display: none;
}
.cid-vcfRIXzc3B .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vcfRIXzc3B .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-vcfRIXzc3B .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-vcfRIXzc3B .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vcfRIXzc3B .text-content {
    max-width: none;
  }
}
.cid-vcfRIXzc3B .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vcfRIXzc3B .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vcfRIXzc3B .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcfRIXzc3B .icons {
    justify-content: center !important;
  }
  .cid-vcfRIXzc3B .text-content * {
    text-align: center;
  }
}
.cid-vcfRIXzc3B P {
  color: #000000;
}
.cid-vcfRIXzc3B .mbr-section-title {
  color: #000000;
}
.cid-vcfRIYer63 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vcfRIYer63 .media-container-row .mbr-text {
  color: #ff285a;
}
.cid-vcgK8vjPT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgK8vjPT9 nav.navbar {
  position: fixed;
}
.cid-vcgK8vjPT9 .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-vcgK8vjPT9 .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-vcgK8vjPT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-vcgK8vjPT9 .nav-link:hover,
.cid-vcgK8vjPT9 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-vcgK8vjPT9 .nav-item {
    position: relative;
  }
}
.cid-vcgK8vjPT9 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vcgK8vjPT9 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vcgK8vjPT9 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vcgK8vjPT9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vcgK8vjPT9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vcgK8vjPT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcgK8vjPT9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcgK8vjPT9 .navbar.collapsed .navbar-collapse.show,
.cid-vcgK8vjPT9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcgK8vjPT9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vcgK8vjPT9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vcgK8vjPT9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcgK8vjPT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgK8vjPT9 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vcgK8vjPT9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcgK8vjPT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vcgK8vjPT9 .navbar .navbar-collapse.show,
  .cid-vcgK8vjPT9 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vcgK8vjPT9 .navbar .navbar-collapse.show .brand-container,
  .cid-vcgK8vjPT9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vcgK8vjPT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgK8vjPT9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcgK8vjPT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgK8vjPT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgK8vjPT9 .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-vcgK8vjPT9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcgK8vjPT9 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vcgK8vjPT9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vcgK8vjPT9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vcgK8vjPT9 .navbar .right-menu,
  .cid-vcgK8vjPT9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vcgK8vjPT9 .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-vcgK8vjPT9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcgK8vjPT9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgK8vjPT9 .navbar {
    padding: 2rem 1rem;
  }
  .cid-vcgK8vjPT9 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vcgK8vjPT9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vcgK8vjPT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcgK8vjPT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgK8vjPT9 .dropdown-item.active,
.cid-vcgK8vjPT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgK8vjPT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgK8vjPT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vcgK8vjPT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcgK8vjPT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgK8vjPT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgK8vjPT9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcgK8vjPT9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vcgK8vjPT9 .navbar-buttons {
  margin-left: auto;
}
.cid-vcgK8vjPT9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-vcgK8vjPT9 button.navbar-toggler:hover {
  outline: none;
}
.cid-vcgK8vjPT9 button.navbar-toggler:active {
  outline: none;
}
.cid-vcgK8vjPT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcgK8vjPT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcgK8vjPT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcgK8vjPT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcgK8vjPT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcgK8vjPT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcgK8vjPT9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vcgK8vjPT9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vcgK8vjPT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcgK8vjPT9 .navbar-dropdown {
  position: fixed;
}
.cid-vcgK8vjPT9 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vcgK8vjPT9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcgK8vjPT9 .right-menu,
.cid-vcgK8vjPT9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vcgK8vjPT9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcgK8vjPT9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcgK8vjPT9 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcgK8vjPT9 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcgK8vjPT9 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-vcgK8vjPT9 .brand-container {
    padding: 0;
  }
}
.cid-vcgK8vjPT9 .card-wrapper {
  z-index: 3;
}
.cid-vcgK8vjPT9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcgK8vjPT9 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-vcgK8vjPT9 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-vcgK8vjPT9 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-vcgK8vjPT9 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-vcgK8vjPT9 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-vcgK8vjPT9 .navbar-caption {
  color: #ffffff;
}
.cid-vcgK8vjPT9 .navbar-caption:hover {
  color: #ffffff;
}
.cid-vcgK8vjPT9 .dropdown-item:hover {
  color: #18212d !important;
}
.cid-vcgK8vjPT9 a:hover .line-animation,
.cid-vcgK8vjPT9 a:focus .line-animation {
  opacity: 1;
}
.cid-vcgK8vjPT9 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-vcgK8vjPT9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vcgK8vjPT9 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-vcgK8wA6JM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcgK8wA6JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgK8wA6JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgK8wA6JM .mbr-section-title {
  color: #ff285a;
}
.cid-vcgK8wA6JM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vcgMLvDjYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcgMLvDjYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgMLvDjYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgMLvDjYQ .row {
  flex-direction: row-reverse;
}
.cid-vcgMLvDjYQ .mbr-description {
  text-align: left;
}
.cid-vcgMLvDjYQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vcgMLvDjYQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcgMLvDjYQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vcgMLvDjYQ .card-title,
.cid-vcgMLvDjYQ .iconfont-wrapper {
  color: #000000;
}
.cid-vcgMLvDjYQ .card-text {
  color: #000000;
}
.cid-vcgMLvDjYQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcgMLvDjYQ .mbr-number {
  color: #9fe870;
}
.cid-vcgMLvDjYQ .mbr-text,
.cid-vcgMLvDjYQ .mbr-section-btn {
  text-align: center;
}
.cid-vcgMLvDjYQ .card-text,
.cid-vcgMLvDjYQ .item .mbr-section-btn {
  text-align: left;
}
.cid-vcgK8xUE06 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("http://www.spinningsirens.com/assets/images/2-1920x1080.jpg");
}
.cid-vcgK8xUE06 .svg-top {
  display: none;
}
.cid-vcgK8xUE06 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vcgK8xUE06 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #18212d;
}
.cid-vcgK8xUE06 .svg-top .st0 {
  fill: "file:///C:/Users/annma/Websites/Spinning%20Sirens/assets/images/2-1920x1080.jpg";
}
@media (max-width: 992px) {
  .cid-vcgK8xUE06 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vcgK8xUE06 .text-content {
    max-width: none;
  }
}
.cid-vcgK8xUE06 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vcgK8xUE06 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vcgK8xUE06 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcgK8xUE06 .icons {
    justify-content: center !important;
  }
  .cid-vcgK8xUE06 .text-content * {
    text-align: center;
  }
}
.cid-vcgK8xUE06 P {
  color: #000000;
}
.cid-vcgK8xUE06 .mbr-section-title {
  color: #000000;
}
.cid-vcgK8yCmAq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vcgK8yCmAq .media-container-row .mbr-text {
  color: #ff285a;
}
