body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5001c !important;
  border-color: #f5001c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a90013 !important;
  border-color: #a90013 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a90013 !important;
  border-color: #a90013 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8f0010;
  color: #8f0010;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f5001c;
  border-color: #f5001c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5001c !important;
  border-color: #f5001c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #f5001c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8f0010 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #f5001c !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7o9jgwJV5 {
  padding-top: 40px;
  padding-bottom: 595px;
  background-image: url("../../../assets/images/anonymous-medcr-61-2000x1500.jpeg");
  overflow: hidden;
}
.cid-u7o9jgwJV5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-u7o9jgwJV5 #e2_shape {
  fill: #f5001c !important;
}
.cid-u7o9jgwJV5 img {
  border-radius: 0px;
  margin: auto;
  box-shadow: 0px 0px 0px 0px rgba(255, 41, 65, 0.35);
  position: relative;
  top: 50;
  right: 0;
}
@media (max-width: 576px) {
  .cid-u7o9jgwJV5 img {
    width: 90%!important;
  }
}
.cid-u7o9jgwJV5 H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-u7o9jgwJV5 mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-s1CKjreJNq {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1CKjreJNq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-s1CKjreJNq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-s1CKjreJNq .signature {
  filter: invert(0.8);
}
.cid-s1CKjreJNq .mbr-text,
.cid-s1CKjreJNq .img-align {
  color: #767676;
}
.cid-s1CEXvMjcP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1CEXvMjcP .mbr-section-subtitle {
  color: #767676;
}
.cid-s1CDINoROP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1CDINoROP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1CDINoROP p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1CDINoROP .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-s1CDINoROP .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-s1CDINoROP .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1CDINoROP .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-s1CDINoROP .card-box {
    padding-left: 0;
  }
}
.cid-s1CDJAg83L {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1CDJAg83L h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1CDJAg83L p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1CDJAg83L .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-s1CDJAg83L .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-s1CDJAg83L .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1CDJAg83L .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-s1CDJAg83L .card-box {
    padding-left: 0;
  }
}
.cid-s1CFcdH62L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1CFcdH62L .mbr-section-subtitle {
  color: #767676;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBifjYXmO {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/mbr-1920x1104.jpeg");
}
.cid-tVBifjYXmO .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBifjYXmO .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBifjYXmO .mbr-text,
.cid-tVBifjYXmO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBifjYXmO .mbr-section-title {
  color: #ffffff;
}
.cid-tVBifjYXmO .buttons-wrap .link {
  display: flex;
}
.cid-tVBifjYXmO .mbr-arrow {
  bottom: 0;
}
.cid-s1ruZ26QX5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1ruZ26QX5 h2 {
  text-align: center;
}
.cid-s1ruZ26QX5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s1ruZ26QX5 p {
  color: #767676;
}
.cid-s1ruZ26QX5 img {
  object-fit: cover;
}
.cid-s1ruZ26QX5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1ruZ26QX5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s1ruZ26QX5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1ruZ26QX5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1ruZ26QX5 .card-title {
  font-weight: 500;
}
.cid-s1ruZ26QX5 .card-img {
  text-align: inherit;
}
.cid-s1ruZ26QX5 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1ruZ26QX5 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1ruZ26QX5 .mbr-figure {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1ruZ26QX5 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s1ruZ26QX5 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-s1rvtWXpoE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1rvtWXpoE h2 {
  text-align: center;
}
.cid-s1rvtWXpoE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s1rvtWXpoE p {
  color: #767676;
}
.cid-s1rvtWXpoE img {
  object-fit: cover;
}
.cid-s1rvtWXpoE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1rvtWXpoE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s1rvtWXpoE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1rvtWXpoE .mbr-section-subtitle {
  color: #767676;
}
.cid-s1rvtWXpoE .card-title {
  font-weight: 500;
}
.cid-s1rvtWXpoE .card-img {
  text-align: inherit;
}
.cid-s1rvtWXpoE .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1rvtWXpoE .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1rvtWXpoE .mbr-figure {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1rvtWXpoE .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s1rvtWXpoE .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-s1rvPKarIc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1rvPKarIc h2 {
  text-align: center;
}
.cid-s1rvPKarIc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s1rvPKarIc p {
  color: #767676;
}
.cid-s1rvPKarIc img {
  object-fit: cover;
}
.cid-s1rvPKarIc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1rvPKarIc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s1rvPKarIc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1rvPKarIc .mbr-section-subtitle {
  color: #767676;
}
.cid-s1rvPKarIc .card-title {
  font-weight: 500;
}
.cid-s1rvPKarIc .card-img {
  text-align: inherit;
}
.cid-s1rvPKarIc .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1rvPKarIc .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1rvPKarIc .mbr-figure {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1rvPKarIc .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s1rvPKarIc .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBkfmCFuD {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/gleasonr-hawaii2023-178-rs-1985x1117.jpeg");
}
.cid-tVBkfmCFuD .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBkfmCFuD .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBkfmCFuD .mbr-text,
.cid-tVBkfmCFuD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBkfmCFuD .mbr-section-title {
  color: #ffffff;
}
.cid-tVBkfmCFuD .buttons-wrap .link {
  display: flex;
}
.cid-tVBkfmCFuD .mbr-arrow {
  bottom: 0;
}
.cid-rqyBT6JEIF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rqyBT6JEIF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rqyBT6JEIF .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #f5001c;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rqyBT6JEIF .separline .step-wrapper {
    position: relative;
  }
  .cid-rqyBT6JEIF .separline .step-wrapper:before,
  .cid-rqyBT6JEIF .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #f5001c;
  }
  .cid-rqyBT6JEIF .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rqyBT6JEIF .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rqyBT6JEIF .separline.last-child .step-wrapper:after,
  .cid-rqyBT6JEIF .separline:nth-child(3n) .step-wrapper:after,
  .cid-rqyBT6JEIF .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rqyBT6JEIF .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rqyybpemvf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rqyybpemvf .mbr-text,
.cid-rqyybpemvf blockquote {
  color: #767676;
}
.cid-sCousTxLUx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sCousTxLUx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sCousTxLUx .team-card:hover {
  transform: translateY(-10px);
}
.cid-sCousTxLUx .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sCousTxLUx .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sCousTxLUx .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-sCousTxLUx img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-sCousTxLUx .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-sCousTxLUx .image-wrap {
    width: 100%;
  }
}
.cid-sCousTxLUx .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-sCousTxLUx .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #f5001c;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-sCousTxLUx .line {
    display: none;
  }
}
.cid-sCousTxLUx .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-sCousTxLUx .container {
    padding: 0 3rem;
  }
}
.cid-sCousTxLUx .content-wrap {
  padding: 2rem;
}
.cid-sCousTxLUx .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-sCousTxLUx .card1 {
  background: #55b4d4;
}
.cid-sCousTxLUx .card2 {
  background: #55b4d4;
}
.cid-sCousTxLUx .card3 {
  background: #55b4d4;
}
.cid-sCousTxLUx .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sCousTxLUx .card-wrap {
    flex-direction: column;
  }
}
.cid-sCousTxLUx .card-wrap:hover img {
  transform: scale(1);
}
.cid-sCousTxLUx .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-sCousTxLUx .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sCousTxLUx .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-sCousTxLUx .card-wrapper {
    flex-direction: column;
  }
  .cid-sCousTxLUx .icon,
  .cid-sCousTxLUx .card-box {
    margin: 0rem;
  }
  .cid-sCousTxLUx .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-sCousTxLUx .align-left {
    text-align: center;
  }
}
.cid-sCousTxLUx .card-title,
.cid-sCousTxLUx .icon,
.cid-sCousTxLUx .icon-plus {
  color: #ffffff;
  text-align: left;
}
.cid-sCousTxLUx .mbr-role {
  color: #ffffff;
}
.cid-sCousTxLUx .main-title {
  color: #000000;
  text-align: center;
}
.cid-sCow4Bh17K {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-sCow4Bh17K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sCow4Bh17K .team-card:hover {
  transform: translateY(-10px);
}
.cid-sCow4Bh17K .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sCow4Bh17K .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sCow4Bh17K .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-sCow4Bh17K img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-sCow4Bh17K .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-sCow4Bh17K .image-wrap {
    width: 100%;
  }
}
.cid-sCow4Bh17K .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-sCow4Bh17K .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #f5001c;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-sCow4Bh17K .line {
    display: none;
  }
}
.cid-sCow4Bh17K .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-sCow4Bh17K .container {
    padding: 0 3rem;
  }
}
.cid-sCow4Bh17K .content-wrap {
  padding: 2rem;
}
.cid-sCow4Bh17K .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-sCow4Bh17K .card1 {
  background: #55b4d4;
}
.cid-sCow4Bh17K .card2 {
  background: #55b4d4;
}
.cid-sCow4Bh17K .card3 {
  background: #55b4d4;
}
.cid-sCow4Bh17K .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sCow4Bh17K .card-wrap {
    flex-direction: column;
  }
}
.cid-sCow4Bh17K .card-wrap:hover img {
  transform: scale(1);
}
.cid-sCow4Bh17K .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-sCow4Bh17K .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sCow4Bh17K .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-sCow4Bh17K .card-wrapper {
    flex-direction: column;
  }
  .cid-sCow4Bh17K .icon,
  .cid-sCow4Bh17K .card-box {
    margin: 0rem;
  }
  .cid-sCow4Bh17K .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-sCow4Bh17K .align-left {
    text-align: center;
  }
}
.cid-sCow4Bh17K .card-title,
.cid-sCow4Bh17K .icon,
.cid-sCow4Bh17K .icon-plus {
  color: #ffffff;
}
.cid-sCow4Bh17K .mbr-role {
  color: #ffffff;
}
.cid-sCow4Bh17K .main-title {
  color: #000000;
  text-align: center;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBlzqjs3U {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/mbr-1920x1141.jpeg");
}
.cid-tVBlzqjs3U .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBlzqjs3U .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBlzqjs3U .mbr-text,
.cid-tVBlzqjs3U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBlzqjs3U .mbr-section-title {
  color: #ffffff;
}
.cid-tVBlzqjs3U .buttons-wrap .link {
  display: flex;
}
.cid-tVBlzqjs3U .mbr-arrow {
  bottom: 0;
}
.cid-sN4Q2ckQep {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sN4Q2ckQep .mbr-section-subtitle {
  color: #767676;
}
.cid-sN4Q2ckQep H2 {
  color: #ffffff;
}
.cid-sN4Q3CAt04 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sN4Q3CAt04 .mbr-section-subtitle {
  color: #767676;
}
.cid-sN4Q3CAt04 H2 {
  color: #ffffff;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3EhXomWfj {
  padding-top: 31rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/ncl-epic-europe-montage-2000x1318.jpg");
  overflow: hidden;
}
.cid-t3EhXomWfj .mbr-text,
.cid-t3EhXomWfj .mbr-section-btn {
  color: #ffffff;
}
.cid-t3EhXomWfj .btn-white {
  color: #333333!important;
}
.cid-t3EhXomWfj .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  max-width: 100%;
  height: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-t3EhXomWfj .image2 {
  position: absolute;
  left: 38%;
  bottom: 10%;
  height: 150px;
  width: auto;
  animation: rev2 0s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-t3EhXomWfj svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-t3EhXomWfj svg path {
  fill: #ffffff;
}
@media (max-width: 100%) {
  .cid-t3EhXomWfj .image1 {
    top: 5%;
    height: auto;
  }
  .cid-t3EhXomWfj .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-t3EhXomWfj svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-t3EhXomWfj .image1 {
    max-width: 100%;
    height: auto;
  }
  .cid-t3EhXomWfj .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-t3EhXomWfj svg {
    top: -120px;
  }
  .cid-t3EhXomWfj .image1 {
    left: 50%;
    right: 50%;
    max-width: 100%;
    height: auto;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-t3EhXomWfj .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-t3EhXomWfj .mbr-section-title {
  color: #ffffff;
}
.cid-t3EhXomWfj .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-t3EhXomWfj .mbr-buttons {
  position: absolute;
  left: 50%;
  top: -150px;
}
.cid-sAvHUid3Wv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-sAvHUid3Wv .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-sAvHUid3Wv .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sAvHUid3Wv .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAvHUid3Wv .text-box {
    padding: 2rem;
  }
}
.cid-sAvHUid3Wv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAvHUid3Wv .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-sAvHUid3Wv .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sAvHUid3Wv .lin:hover .line {
  opacity: 1;
}
.cid-sAvHUid3Wv .small-img {
  width: 25%;
  margin: auto;
}
.cid-sAvHUid3Wv .text-box {
  text-align: center;
}
.cid-sAvHUid3Wv .mbr-section-title {
  padding-top: 1rem;
}
.cid-sAvHUid3Wv .mbr-link {
  padding-top: 0rem;
  position: relative;
}
.cid-sAvHUid3Wv a {
  font-weight: 700;
}
.cid-sAvHUid3Wv .text-primary {
  color: #626262 !important;
}
.cid-sAvHVsaViS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sAvHVsaViS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sAvHVsaViS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sAvHVsaViS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sAvHVsaViS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sAvHVsaViS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sAvHVsaViS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sAvHVsaViS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sAvHVsaViS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sAvHVsaViS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sAvHWhYtCd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-sAvHWhYtCd .content__block {
  padding: 50px 15px;
}
.cid-sAvHWhYtCd .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sAvHWhYtCd .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #2e2e2e;
}
.cid-sAvHWhYtCd .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-sAvHWhYtCd .image {
  perspective: 3500px;
  position: relative;
}
.cid-sAvHWhYtCd .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(15, 118, 153, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sAvHWhYtCd .image img {
  transition: transform 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAvHWhYtCd .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sAvHWhYtCd .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sAvHWhYtCd .content__block {
    padding: 30px 15px;
  }
  .cid-sAvHWhYtCd .mbr-figure {
    padding: 0;
  }
  .cid-sAvHWhYtCd .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(15, 118, 153, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sAvHWhYtCd .lg-push {
    right: 0%;
  }
  .cid-sAvHWhYtCd .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sAvHWhYtCd .row:hover .image img {
    transform: rotateY(0deg);
  }
}
.cid-sAvHWhYtCd .mbr-text,
.cid-sAvHWhYtCd .mbr-section-btn {
  color: #ffffff;
}
.cid-sAvHWhYtCd .mbr-section-title {
  color: #ffffff;
}
.cid-sAvHXb8KpB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/rome-bernini-bristol-2000x977.jpg");
}
.cid-sAvHXb8KpB .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sAvHXb8KpB .content-panel {
  padding: 3rem;
  background-color: #0f7699;
}
@media (min-width: 767px) {
  .cid-sAvHXb8KpB .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sAvHXb8KpB .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: gray;
}
.cid-sAvHXb8KpB .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sAvHXb8KpB .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sAvHXb8KpB .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sAvHZG16p7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ncl-lifestyle-onboard-2000x1333.jpeg");
}
.cid-sAvHZG16p7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAvHZG16p7 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sAvHZG16p7 .mbr-section-subtitle {
  color: #f5001c;
  text-align: left;
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-sAvHZG16p7 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sAvHZG16p7 .sign {
  width: 300px;
  display: inline;
}
.cid-sAvHZG16p7 .text,
.cid-sAvHZG16p7 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sAvHZG16p7 .sign {
    width: 100%;
  }
}
.cid-s4aCGdIENJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5001c;
}
.cid-s4aCGdIENJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s4aCGdIENJ H2 {
  color: #ffffff;
}
.cid-s1xqkrHeqw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s1xqkrHeqw .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s1xqkrHeqw .modal-body .close {
  background: #1b1b1b;
}
.cid-s1xqkrHeqw .modal-body .close span {
  font-style: normal;
}
.cid-s1xqkrHeqw .carousel-inner > .active,
.cid-s1xqkrHeqw .carousel-inner > .next,
.cid-s1xqkrHeqw .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s1xqkrHeqw .carousel-control .icon-next,
.cid-s1xqkrHeqw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1xqkrHeqw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1xqkrHeqw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s1xqkrHeqw .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s1xqkrHeqw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1xqkrHeqw .boxed-slider > div {
  position: relative;
}
.cid-s1xqkrHeqw .container img {
  width: 100%;
}
.cid-s1xqkrHeqw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s1xqkrHeqw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1xqkrHeqw .mbr-table-cell {
  padding: 0;
}
.cid-s1xqkrHeqw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1xqkrHeqw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s1xqkrHeqw .mbr-overlay {
  z-index: 1;
}
.cid-s1xqkrHeqw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1xqkrHeqw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1xqkrHeqw .carousel-item .container {
    width: 100%;
  }
}
.cid-s1xqkrHeqw .carousel-item-next.carousel-item-left,
.cid-s1xqkrHeqw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1xqkrHeqw .active.carousel-item-right,
.cid-s1xqkrHeqw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1xqkrHeqw .active.carousel-item-left,
.cid-s1xqkrHeqw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1xqkrHeqw .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s1xqkrHeqw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators li.active,
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators li::after,
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1xqkrHeqw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1xqkrHeqw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1xqkrHeqw .mbr-slider > .container img {
  width: 100%;
}
.cid-s1xqkrHeqw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s1xqkrHeqw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1xqkrHeqw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1xqkrHeqw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1xqkrHeqw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1xqkrHeqw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1xqkrHeqw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1xqkrHeqw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s1xqkrHeqw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1xqkrHeqw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1xqkrHeqw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1xqkrHeqw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1xqkrHeqw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s1xqkrHeqw .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s1xqkrHeqw .carousel-inner {
  height: 100%;
}
.cid-s1xqkrHeqw .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s1xqkrHeqw .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s1xqkrHeqw .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s1xqkrHeqw .carousel-item .container-slide {
  text-align: center;
}
.cid-s1xqkrHeqw .content-slider-wrap {
  width: 100%;
}
.cid-s1CwlbZuam {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s1CwlbZuam .mbr-section-subtitle {
  color: #767676;
}
.cid-s1CwlbZuam H2 {
  color: #232323;
}
.cid-s0Y8c0U2qH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s0Y8c0U2qH .mbr-text,
.cid-s0Y8c0U2qH blockquote {
  color: #767676;
}
.cid-s0Y8c0U2qH .mbr-text {
  color: #232323;
}
.cid-s1qL6cMQ4x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s1qL6cMQ4x img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s1qL6cMQ4x img:hover {
  transform: scale(1);
}
.cid-s1qL6cMQ4x .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s1qL6cMQ4x h2 {
  padding: 0;
  margin: 0;
}
.cid-s1qL6cMQ4x .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1qL6cMQ4x .text-col {
  max-width: 850px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s1qL6cMQ4x .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s1qL6cMQ4x .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s1qL6cMQ4x .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s1qL6cMQ4x .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s1qL6cMQ4x .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1qL6cMQ4x .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s1qL6cMQ4x .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s1qL6cMQ4x H2 {
  color: #333333;
}
.cid-s1qL6cMQ4x .mbr-text {
  color: #232323;
}
.cid-s1qL6cMQ4x H3 {
  color: #ffffff;
}
.cid-s1qL6cMQ4x H1 {
  color: #232323;
}
.cid-sqIasN6YtZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sqIasN6YtZ .container {
  max-width: 1500px;
}
.cid-sqIasN6YtZ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqIasN6YtZ img:hover {
  transform: scale(1.1);
}
.cid-sqIasN6YtZ .row {
  background: #0f7699;
}
.cid-sqIasN6YtZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sqIasN6YtZ h2 {
  padding: 0;
  margin: 0;
}
.cid-sqIasN6YtZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqIasN6YtZ .text-col {
  max-width: 900px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sqIasN6YtZ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqIasN6YtZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqIasN6YtZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqIasN6YtZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sqIasN6YtZ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqIasN6YtZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqIasN6YtZ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqIasN6YtZ .row {
    margin: 0rem;
  }
  .cid-sqIasN6YtZ .text-col {
    padding: 2rem 1rem;
  }
  .cid-sqIasN6YtZ .number {
    margin-right: 2rem;
  }
  .cid-sqIasN6YtZ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sqIasN6YtZ H2 {
  color: #ffffff;
}
.cid-sqIasN6YtZ .mbr-text {
  color: #ffffff;
}
.cid-sq90pd40d9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0f7699;
}
.cid-sq90pd40d9 .carousel-inner {
  margin-bottom: 70px;
}
.cid-sq90pd40d9 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sq90pd40d9 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sq90pd40d9 .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
}
.cid-sq90pd40d9 .slider__image {
  margin-left: 11.8%;
}
.cid-sq90pd40d9 .img-wrap {
  max-width: 100%;
}
.cid-sq90pd40d9 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sq90pd40d9 .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sq90pd40d9 .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-sq90pd40d9 .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-sq90pd40d9 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-sq90pd40d9 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-sq90pd40d9 .carousel-controls a span {
  transition: all .3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-sq90pd40d9 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sq90pd40d9 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sq90pd40d9 .carousel-controls .carousel-control-next,
.cid-sq90pd40d9 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sq90pd40d9 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sq90pd40d9 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq90pd40d9 .image-element {
    min-width: 50%;
  }
  .cid-sq90pd40d9 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sq90pd40d9 .two__background:before {
    max-width: 90%;
  }
  .cid-sq90pd40d9 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sq90pd40d9 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sq90pd40d9 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sq90pd40d9 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sq90pd40d9 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sq90pd40d9 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sq90pd40d9 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sq90pd40d9 .img-wrap {
    width: 100%;
  }
  .cid-sq90pd40d9 .carousel-controls {
    display: none;
  }
  .cid-sq90pd40d9 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sq90pd40d9 .mbr-text {
  color: #ffffff;
}
.cid-sAvYrUUXgN {
  background-image: url("../../../assets/images/italy-rome-colosseum-1768216-2000x1267.jpg");
}
.cid-sAvYrUUXgN .block {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-sAvYrUUXgN .block {
    height: 400px;
  }
}
.cid-s0Y8cfgN4u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s0Y8cfgN4u P {
  color: #767676;
}
.cid-s0Y8cgySze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s0Y8cgySze .mbr-text,
.cid-s0Y8cgySze blockquote {
  color: #767676;
}
.cid-s0Y8cgySze .mbr-text {
  color: #232323;
}
.cid-s3vBW8ISee {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s3vBW8ISee h4 {
  display: flex;
  color: #232323;
}
.cid-s3vBW8ISee .panel-text {
  color: #767676;
  line-height: 1.5;
}
.cid-s3vBW8ISee .wrap {
  display: flex;
}
.cid-s3vBW8ISee .icon {
  background: #c1c1c1;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-s3vBW8ISee img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-s3vBW8ISee .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-s3vBW8ISee p {
  margin: 0;
}
.cid-s3vBW8ISee .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-s3vBW8ISee .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-s3vBW8ISee .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s3vBW8ISee .panel-group {
  width: 100%;
}
.cid-s3vBW8ISee .panel-title {
  border-bottom: 1.75px solid #232323;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s3vBW8ISee .card .card-header {
  border-radius: 0px;
  border: 1px;
  padding: 0;
}
.cid-s3vBW8ISee .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #c1c1c1;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s3vBW8ISee .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s3vBW8ISee .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s3vBW8ISee .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-s3vBW8ISee .card .panel-body {
  background: #efefef;
}
.cid-s3vBW8ISee .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s3vBW8ISee .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s3vBW8ISee .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s3vBW8ISee .header-text,
.cid-s3vBW8ISee .sign {
  color: #232323;
}
.cid-s1qwDKaplj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s1qwDKaplj img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s1qwDKaplj img:hover {
  transform: scale(1);
}
.cid-s1qwDKaplj .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s1qwDKaplj h2 {
  padding: 0;
  margin: 0;
}
.cid-s1qwDKaplj .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1qwDKaplj .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s1qwDKaplj .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s1qwDKaplj .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s1qwDKaplj .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s1qwDKaplj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s1qwDKaplj .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1qwDKaplj .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s1qwDKaplj .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s1qwDKaplj H2 {
  color: #333333;
}
.cid-s1qwDKaplj .mbr-text {
  color: #232323;
}
.cid-s0Y8cl9n2q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s0Y8cl9n2q .container-fluid {
  padding: 0 3rem;
}
.cid-s0Y8cl9n2q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #f5001c 120%);
  display: inline-block;
}
.cid-s0Y8cl9n2q .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-s0Y8cl9n2q .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title:hover .sign {
  background-color: #ff7f9f !important;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f5001c;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Y8cl9n2q .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-s0Y8cl9n2q .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-s0Y8cl9n2q .container-fluid {
    padding: 0 1rem;
  }
  .cid-s0Y8cl9n2q .header-text {
    padding: 1rem !important;
  }
  .cid-s0Y8cl9n2q .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-s0Y8cl9n2q .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-s0Y8cl9n2q .toggle-header,
.cid-s0Y8cl9n2q .sign {
  color: #232323;
}
.cid-s0Y8cl9n2q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-s0Y8coYSCA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Y8coYSCA .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Y8coYSCA .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Y8coYSCA .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Y8coYSCA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Y8coYSCA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Y8coYSCA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Y8coYSCA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Y8coYSCA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Y8coYSCA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Y8coYSCA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Y8coYSCA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Y8coYSCA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Y8coYSCA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Y8coYSCA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s1qOG7S2wE.popup-builder {
  background-color: #ffffff;
}
.cid-s1qOG7S2wE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1qOG7S2wE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1qOG7S2wE .modal-content,
.cid-s1qOG7S2wE .modal-dialog {
  height: auto;
}
.cid-s1qOG7S2wE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1qOG7S2wE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1qOG7S2wE .form-wrapper .mbr-form .form-group,
  .cid-s1qOG7S2wE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1qOG7S2wE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1qOG7S2wE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1qOG7S2wE .mbr-text {
  text-align: center;
}
.cid-s1qOG7S2wE .pt-0 {
  padding-top: 0 !important;
}
.cid-s1qOG7S2wE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1qOG7S2wE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1qOG7S2wE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1qOG7S2wE .modal-open {
  overflow: hidden;
}
.cid-s1qOG7S2wE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1qOG7S2wE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1qOG7S2wE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1qOG7S2wE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1qOG7S2wE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1qOG7S2wE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1qOG7S2wE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1qOG7S2wE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1qOG7S2wE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1qOG7S2wE .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1qOG7S2wE .modal-backdrop.show {
  opacity: .5;
}
.cid-s1qOG7S2wE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1qOG7S2wE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1qOG7S2wE .modal-header .close:hover {
  opacity: 1;
}
.cid-s1qOG7S2wE .modal-header .close:focus {
  outline: none;
}
.cid-s1qOG7S2wE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1qOG7S2wE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1qOG7S2wE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1qOG7S2wE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1qOG7S2wE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1qOG7S2wE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1qOG7S2wE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1qOG7S2wE .modal-sm {
    max-width: 300px;
  }
  .cid-s1qOG7S2wE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1qOG7S2wE .modal-lg,
  .cid-s1qOG7S2wE .modal-xl {
    max-width: 800px;
  }
  .cid-s1qOG7S2wE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1qOG7S2wE .modal-xl {
    max-width: 1140px;
  }
  .cid-s1qOG7S2wE .container {
    max-width: 1140px;
  }
}
.cid-s1qOG7S2wE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1qOG7S2wE .container {
    max-width: 720px;
  }
}
.cid-s1qOG7S2wE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1qOG7S2wE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1qOG7S2wE .form-group {
  margin-bottom: 1rem;
}
.cid-s1qOG7S2wE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1qOG7S2wE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1qOG7S2wE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1zNii6ES5 .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-t1zNii6ES5 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-t1zNii6ES5 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-t1zNii6ES5 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-t1zNii6ES5 .countdown-cont {
  margin: 0 auto;
}
.cid-t1zNii6ES5 .full-count-container {
  background: #f5001c;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-t1zNii6ES5 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t1zNii6ES5 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-t1zNii6ES5 .dot {
    display: none;
  }
  .cid-t1zNii6ES5 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-t1zNii6ES5 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-t1zNii6ES5 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t1zNii6ES5 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-t1zNii6ES5 .number {
    font-size: 25px;
  }
  .cid-t1zNii6ES5 .period {
    font-size: 0.7rem;
  }
}
.cid-t1zKRYM29L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1zKRYM29L .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t1zKRYM29L .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t1zKRYM29L .card .wrapper {
  overflow: hidden;
}
.cid-t1zKRYM29L .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t1zKRYM29L .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t1zKRYM29L .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t1zKRYM29L .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-t1zKRYM29L .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t1zKRYM29L .card .wrapper .sign-wrap img {
  width: 400px;
}
.cid-t1zKRYM29L .card .wrapper .mbr-section-title {
  color: #000000;
}
.cid-t1zKRYM29L .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t1zKzYcEce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1zKzYcEce .mbr-section-subtitle {
  color: #767676;
}
.cid-t1zKzYcEce H2 {
  color: #ffffff;
}
.cid-t1zKzYAVWK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1zKzYAVWK .mbr-section-subtitle {
  color: #767676;
}
.cid-t1zKzYAVWK H2 {
  color: #ffffff;
}
.cid-t1zKzYQHh8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-t1zKzYQHh8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1zKzYQHh8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1zKzYQHh8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1zKzYQHh8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1zKzYQHh8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1zKzYQHh8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1zKzYQHh8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1zKzYQHh8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1zKzYQHh8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1zKzYQHh8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1zKzYQHh8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1zKzYQHh8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1zKzYQHh8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1zKzYQHh8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1zQA6ledI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #efefef;
}
.cid-t1zQA6ledI .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #55b4d4;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-t1zQA6ledI .main_header {
    padding-top: 66px;
  }
  .cid-t1zQA6ledI .main_header > .row {
    flex-direction: column;
  }
  .cid-t1zQA6ledI .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t1zQA6ledI .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-t1zQA6ledI .mbr-section-title {
    text-align: center;
  }
}
.cid-t1zQA6ledI .mbr-text {
  margin: 25px 0;
}
.cid-t1zQA6ledI .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t1zQA6ledI .bgImage {
    height: 65vh;
  }
}
.cid-t1zQA6ledI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t1zQA6ledI .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t1zQA6ledI .linkBtn a:after,
.cid-t1zQA6ledI .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t1zQA6ledI .linkBtn a:before {
  left: 0;
}
.cid-t1zQA6ledI .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t1zQA6ledI .linkBtn a:hover:before,
.cid-t1zQA6ledI .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t1zQA6ledI .mbr-text,
.cid-t1zQA6ledI .linkBtn {
  color: #000000;
}
.cid-t1zQdCt5oj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1zQdCt5oj .mbr-section-subtitle {
  color: #767676;
}
.cid-t1zQdCt5oj H2 {
  color: #ffffff;
}
.cid-t1zQdCUq6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1zQdCUq6L .mbr-section-subtitle {
  color: #767676;
}
.cid-t1zQdCUq6L H2 {
  color: #ffffff;
}
.cid-t1zQdDfahn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-t1zQdDfahn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1zQdDfahn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1zQdDfahn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1zQdDfahn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1zQdDfahn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1zQdDfahn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1zQdDfahn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1zQdDfahn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1zQdDfahn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1zQdDfahn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1zQdDfahn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1zQdDfahn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1zQdDfahn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1zQdDfahn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV29KMIzzG {
  padding-top: 125px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/ncl-aerial-newengland-comp-1600x1200.jpeg");
  overflow: hidden;
}
.cid-tV29KMIzzG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-tV29KMIzzG #e2_shape {
  fill: #f5001c !important;
}
.cid-tV29KMIzzG img {
  border-radius: 0px;
  margin: auto;
  box-shadow: 0px 0px 0px 0px rgba(255, 41, 65, 0.35);
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .cid-tV29KMIzzG img {
    width: 90%!important;
  }
}
.cid-tV29KMIzzG H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tV29KMIzzG mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-tUQUjOHO3M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUQUjOHO3M .row {
  flex-direction: row-reverse;
}
.cid-tUQUjOHO3M .mbr-section-title {
  color: #f5001c;
}
.cid-tUQUjOHO3M .mbr-text,
.cid-tUQUjOHO3M .mbr-section-btn {
  color: #000000;
}
.cid-tUQUjOHO3M .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tUQUjOHO3M img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tUQUjOHO3M .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tUQUjOHO3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUQUjOHO3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUQUknYxkP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tUQUknYxkP .mbr-text,
.cid-tUQUknYxkP blockquote {
  color: #767676;
}
.cid-tUQUknYxkP .mbr-text {
  color: #232323;
}
.cid-tUQUlAKJwg {
  background-image: url("../../../assets/images/ncl-waterfront-grandparents-0087-v8-5-canadane-comp-2000x1333.jpg");
}
.cid-tUQUlAKJwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUQUlAKJwg .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cid-tUQUlAKJwg .mbr-section-title {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1400px) {
  .cid-tUQUlAKJwg .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-tUQUlAKJwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUQUlAKJwg img {
  border-radius: 0rem;
}
.cid-tUQUlAKJwg .mbr-text,
.cid-tUQUlAKJwg .mbr-section-btn {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tUQUnugKeE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tUQUnugKeE .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tUQUnugKeE .modal-body .close {
  background: #1b1b1b;
}
.cid-tUQUnugKeE .modal-body .close span {
  font-style: normal;
}
.cid-tUQUnugKeE .carousel-inner > .active,
.cid-tUQUnugKeE .carousel-inner > .next,
.cid-tUQUnugKeE .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tUQUnugKeE .carousel-control .icon-next,
.cid-tUQUnugKeE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tUQUnugKeE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUQUnugKeE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tUQUnugKeE .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tUQUnugKeE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tUQUnugKeE .boxed-slider > div {
  position: relative;
}
.cid-tUQUnugKeE .container img {
  width: 100%;
}
.cid-tUQUnugKeE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tUQUnugKeE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tUQUnugKeE .mbr-table-cell {
  padding: 0;
}
.cid-tUQUnugKeE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tUQUnugKeE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tUQUnugKeE .mbr-overlay {
  z-index: 1;
}
.cid-tUQUnugKeE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tUQUnugKeE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tUQUnugKeE .carousel-item .container {
    width: 100%;
  }
}
.cid-tUQUnugKeE .carousel-item-next.carousel-item-left,
.cid-tUQUnugKeE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tUQUnugKeE .active.carousel-item-right,
.cid-tUQUnugKeE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tUQUnugKeE .active.carousel-item-left,
.cid-tUQUnugKeE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tUQUnugKeE .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tUQUnugKeE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUQUnugKeE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUQUnugKeE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tUQUnugKeE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUQUnugKeE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tUQUnugKeE .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tUQUnugKeE .mbr-slider .carousel-indicators li.active,
.cid-tUQUnugKeE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tUQUnugKeE .mbr-slider .carousel-indicators li::after,
.cid-tUQUnugKeE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tUQUnugKeE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tUQUnugKeE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tUQUnugKeE .mbr-slider > .container img {
  width: 100%;
}
.cid-tUQUnugKeE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tUQUnugKeE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tUQUnugKeE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUQUnugKeE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tUQUnugKeE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tUQUnugKeE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tUQUnugKeE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tUQUnugKeE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tUQUnugKeE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tUQUnugKeE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tUQUnugKeE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tUQUnugKeE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tUQUnugKeE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tUQUnugKeE .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tUQUnugKeE .carousel-inner {
  height: 100%;
}
.cid-tUQUnugKeE .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tUQUnugKeE .image_wrapper {
  height: 580px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tUQUnugKeE .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tUQUnugKeE .carousel-item .container-slide {
  text-align: center;
}
.cid-tUQUnugKeE .content-slider-wrap {
  width: 100%;
}
.cid-tUQUp7lTNV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUQUp7lTNV .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tUQUp7lTNV .container {
    max-width: 1130px;
  }
  .cid-tUQUp7lTNV .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-tUQUp7lTNV .item-content {
  padding: 0 1rem;
}
.cid-tUQUp7lTNV img,
.cid-tUQUp7lTNV .item-img {
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-tUQUp7lTNV img,
  .cid-tUQUp7lTNV .item-img {
    height: 260px;
  }
}
.cid-tUQUp7lTNV .item:focus,
.cid-tUQUp7lTNV span:focus {
  outline: none;
}
.cid-tUQUp7lTNV .item-wrapper {
  position: relative;
}
.cid-tUQUp7lTNV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tUQUp7lTNV .mbr-text {
  text-align: center;
}
.cid-tUQUp7lTNV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-tUQUp7lTNV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUQUp7lTNV .embla__button--next,
.cid-tUQUp7lTNV .embla__button--prev {
  display: flex;
}
.cid-tUQUp7lTNV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUQUp7lTNV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUQUp7lTNV .embla__button:hover {
  background-color: #f5001c;
  color: #ffffff;
}
.cid-tUQUp7lTNV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUQUp7lTNV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUQUp7lTNV .embla__button {
    top: auto;
  }
}
.cid-tUQUp7lTNV .embla {
  position: relative;
  width: 100%;
}
.cid-tUQUp7lTNV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUQUp7lTNV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUQUp7lTNV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUQUp7lTNV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUQUqI0mnx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUQUqI0mnx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUQUqI0mnx .card-title {
  margin-bottom: 26px;
  color: #f5001c;
}
.cid-tUQUqI0mnx .mbr-text {
  margin-bottom: 30px;
}
.cid-tUQUqI0mnx .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-tUQUqI0mnx .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-tUQUqI0mnx .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-tUQUqI0mnx .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-tUQUqI0mnx .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-tUQUqI0mnx .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-tUQUqI0mnx .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUQUqI0mnx .text-wrapper {
    text-align: center;
  }
  .cid-tUQUqI0mnx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tUQUqI0mnx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tUQUqI0mnx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tUQUrWOnQy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUQUrWOnQy .image-wrapper img {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .cid-tUQUrWOnQy .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tUQUrWOnQy .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tUQUrWOnQy .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-tUQUrWOnQy .text {
    padding-left: 1rem;
  }
}
.cid-tUQUrWOnQy .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tUQUrWOnQy .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tUQUrWOnQy .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tUQUrWOnQy .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUQUrWOnQy .text img {
  width: 150%;
  height: 400px;
  object-fit: scale-down;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-tUQUrWOnQy .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tUQUrWOnQy .text img {
    height: 294px;
  }
}
.cid-tUQUrWOnQy .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tUQUrWOnQy .mbr-section-title {
  color: #f5001c;
}
.cid-tUQUrWOnQy .mbr-text {
  color: #232323;
}
.cid-tVw7IRMirt {
  padding-top: 420px;
  padding-bottom: 260px;
  background-image: url("../../../assets/images/peggys-cove-large-1920x1280.jpeg");
  overflow: hidden;
}
.cid-tVw7IRMirt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-tVw7IRMirt #e2_shape {
  fill: #f5001c !important;
}
.cid-tVw7IRMirt img {
  border-radius: 0px;
  margin: auto;
  box-shadow: 0px 0px 0px 0px rgba(255, 41, 65, 0.35);
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .cid-tVw7IRMirt img {
    width: 90%!important;
  }
}
.cid-tVw7IRMirt H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVw7IRMirt mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-tUQUvprS2c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #0f7699;
}
.cid-tUQUvprS2c .carousel-inner {
  margin-bottom: 70px;
}
.cid-tUQUvprS2c .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tUQUvprS2c .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tUQUvprS2c .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
}
.cid-tUQUvprS2c .slider__image {
  margin-left: 11.8%;
}
.cid-tUQUvprS2c .img-wrap {
  max-width: 100%;
}
.cid-tUQUvprS2c .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tUQUvprS2c .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tUQUvprS2c .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-tUQUvprS2c .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tUQUvprS2c .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tUQUvprS2c .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-tUQUvprS2c .carousel-controls a span {
  transition: all .3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-tUQUvprS2c .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tUQUvprS2c .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tUQUvprS2c .carousel-controls .carousel-control-next,
.cid-tUQUvprS2c .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tUQUvprS2c .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tUQUvprS2c .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUQUvprS2c .image-element {
    min-width: 50%;
  }
  .cid-tUQUvprS2c .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tUQUvprS2c .two__background:before {
    max-width: 90%;
  }
  .cid-tUQUvprS2c .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tUQUvprS2c .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tUQUvprS2c .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tUQUvprS2c .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tUQUvprS2c .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tUQUvprS2c .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tUQUvprS2c .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tUQUvprS2c .img-wrap {
    width: 100%;
  }
  .cid-tUQUvprS2c .carousel-controls {
    display: none;
  }
  .cid-tUQUvprS2c .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tUQUvprS2c .mbr-text {
  color: #ffffff;
}
.cid-tUQUwvYAmC {
  padding-top: 280px;
  padding-bottom: 260px;
  background-image: url("../../../assets/images/ncl-escape-mondavi-tasting-340-rs-1440x960.jpeg");
  overflow: hidden;
}
.cid-tUQUwvYAmC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-tUQUwvYAmC #e2_shape {
  fill: #f5001c !important;
}
.cid-tUQUwvYAmC img {
  border-radius: 0px;
  margin: auto;
  box-shadow: 0px 0px 0px 0px rgba(255, 41, 65, 0.35);
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .cid-tUQUwvYAmC img {
    width: 90%!important;
  }
}
.cid-tUQUwvYAmC H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tUQUwvYAmC mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-tVwBzrh0aQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVwBzrh0aQ .mbr-text,
.cid-tVwBzrh0aQ blockquote {
  color: #767676;
}
.cid-tVwBzrh0aQ .mbr-text {
  color: #232323;
}
.cid-tVwBAsY8Qm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVwBAsY8Qm h4 {
  display: flex;
  color: #232323;
}
.cid-tVwBAsY8Qm .panel-text {
  color: #767676;
  line-height: 1.5;
}
.cid-tVwBAsY8Qm .wrap {
  display: flex;
}
.cid-tVwBAsY8Qm .icon {
  background: #efefef;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-tVwBAsY8Qm img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tVwBAsY8Qm .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tVwBAsY8Qm p {
  margin: 0;
}
.cid-tVwBAsY8Qm .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tVwBAsY8Qm .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tVwBAsY8Qm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tVwBAsY8Qm .panel-group {
  width: 100%;
}
.cid-tVwBAsY8Qm .panel-title {
  border-bottom: 1.75px solid #f5001c;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tVwBAsY8Qm .card .card-header {
  border-radius: 0px;
  border: 1px;
  padding: 0;
}
.cid-tVwBAsY8Qm .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tVwBAsY8Qm .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tVwBAsY8Qm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tVwBAsY8Qm .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tVwBAsY8Qm .card .panel-body {
  background: #ffffff;
}
.cid-tVwBAsY8Qm .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tVwBAsY8Qm .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tVwBAsY8Qm .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tVwBAsY8Qm .header-text,
.cid-tVwBAsY8Qm .sign {
  color: #232323;
}
.cid-tWmrh4iTVu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/canada-nova-scotia-port-4103851-1920-1920x1146.jpeg");
}
.cid-tWmrh4iTVu h4 {
  display: flex;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  line-height: 25px;
}
.cid-tWmrh4iTVu .panel-text {
  color: #232323;
}
.cid-tWmrh4iTVu .mbr-section-title {
  letter-spacing: 1px;
}
.cid-tWmrh4iTVu .mbr-section-subtitle {
  text-align: left;
  line-height: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: #ffffff;
}
.cid-tWmrh4iTVu .accordion-content {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
}
.cid-tWmrh4iTVu .panel-group {
  width: 100%;
}
.cid-tWmrh4iTVu .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tWmrh4iTVu .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-tWmrh4iTVu .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #39847a;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: 25px;
}
.cid-tWmrh4iTVu .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tWmrh4iTVu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tWmrh4iTVu .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tWmrh4iTVu .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tWmrh4iTVu .card .panel-body {
  background: #ffffff;
}
.cid-tWmrh4iTVu .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWmrh4iTVu .media-container-row .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWmrh4iTVu .media-container-row .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-flex;
  }
}
.cid-tWmrh4iTVu .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tWmrh4iTVu .mbr-figure img {
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 0%;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUQVVN2Z2m {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tUQVVN2Z2m {
    min-height: 170px !important;
  }
}
.cid-tUQVVN2Z2m .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUQVVN2Z2m .empty_md {
    display: block;
  }
}
.cid-tUQVVN2Z2m .container,
.cid-tUQVVN2Z2m .container-fluid,
.cid-tUQVVN2Z2m .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tUQVVN2Z2m .container,
  .cid-tUQVVN2Z2m .container-fluid,
  .cid-tUQVVN2Z2m .empty_md {
    min-height: 170px !important;
  }
}
.cid-tUQVVN2Z2m .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tUQVVN2Z2m .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUQVVN2Z2m .top_menu {
    min-height: 110px !important;
  }
}
.cid-tUQVVN2Z2m .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tUQVVN2Z2m .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tUQVVN2Z2m .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tUQVVN2Z2m .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tUQVVN2Z2m .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tUQVVN2Z2m .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tUQVVN2Z2m .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tUQVVN2Z2m .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tUQVVN2Z2m .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tUQVVN2Z2m .empty,
  .cid-tUQVVN2Z2m .icons-menu {
    min-width: 265px;
  }
  .cid-tUQVVN2Z2m .navbar-logo {
    margin: 0;
  }
  .cid-tUQVVN2Z2m .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tUQVVN2Z2m .btn {
    white-space: nowrap;
  }
  .cid-tUQVVN2Z2m .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tUQVVN2Z2m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tUQVVN2Z2m .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tUQVVN2Z2m .dropdown-toggle::after,
  .cid-tUQVVN2Z2m .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tUQVVN2Z2m .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tUQVVN2Z2m .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQVVN2Z2m .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tUQVVN2Z2m .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQVVN2Z2m .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tUQVVN2Z2m .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tUQVVN2Z2m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tUQVVN2Z2m .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tUQVVN2Z2m .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tUQVVN2Z2m .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tUQVVN2Z2m .nav-item:focus,
.cid-tUQVVN2Z2m .nav-link:focus {
  outline: none;
}
.cid-tUQVVN2Z2m .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tUQVVN2Z2m .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tUQVVN2Z2m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tUQVVN2Z2m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUQVVN2Z2m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tUQVVN2Z2m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUQVVN2Z2m ul.navbar-nav li {
  margin: auto;
}
.cid-tUQVVN2Z2m .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tUQVVN2Z2m .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tUQVVN2Z2m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tUQVVN2Z2m .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tUQVVN2Z2m .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tUQVVN2Z2m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUQVVN2Z2m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUQVVN2Z2m .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tUQVVN2Z2m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tUQVVN2Z2m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUQVVN2Z2m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUQVVN2Z2m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUQVVN2Z2m .navbar .icons-menu,
  .cid-tUQVVN2Z2m .navbar .empty {
    display: none;
  }
  .cid-tUQVVN2Z2m .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tUQVVN2Z2m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUQVVN2Z2m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUQVVN2Z2m .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tUQVVN2Z2m .navbar .container-fluid,
  .cid-tUQVVN2Z2m .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tUQVVN2Z2m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUQVVN2Z2m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUQVVN2Z2m .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tUQVVN2Z2m .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tUQVVN2Z2m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tUQVVN2Z2m .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tUQVVN2Z2m .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tUQVVN2Z2m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tUQVVN2Z2m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUQVVN2Z2m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUQVVN2Z2m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUQVVN2Z2m .dropdown-item.active,
.cid-tUQVVN2Z2m .dropdown-item:active {
  background-color: transparent;
}
.cid-tUQVVN2Z2m .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUQVVN2Z2m .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tUQVVN2Z2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUQVVN2Z2m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tUQVVN2Z2m .navbar-buttons {
  text-align: center;
}
.cid-tUQVVN2Z2m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tUQVVN2Z2m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUQVVN2Z2m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUQVVN2Z2m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUQVVN2Z2m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUQVVN2Z2m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUQVVN2Z2m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUQVVN2Z2m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUQVVN2Z2m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUQVVN2Z2m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUQVVN2Z2m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tUQVVN2Z2m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQVVN2Z2m a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tUQVVN2Z2m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUQVVN2Z2m .navbar {
    height: 77px;
  }
  .cid-tUQVVN2Z2m .navbar.opened {
    height: auto;
  }
  .cid-tUQVVN2Z2m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBcLgGQjy {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/bvk-mot-day3-5399-rs-1728x1152.jpeg");
}
.cid-tVBcLgGQjy .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBcLgGQjy .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBcLgGQjy .mbr-text,
.cid-tVBcLgGQjy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBcLgGQjy .mbr-section-title {
  color: #ffffff;
}
.cid-tVBcLgGQjy .buttons-wrap .link {
  display: flex;
}
.cid-tVBcLgGQjy .mbr-arrow {
  bottom: 0;
}
.cid-tUQVVLNTZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tUQVVLNTZ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tUQVVLNTZ9 H2 {
  color: #ffffff;
}
.cid-tUQVVMeMuH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tUQVVMeMuH .mbr-section-subtitle {
  color: #767676;
}
.cid-tUQVVMeMuH H2 {
  color: #ffffff;
}
.cid-tUQVVMxjFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tUQVVMxjFy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUQVVMxjFy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUQVVMxjFy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUQVVMxjFy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUQVVMxjFy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUQVVMxjFy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUQVVMxjFy .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUQVVMxjFy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUQVVMxjFy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUQVVMxjFy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUQVVMxjFy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUQVVMxjFy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUQVVMxjFy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUQVVMxjFy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUQW8ctnOd {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tUQW8ctnOd {
    min-height: 170px !important;
  }
}
.cid-tUQW8ctnOd .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUQW8ctnOd .empty_md {
    display: block;
  }
}
.cid-tUQW8ctnOd .container,
.cid-tUQW8ctnOd .container-fluid,
.cid-tUQW8ctnOd .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tUQW8ctnOd .container,
  .cid-tUQW8ctnOd .container-fluid,
  .cid-tUQW8ctnOd .empty_md {
    min-height: 170px !important;
  }
}
.cid-tUQW8ctnOd .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tUQW8ctnOd .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUQW8ctnOd .top_menu {
    min-height: 110px !important;
  }
}
.cid-tUQW8ctnOd .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tUQW8ctnOd .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tUQW8ctnOd .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tUQW8ctnOd .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tUQW8ctnOd .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tUQW8ctnOd .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tUQW8ctnOd .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tUQW8ctnOd .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tUQW8ctnOd .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tUQW8ctnOd .empty,
  .cid-tUQW8ctnOd .icons-menu {
    min-width: 265px;
  }
  .cid-tUQW8ctnOd .navbar-logo {
    margin: 0;
  }
  .cid-tUQW8ctnOd .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tUQW8ctnOd .btn {
    white-space: nowrap;
  }
  .cid-tUQW8ctnOd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tUQW8ctnOd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tUQW8ctnOd .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tUQW8ctnOd .dropdown-toggle::after,
  .cid-tUQW8ctnOd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tUQW8ctnOd .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tUQW8ctnOd .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQW8ctnOd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tUQW8ctnOd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQW8ctnOd .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tUQW8ctnOd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tUQW8ctnOd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tUQW8ctnOd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tUQW8ctnOd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tUQW8ctnOd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tUQW8ctnOd .nav-item:focus,
.cid-tUQW8ctnOd .nav-link:focus {
  outline: none;
}
.cid-tUQW8ctnOd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tUQW8ctnOd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tUQW8ctnOd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tUQW8ctnOd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUQW8ctnOd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tUQW8ctnOd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUQW8ctnOd ul.navbar-nav li {
  margin: auto;
}
.cid-tUQW8ctnOd .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tUQW8ctnOd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tUQW8ctnOd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tUQW8ctnOd .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tUQW8ctnOd .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tUQW8ctnOd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUQW8ctnOd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUQW8ctnOd .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tUQW8ctnOd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tUQW8ctnOd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUQW8ctnOd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUQW8ctnOd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUQW8ctnOd .navbar .icons-menu,
  .cid-tUQW8ctnOd .navbar .empty {
    display: none;
  }
  .cid-tUQW8ctnOd .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tUQW8ctnOd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUQW8ctnOd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUQW8ctnOd .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tUQW8ctnOd .navbar .container-fluid,
  .cid-tUQW8ctnOd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tUQW8ctnOd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUQW8ctnOd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUQW8ctnOd .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tUQW8ctnOd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tUQW8ctnOd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tUQW8ctnOd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tUQW8ctnOd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tUQW8ctnOd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tUQW8ctnOd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUQW8ctnOd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUQW8ctnOd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUQW8ctnOd .dropdown-item.active,
.cid-tUQW8ctnOd .dropdown-item:active {
  background-color: transparent;
}
.cid-tUQW8ctnOd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUQW8ctnOd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tUQW8ctnOd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUQW8ctnOd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tUQW8ctnOd .navbar-buttons {
  text-align: center;
}
.cid-tUQW8ctnOd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tUQW8ctnOd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUQW8ctnOd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUQW8ctnOd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUQW8ctnOd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUQW8ctnOd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUQW8ctnOd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUQW8ctnOd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUQW8ctnOd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUQW8ctnOd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUQW8ctnOd .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tUQW8ctnOd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tUQW8ctnOd a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tUQW8ctnOd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUQW8ctnOd .navbar {
    height: 77px;
  }
  .cid-tUQW8ctnOd .navbar.opened {
    height: auto;
  }
  .cid-tUQW8ctnOd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBnlk4EGM {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/mbr-1920x1104.jpeg");
}
.cid-tVBnlk4EGM .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBnlk4EGM .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBnlk4EGM .mbr-text,
.cid-tVBnlk4EGM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBnlk4EGM .mbr-section-title {
  color: #ffffff;
}
.cid-tVBnlk4EGM .buttons-wrap .link {
  display: flex;
}
.cid-tVBnlk4EGM .mbr-arrow {
  bottom: 0;
}
.cid-tUQW8bWm9v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tUQW8bWm9v .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUQW8bWm9v .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUQW8bWm9v .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUQW8bWm9v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUQW8bWm9v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUQW8bWm9v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUQW8bWm9v .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUQW8bWm9v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUQW8bWm9v .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUQW8bWm9v .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUQW8bWm9v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUQW8bWm9v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUQW8bWm9v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUQW8bWm9v .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tVBeLeFXVq {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tVBeLeFXVq {
    min-height: 170px !important;
  }
}
.cid-tVBeLeFXVq .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tVBeLeFXVq .empty_md {
    display: block;
  }
}
.cid-tVBeLeFXVq .container,
.cid-tVBeLeFXVq .container-fluid,
.cid-tVBeLeFXVq .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tVBeLeFXVq .container,
  .cid-tVBeLeFXVq .container-fluid,
  .cid-tVBeLeFXVq .empty_md {
    min-height: 170px !important;
  }
}
.cid-tVBeLeFXVq .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tVBeLeFXVq .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tVBeLeFXVq .top_menu {
    min-height: 110px !important;
  }
}
.cid-tVBeLeFXVq .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tVBeLeFXVq .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tVBeLeFXVq .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tVBeLeFXVq .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tVBeLeFXVq .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tVBeLeFXVq .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tVBeLeFXVq .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tVBeLeFXVq .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tVBeLeFXVq .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tVBeLeFXVq .empty,
  .cid-tVBeLeFXVq .icons-menu {
    min-width: 265px;
  }
  .cid-tVBeLeFXVq .navbar-logo {
    margin: 0;
  }
  .cid-tVBeLeFXVq .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tVBeLeFXVq .btn {
    white-space: nowrap;
  }
  .cid-tVBeLeFXVq .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tVBeLeFXVq .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tVBeLeFXVq .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tVBeLeFXVq .dropdown-toggle::after,
  .cid-tVBeLeFXVq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tVBeLeFXVq .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tVBeLeFXVq .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tVBeLeFXVq .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tVBeLeFXVq .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tVBeLeFXVq .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tVBeLeFXVq .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tVBeLeFXVq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tVBeLeFXVq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tVBeLeFXVq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tVBeLeFXVq .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tVBeLeFXVq .nav-item:focus,
.cid-tVBeLeFXVq .nav-link:focus {
  outline: none;
}
.cid-tVBeLeFXVq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tVBeLeFXVq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tVBeLeFXVq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tVBeLeFXVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBeLeFXVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tVBeLeFXVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVBeLeFXVq ul.navbar-nav li {
  margin: auto;
}
.cid-tVBeLeFXVq .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tVBeLeFXVq .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tVBeLeFXVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tVBeLeFXVq .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tVBeLeFXVq .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tVBeLeFXVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBeLeFXVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVBeLeFXVq .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tVBeLeFXVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tVBeLeFXVq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVBeLeFXVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBeLeFXVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tVBeLeFXVq .navbar .icons-menu,
  .cid-tVBeLeFXVq .navbar .empty {
    display: none;
  }
  .cid-tVBeLeFXVq .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tVBeLeFXVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBeLeFXVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBeLeFXVq .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tVBeLeFXVq .navbar .container-fluid,
  .cid-tVBeLeFXVq .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tVBeLeFXVq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVBeLeFXVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBeLeFXVq .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tVBeLeFXVq .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tVBeLeFXVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tVBeLeFXVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tVBeLeFXVq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tVBeLeFXVq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVBeLeFXVq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVBeLeFXVq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVBeLeFXVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBeLeFXVq .dropdown-item.active,
.cid-tVBeLeFXVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBeLeFXVq .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVBeLeFXVq .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tVBeLeFXVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVBeLeFXVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tVBeLeFXVq .navbar-buttons {
  text-align: center;
}
.cid-tVBeLeFXVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tVBeLeFXVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVBeLeFXVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVBeLeFXVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVBeLeFXVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVBeLeFXVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVBeLeFXVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVBeLeFXVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVBeLeFXVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVBeLeFXVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVBeLeFXVq .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tVBeLeFXVq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tVBeLeFXVq a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tVBeLeFXVq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBeLeFXVq .navbar {
    height: 77px;
  }
  .cid-tVBeLeFXVq .navbar.opened {
    height: auto;
  }
  .cid-tVBeLeFXVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBfaedAkx {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/usa-maine-bar-harbor-lighthouse-540792-1920-1920x1280.jpeg");
}
.cid-tVBfaedAkx .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tVBfaedAkx .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-tVBfaedAkx .mbr-text,
.cid-tVBfaedAkx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tVBfaedAkx .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tVBfaedAkx .buttons-wrap .link {
  display: flex;
}
.cid-tVBfaedAkx .mbr-arrow {
  bottom: 0;
}
.cid-tVBeLbIxWH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVBeLbIxWH .mbr-text,
.cid-tVBeLbIxWH blockquote {
  color: #767676;
}
.cid-tVBeLbIxWH .mbr-text {
  color: #232323;
}
.cid-tVBeLbIxWH .mbr-text P {
  text-align: left;
}
.cid-tVBeLc2igh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVBeLc2igh .mbr-text,
.cid-tVBeLc2igh blockquote {
  color: #767676;
}
.cid-tVBeLc2igh .mbr-text {
  color: #232323;
}
.cid-tVBeLc2igh .mbr-text P {
  text-align: left;
}
.cid-tVBeLcnrUV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVBeLcnrUV .mbr-text,
.cid-tVBeLcnrUV blockquote {
  color: #767676;
}
.cid-tVBeLcnrUV .mbr-text {
  color: #232323;
}
.cid-tVBeLcnrUV .mbr-text P {
  text-align: left;
}
.cid-tVBeLcLp4Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVBeLcLp4Y .mbr-text,
.cid-tVBeLcLp4Y blockquote {
  color: #767676;
}
.cid-tVBeLcLp4Y .mbr-text {
  color: #232323;
}
.cid-tVBeLcLp4Y .mbr-text P {
  text-align: left;
}
.cid-tVBeLd7rex {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tVBeLd7rex .mbr-text,
.cid-tVBeLd7rex blockquote {
  color: #767676;
}
.cid-tVBeLd7rex .mbr-text {
  color: #232323;
}
.cid-tVBeLd7rex .mbr-text P {
  text-align: left;
}
.cid-tVBeLe3iGs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tVBeLe3iGs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVBeLe3iGs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVBeLe3iGs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVBeLe3iGs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVBeLe3iGs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVBeLe3iGs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tVBeLe3iGs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tVBeLe3iGs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tVBeLe3iGs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tVBeLe3iGs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tVBeLe3iGs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVBeLe3iGs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVBeLe3iGs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tVBeLe3iGs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy4sIo9hTr {
  padding-top: 750px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-sy4sIo9hTr svg {
  position: absolute;
  bottom: 0rem;
  left: 0%;
  transform: translate(0%) scale(2, 1);
}
@keyframes line {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes wave {
  from {
    transform: rotate(0deg) translate(0%) scale(2, 1);
  }
  50% {
    transform: rotate(2deg) translate(0%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(0deg) translate(0%) scale(2, 1.2);
  }
}
.cid-sy4sIo9hTr .mbr-text,
.cid-sy4sIo9hTr .mbr-section-btn {
  color: #232323;
}
.cid-sy4sIo9hTr #e12_areaS3 {
  fill: #55b4d4 !important;
}
.cid-sy4sIo9hTr #e19_areaS3 {
  fill: #0f7699 !important;
}
.cid-sy4sIo9hTr H1 {
  color: #232323;
}
.cid-sy4sIo9hTr img {
  width: 70%;
  position: absolute;
  top: -250px;
  right: -50px;
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgba(137, 173, 255, 0.35);
}
.cid-sy4sIo9hTr .box {
  width: 100%;
  height: 1000%;
  opacity: 0;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sy4sIo9hTr .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-sy4sIo9hTr img {
    width: 150%;
  }
}
.cid-sCpVLPQbqD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #0f7699;
}
.cid-sCpVLPQbqD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCpVLPQbqD .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCpVLPQbqD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCpVLPQbqD .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-sCpVLPQbqD .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #ff7f9f;
}
.cid-sCpVLPQbqD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sCpVLPQbqD .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-sCpVLPQbqD .mbr-text,
.cid-sCpVLPQbqD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sCpVLPQbqD .mbr-text {
  line-height: 1.8;
}
.cid-sCpVLPQbqD .mbr-text {
  padding-top: 2rem;
}
.cid-sCpVLPQbqD .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-sCpVLPQbqD .mbr-section-title P {
  text-align: left;
}
.cid-sCpVLPQbqD .sub-title P {
  text-align: left;
}
.cid-sCpVLPQbqD .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-syCQ8SPUyU {
  padding-top: 700px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/weshnmwivw-763148-sunset-over-kaanapali-beach-resize-1590x1061.jpg");
  overflow: hidden;
}
.cid-syCQ8SPUyU svg {
  fill: #0f7699 !important;
  pointer-events: none;
}
.cid-syCQ8SPUyU #e2_shape {
  fill: #0f7699 !important;
}
.cid-syCQ8SPUyU .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-syCQ8SPUyU .mbr-text {
  font-weight: 300;
}
.cid-syCQ8SPUyU .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-syCQ8SPUyU .btn-white {
  color: #404040 !important;
}
.cid-syCQ8SPUyU .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-syCQ8SPUyU .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-syCQ8SPUyU .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-syCQ8SPUyU {
    padding: 30px;
  }
  .cid-syCQ8SPUyU svg {
    display: none;
  }
}
.cid-syCQday9v3 {
  background: #0f7699;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(180deg, #0f7699, #efefef);
}
.cid-syCQday9v3 .image-block {
  margin: auto;
}
.cid-syCQday9v3 figcaption {
  position: relative;
}
.cid-syCQday9v3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-syCQday9v3 .image-block {
    width: 100% !important;
  }
}
.cid-syCQgIfw3V {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-syCQgIfw3V .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0rem;
}
.cid-syCQgIfw3V .mbr-section-title {
  color: #000000;
}
.cid-syCQgIfw3V .mbr-text,
.cid-syCQgIfw3V .mbr-section-btn {
  color: #000000;
}
.cid-syCQgIfw3V H3 {
  color: #000000;
}
.cid-sH1yI01fXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sH1yI01fXE img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-sH1yI01fXE .right {
  display: flex;
  flex-direction: column;
}
.cid-sH1yI01fXE .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-sH1yI01fXE .p {
  padding-bottom: 17px;
  color: #6d7a8c;
}
.cid-sH1yI01fXE .last-p {
  padding-bottom: 0;
}
.cid-sH1yI01fXE .row {
  justify-content: center;
}
.cid-syCTU8jCy3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-syCTU8jCy3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syCTU8jCy3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syCTU8jCy3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syCTU8jCy3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syCTU8jCy3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-syCTU8jCy3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syCTU8jCy3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-syCTU8jCy3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syCTU8jCy3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2e2e2e !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sH1w3Q2OlJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sH1w3Q2OlJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sH1w3Q2OlJ .photo-split {
  padding: 0;
}
.cid-sH1w3Q2OlJ .photo-split img {
  max-height: 800px;
}
.cid-sH1w3Q2OlJ .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-sH1w3Q2OlJ .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sH1w3Q2OlJ .counter-container ul li:before {
  font-weight: 900;
  color: #0f7699;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sH1w3Q2OlJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-sH1w3Q2OlJ .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sH1w3Q2OlJ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-sH1w3Q2OlJ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-sH1w3Q2OlJ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sH1w3Q2OlJ .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sH1w3Q2OlJ .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sH1w3Q2OlJ .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-sH1w3Q2OlJ .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-sH1w3Q2OlJ .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-sH1w3Q2OlJ .mbr-list {
  text-align: left;
}
.cid-sH1w3Q2OlJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-sH1w3Q2OlJ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-sH1w3Q2OlJ .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-sH1w3Q2OlJ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sH1w3Q2OlJ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-sH1w3Q2OlJ .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-sH1w3Q2OlJ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-sH1w3Q2OlJ .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sH1w3Q2OlJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sH1w3Q2OlJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sH1w3Q2OlJ .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-sH1w3Q2OlJ .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-sH1w3Q2OlJ .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sH1w3Q2OlJ .mbr-section-title,
  .cid-sH1w3Q2OlJ .mbr-section-subtitle,
  .cid-sH1w3Q2OlJ .mbr-text {
    text-align: left !important;
  }
  .cid-sH1w3Q2OlJ .social-list {
    text-align: center !important;
  }
  .cid-sH1w3Q2OlJ .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-sH1w3Q2OlJ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-sH1w3Q2OlJ .wrap-block .contents .mbr-section-title {
  color: #000000;
}
.cid-sH1w3Q2OlJ .mbr-list,
.cid-sH1w3Q2OlJ .social-media {
  color: #6d7a8c;
}
.cid-sH1ZJ4Txrm {
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-sH1ZJ4Txrm .block {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-sH1ZJ4Txrm .block {
    height: 400px;
  }
}
.cid-sH21LXQpPa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sH21LXQpPa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sH21LXQpPa .mbr-text {
  color: #6c758f;
}
.cid-sH25AFXqwx {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sH25AFXqwx .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sH25AFXqwx .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sH25AFXqwx .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #55b4d4;
  border-radius: 50%;
  color: #55b4d4;
  background: #fff;
  opacity: 1;
}
.cid-sH25AFXqwx .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sH25AFXqwx .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sH25AFXqwx .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sH25AFXqwx .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #55b4d4;
}
@media (max-width: 991px) {
  .cid-sH25AFXqwx .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sH25AFXqwx .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sH25AFXqwx .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #55b4d4;
  width: 100%;
  height: 100%;
}
.cid-sH25AFXqwx .carousel-indicators .li1::after {
  content: "1";
}
.cid-sH25AFXqwx .carousel-indicators .li2::after {
  content: "2";
}
.cid-sH25AFXqwx .carousel-indicators .li3::after {
  content: "3";
}
.cid-sH25AFXqwx .carousel-indicators .li4::after {
  content: "4";
}
.cid-sH25AFXqwx li.active,
.cid-sH25AFXqwx li:active {
  opacity: 1;
  border-color: #0f7699;
}
.cid-sH25AFXqwx li.active:after,
.cid-sH25AFXqwx li:active:after {
  color: #0f7699;
}
.cid-sH25AFXqwx li.active:before,
.cid-sH25AFXqwx li:active:before {
  background-color: #0f7699 !important;
}
@media (max-width: 767px) {
  .cid-sH25AFXqwx .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sH25AFXqwx .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sH25AFXqwx .mbr-text {
  margin-top: 1rem;
}
.cid-sH25AFXqwx .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sH25AFXqwx .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 75%;
  background-color: #55b4d4;
}
@media (max-width: 767px) {
  .cid-sH25AFXqwx .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sH25AFXqwx .row-element,
.cid-sH25AFXqwx .image-element {
  padding: 0;
}
.cid-sH25AFXqwx .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-sH25AFXqwx .image-element img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sH25AFXqwx .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sH25AFXqwx .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sH25AFXqwx .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sH25AFXqwx .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sH25AFXqwx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH25AFXqwx .carousel-item.active,
.cid-sH25AFXqwx .carousel-item-next {
  display: flex;
}
.cid-sH25AFXqwx .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sH25AFXqwx .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sH25AFXqwx .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sH25AFXqwx .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-sH25AFXqwx .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sH25AFXqwx .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH25AFXqwx .image-element {
    min-width: 50%;
  }
  .cid-sH25AFXqwx .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sH25AFXqwx .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sH25AFXqwx .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sH25AFXqwx .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sH25AFXqwx .icon-left {
  margin-right: 0.1rem;
}
.cid-sH25AFXqwx .icon-right {
  margin-left: 0.1rem;
}
.cid-sH25AFXqwx H1 {
  text-align: left;
}
.cid-sH25AFXqwx .mbr-section-text,
.cid-sH25AFXqwx .mbr-section-btn {
  text-align: left;
  line-height: 1.5;
}
.cid-syCU64Mvan {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.cid-syCU64Mvan svg {
  position: absolute;
  bottom: 4rem;
  left: 00%;
  transform: translate(0%) scale(2, 1.2);
}
@keyframes line {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes wave {
  from {
    transform: rotate(0deg) translate(0%) scale(2, 1.2);
  }
  50% {
    transform: rotate(2deg) translate(0%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(0deg) translate(0%) scale(2, 1.2);
  }
}
.cid-syCU64Mvan .mbr-text,
.cid-syCU64Mvan .mbr-section-btn {
  color: #ffffff;
}
.cid-syCU64Mvan #e12_areaS3 {
  fill: #55b4d4 !important;
}
.cid-syCU64Mvan #e19_areaS3 {
  fill: #0f7699 !important;
}
.cid-syCU64Mvan H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-syCU64Mvan img {
  width: 80%;
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgba(137, 173, 255, 0.35);
}
.cid-syCU64Mvan .box {
  width: 100%;
  height: 1000%;
  opacity: 0;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-syCU64Mvan .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-syCU64Mvan img {
    width: 100%;
  }
}
.cid-sN4wiMD82f {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sN4wiMD82f h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN4wiMD82f .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sN4wiMD82f .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sN4wiMD82f .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sN4wiMD82f .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sN4wiMD82f .panel-group {
  width: 100%;
}
.cid-sN4wiMD82f .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sN4wiMD82f .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sN4wiMD82f .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #55b4d4;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sN4wiMD82f .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sN4wiMD82f .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sN4wiMD82f .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sN4wiMD82f .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sN4wiMD82f .card .panel-body {
  background: #ffffff;
}
.cid-sN4wiMD82f .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4wiMD82f .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sN4wiMD82f .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sN4wiMD82f .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-syCVxqvn0h {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpeg");
}
.cid-syCVxqvn0h h4 {
  display: -webkit-flex;
  letter-spacing: 0em;
  color: #000000;
}
.cid-syCVxqvn0h .panel-text {
  letter-spacing: 0em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-syCVxqvn0h .mbr-section-title {
  letter-spacing: 0em;
  color: #ffffff;
}
.cid-syCVxqvn0h .mbr-section-subtitle {
  letter-spacing: 0em;
  font-weight: 250;
  color: #ffffff;
  text-align: left;
  line-height: 25px;
}
.cid-syCVxqvn0h .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-syCVxqvn0h .panel-group {
  width: 100%;
}
.cid-syCVxqvn0h .card {
  border-bottom: 1px solid #0f7699;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-syCVxqvn0h .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-syCVxqvn0h .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-syCVxqvn0h .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-syCVxqvn0h .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-syCVxqvn0h .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-syCVxqvn0h .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-syCVxqvn0h .card .panel-body {
  background: #0f7699;
}
.cid-syCVxqvn0h .sign {
  color: #000000;
}
.cid-syCVxqvn0h .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-syCVxqvn0h .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-syCVxqvn0h .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s0Ryt3bkl8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0Ryt3bkl8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0Ryt3bkl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Ryt3bkl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Ryt3bkl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0Ryt3bkl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMx3RpxVFE .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 6px;
  background: #ffffff;
  top: 0px;
}
.cid-tMx3RpxVFE .progress-bar {
  height: 6px;
  background: #55b4d4;
  width: 0%;
}
.cid-tMx3RpxVFE .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tMx3RpxVFE .hidden {
  display: none;
}
.cid-tMx3RpxVFE H10 {
  color: #767676;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1CBZZuTnv {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../../../assets/images/weshnmwigr.274589-2000x1334.jpg");
}
.cid-s1CBZZuTnv .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-s1CBZZuTnv .mbr-section-title {
  color: #232323;
}
.cid-s1CBZZuTnv .mbr-text {
  color: #232323;
  letter-spacing: 0px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1CBZZuTnv .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sN4Pm1SS9P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sN4Pm1SS9P .mbr-section-subtitle {
  color: #767676;
}
.cid-sN4Pm1SS9P H2 {
  color: #ffffff;
}
.cid-sN4PnTNBWU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sN4PnTNBWU .mbr-section-subtitle {
  color: #767676;
}
.cid-sN4PnTNBWU H2 {
  color: #ffffff;
}
.cid-s1CC01ogha {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s1CC01ogha .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1CC01ogha .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1CC01ogha .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1CC01ogha .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s1CC01ogha .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s1CC01ogha .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s1CC01ogha .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1CC01ogha .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s1CC01ogha .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1CC01ogha .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1CC01ogha .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1CC01ogha .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1CC01ogha .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s1CC01ogha .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4nc2XeRB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sN4nc2XeRB h2 {
  color: #000000;
}
.cid-sN4nc2XeRB h1 {
  color: #000000;
}
.cid-sN4nc2XeRB .mbr-text,
.cid-sN4nc2XeRB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sN4ne2uGxb {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sN4ne2uGxb .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sN4ne2uGxb .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sN4ne2uGxb .image-block:hover:before {
  opacity: 0.4;
}
.cid-sN4ne2uGxb .image-block:hover .wrap {
  opacity: 1;
}
.cid-sN4ne2uGxb .image-block:hover img {
  transform: scale(1.05);
}
.cid-sN4ne2uGxb .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sN4ne2uGxb h4 {
  letter-spacing: 2px;
}
.cid-sN4ne2uGxb figcaption {
  position: relative;
}
.cid-sN4ne2uGxb figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sN4ne2uGxb img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sN4ne2uGxb .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sN4ne2uGxb .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sN4ne2uGxb .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sN4ne2uGxb .image-block:before {
    opacity: 0.4;
  }
  .cid-sN4ne2uGxb .image-block .wrap {
    opacity: 1;
  }
}
.cid-sN4mIac23l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sN4mIac23l .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4mIac23l .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4mIac23l .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN4mIac23l .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sN4mIac23l .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sN4mIac23l .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sN4mIac23l .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4mIac23l .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sN4mIac23l .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sN4mIac23l .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sN4mIac23l .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sN4mIac23l .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sN4mIac23l .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sN4mIac23l .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdnjA6ANdl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .empty_md {
    display: block;
  }
}
.cid-tdnjA6ANdl .container,
.cid-tdnjA6ANdl .container-fluid,
.cid-tdnjA6ANdl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tdnjA6ANdl .container,
  .cid-tdnjA6ANdl .container-fluid,
  .cid-tdnjA6ANdl .empty_md {
    min-height: 170px !important;
  }
}
.cid-tdnjA6ANdl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tdnjA6ANdl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 110px !important;
  }
}
.cid-tdnjA6ANdl .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tdnjA6ANdl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tdnjA6ANdl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tdnjA6ANdl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tdnjA6ANdl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tdnjA6ANdl .empty,
  .cid-tdnjA6ANdl .icons-menu {
    min-width: 265px;
  }
  .cid-tdnjA6ANdl .navbar-logo {
    margin: 0;
  }
  .cid-tdnjA6ANdl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tdnjA6ANdl .btn {
    white-space: nowrap;
  }
  .cid-tdnjA6ANdl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tdnjA6ANdl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tdnjA6ANdl .dropdown-toggle::after,
  .cid-tdnjA6ANdl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tdnjA6ANdl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tdnjA6ANdl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tdnjA6ANdl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tdnjA6ANdl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tdnjA6ANdl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tdnjA6ANdl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tdnjA6ANdl .nav-item:focus,
.cid-tdnjA6ANdl .nav-link:focus {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tdnjA6ANdl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnjA6ANdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tdnjA6ANdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnjA6ANdl ul.navbar-nav li {
  margin: auto;
}
.cid-tdnjA6ANdl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tdnjA6ANdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnjA6ANdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnjA6ANdl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tdnjA6ANdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnjA6ANdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdnjA6ANdl .navbar .icons-menu,
  .cid-tdnjA6ANdl .navbar .empty {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tdnjA6ANdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnjA6ANdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnjA6ANdl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tdnjA6ANdl .navbar .container-fluid,
  .cid-tdnjA6ANdl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnjA6ANdl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tdnjA6ANdl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tdnjA6ANdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tdnjA6ANdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tdnjA6ANdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdnjA6ANdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnjA6ANdl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnjA6ANdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnjA6ANdl .dropdown-item.active,
.cid-tdnjA6ANdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnjA6ANdl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnjA6ANdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tdnjA6ANdl .navbar-buttons {
  text-align: center;
}
.cid-tdnjA6ANdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnjA6ANdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnjA6ANdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnjA6ANdl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tdnjA6ANdl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tdnjA6ANdl a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tdnjA6ANdl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnjA6ANdl .navbar {
    height: 77px;
  }
  .cid-tdnjA6ANdl .navbar.opened {
    height: auto;
  }
  .cid-tdnjA6ANdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH0YLquOQA {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../../../assets/images/weshnmwied.813406-2000x1334.jpg");
}
.cid-sH0YLquOQA .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sH0YLquOQA .mbr-section-title {
  color: #232323;
}
.cid-sH0YLquOQA .mbr-text {
  color: #232323;
  letter-spacing: 0px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH0YLquOQA .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sH117Ix08Y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH117Ix08Y .mbr-text,
.cid-sH117Ix08Y blockquote {
  color: #767676;
}
.cid-sH117Ix08Y .mbr-text {
  color: #232323;
}
.cid-sH117Ix08Y .mbr-text P {
  text-align: left;
}
.cid-sH116AZZB6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH116AZZB6 .mbr-text,
.cid-sH116AZZB6 blockquote {
  color: #767676;
}
.cid-sH116AZZB6 .mbr-text {
  color: #232323;
}
.cid-sH116AZZB6 .mbr-text P {
  text-align: left;
}
.cid-sH115TArkP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH115TArkP .mbr-text,
.cid-sH115TArkP blockquote {
  color: #767676;
}
.cid-sH115TArkP .mbr-text {
  color: #232323;
}
.cid-sH115TArkP .mbr-text P {
  text-align: left;
}
.cid-sH1159Dd6p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH1159Dd6p .mbr-text,
.cid-sH1159Dd6p blockquote {
  color: #767676;
}
.cid-sH1159Dd6p .mbr-text {
  color: #232323;
}
.cid-sH1159Dd6p .mbr-text P {
  text-align: left;
}
.cid-sH114hC0oZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sH114hC0oZ .mbr-text,
.cid-sH114hC0oZ blockquote {
  color: #767676;
}
.cid-sH114hC0oZ .mbr-text {
  color: #232323;
}
.cid-sH114hC0oZ .mbr-text P {
  text-align: left;
}
.cid-sH112LiVCL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH0YLrrlix {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sH0YLrrlix .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0YLrrlix .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0YLrrlix .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0YLrrlix .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sH0YLrrlix .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sH0YLrrlix .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sH0YLrrlix .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sH0YLrrlix .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sH0YLrrlix .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sH0YLrrlix .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sH0YLrrlix .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sH0YLrrlix .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sH0YLrrlix .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sH0YLrrlix .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCE8fwiSv2 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tCE8fwiSv2 {
    min-height: 170px !important;
  }
}
.cid-tCE8fwiSv2 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCE8fwiSv2 .empty_md {
    display: block;
  }
}
.cid-tCE8fwiSv2 .container,
.cid-tCE8fwiSv2 .container-fluid,
.cid-tCE8fwiSv2 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tCE8fwiSv2 .container,
  .cid-tCE8fwiSv2 .container-fluid,
  .cid-tCE8fwiSv2 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tCE8fwiSv2 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tCE8fwiSv2 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCE8fwiSv2 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tCE8fwiSv2 .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tCE8fwiSv2 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCE8fwiSv2 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tCE8fwiSv2 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tCE8fwiSv2 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tCE8fwiSv2 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tCE8fwiSv2 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tCE8fwiSv2 .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tCE8fwiSv2 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tCE8fwiSv2 .empty,
  .cid-tCE8fwiSv2 .icons-menu {
    min-width: 265px;
  }
  .cid-tCE8fwiSv2 .navbar-logo {
    margin: 0;
  }
  .cid-tCE8fwiSv2 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tCE8fwiSv2 .btn {
    white-space: nowrap;
  }
  .cid-tCE8fwiSv2 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCE8fwiSv2 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCE8fwiSv2 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tCE8fwiSv2 .dropdown-toggle::after,
  .cid-tCE8fwiSv2 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tCE8fwiSv2 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tCE8fwiSv2 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8fwiSv2 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tCE8fwiSv2 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8fwiSv2 .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tCE8fwiSv2 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tCE8fwiSv2 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCE8fwiSv2 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCE8fwiSv2 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tCE8fwiSv2 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tCE8fwiSv2 .nav-item:focus,
.cid-tCE8fwiSv2 .nav-link:focus {
  outline: none;
}
.cid-tCE8fwiSv2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCE8fwiSv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tCE8fwiSv2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCE8fwiSv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCE8fwiSv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCE8fwiSv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCE8fwiSv2 ul.navbar-nav li {
  margin: auto;
}
.cid-tCE8fwiSv2 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tCE8fwiSv2 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tCE8fwiSv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tCE8fwiSv2 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tCE8fwiSv2 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tCE8fwiSv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCE8fwiSv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCE8fwiSv2 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tCE8fwiSv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tCE8fwiSv2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCE8fwiSv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCE8fwiSv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCE8fwiSv2 .navbar .icons-menu,
  .cid-tCE8fwiSv2 .navbar .empty {
    display: none;
  }
  .cid-tCE8fwiSv2 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tCE8fwiSv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCE8fwiSv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCE8fwiSv2 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tCE8fwiSv2 .navbar .container-fluid,
  .cid-tCE8fwiSv2 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tCE8fwiSv2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCE8fwiSv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCE8fwiSv2 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tCE8fwiSv2 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tCE8fwiSv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tCE8fwiSv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCE8fwiSv2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tCE8fwiSv2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCE8fwiSv2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCE8fwiSv2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCE8fwiSv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCE8fwiSv2 .dropdown-item.active,
.cid-tCE8fwiSv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCE8fwiSv2 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCE8fwiSv2 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tCE8fwiSv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCE8fwiSv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCE8fwiSv2 .navbar-buttons {
  text-align: center;
}
.cid-tCE8fwiSv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCE8fwiSv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCE8fwiSv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCE8fwiSv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCE8fwiSv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCE8fwiSv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCE8fwiSv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCE8fwiSv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCE8fwiSv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCE8fwiSv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCE8fwiSv2 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCE8fwiSv2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8fwiSv2 a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tCE8fwiSv2 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCE8fwiSv2 .navbar {
    height: 77px;
  }
  .cid-tCE8fwiSv2 .navbar.opened {
    height: auto;
  }
  .cid-tCE8fwiSv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCE8ft7X1A .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tCE8ft7X1A .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tCE8ft7X1A .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tCE8ft7X1A .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tCE8ft7X1A .countdown-cont {
  margin: 0 auto;
}
.cid-tCE8ft7X1A .full-count-container {
  background: #f5001c;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tCE8ft7X1A .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCE8ft7X1A .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tCE8ft7X1A .dot {
    display: none;
  }
  .cid-tCE8ft7X1A .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-tCE8ft7X1A .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tCE8ft7X1A .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tCE8ft7X1A .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tCE8ft7X1A .number {
    font-size: 25px;
  }
  .cid-tCE8ft7X1A .period {
    font-size: 0.7rem;
  }
}
.cid-tCE8ftMTNN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCE8ftMTNN .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-tCE8ftMTNN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tCE8ftMTNN .card .wrapper {
  overflow: hidden;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-tCE8ftMTNN .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-tCE8ftMTNN .card .wrapper .sign-wrap img {
  width: 200px;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-section-title {
  color: #000000;
}
.cid-tCE8ftMTNN .card .wrapper .mbr-text {
  color: #000000;
}
.cid-tCE8fuozUn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCE8fuozUn .mbr-section-subtitle {
  color: #767676;
}
.cid-tCE8fuozUn H2 {
  color: #ffffff;
}
.cid-tCE8fuYD6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCE8fuYD6L .mbr-section-subtitle {
  color: #767676;
}
.cid-tCE8fuYD6L H2 {
  color: #ffffff;
}
.cid-tCE8fvr36J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tCE8fvr36J .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCE8fvr36J .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCE8fvr36J .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCE8fvr36J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCE8fvr36J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCE8fvr36J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCE8fvr36J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCE8fvr36J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCE8fvr36J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCE8fvr36J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCE8fvr36J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCE8fvr36J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCE8fvr36J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCE8fvr36J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCE8nR8O3m {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tCE8nR8O3m {
    min-height: 170px !important;
  }
}
.cid-tCE8nR8O3m .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCE8nR8O3m .empty_md {
    display: block;
  }
}
.cid-tCE8nR8O3m .container,
.cid-tCE8nR8O3m .container-fluid,
.cid-tCE8nR8O3m .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tCE8nR8O3m .container,
  .cid-tCE8nR8O3m .container-fluid,
  .cid-tCE8nR8O3m .empty_md {
    min-height: 170px !important;
  }
}
.cid-tCE8nR8O3m .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tCE8nR8O3m .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCE8nR8O3m .top_menu {
    min-height: 110px !important;
  }
}
.cid-tCE8nR8O3m .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tCE8nR8O3m .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCE8nR8O3m .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tCE8nR8O3m .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-tCE8nR8O3m .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tCE8nR8O3m .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tCE8nR8O3m .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tCE8nR8O3m .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-tCE8nR8O3m .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tCE8nR8O3m .empty,
  .cid-tCE8nR8O3m .icons-menu {
    min-width: 265px;
  }
  .cid-tCE8nR8O3m .navbar-logo {
    margin: 0;
  }
  .cid-tCE8nR8O3m .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tCE8nR8O3m .btn {
    white-space: nowrap;
  }
  .cid-tCE8nR8O3m .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCE8nR8O3m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCE8nR8O3m .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tCE8nR8O3m .dropdown-toggle::after,
  .cid-tCE8nR8O3m .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tCE8nR8O3m .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tCE8nR8O3m .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8nR8O3m .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tCE8nR8O3m .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8nR8O3m .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-tCE8nR8O3m .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tCE8nR8O3m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCE8nR8O3m .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCE8nR8O3m .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tCE8nR8O3m .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tCE8nR8O3m .nav-item:focus,
.cid-tCE8nR8O3m .nav-link:focus {
  outline: none;
}
.cid-tCE8nR8O3m .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCE8nR8O3m .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tCE8nR8O3m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCE8nR8O3m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCE8nR8O3m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCE8nR8O3m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCE8nR8O3m ul.navbar-nav li {
  margin: auto;
}
.cid-tCE8nR8O3m .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tCE8nR8O3m .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tCE8nR8O3m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tCE8nR8O3m .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tCE8nR8O3m .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tCE8nR8O3m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCE8nR8O3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCE8nR8O3m .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tCE8nR8O3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tCE8nR8O3m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCE8nR8O3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCE8nR8O3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCE8nR8O3m .navbar .icons-menu,
  .cid-tCE8nR8O3m .navbar .empty {
    display: none;
  }
  .cid-tCE8nR8O3m .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tCE8nR8O3m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCE8nR8O3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCE8nR8O3m .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tCE8nR8O3m .navbar .container-fluid,
  .cid-tCE8nR8O3m .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tCE8nR8O3m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCE8nR8O3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCE8nR8O3m .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tCE8nR8O3m .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tCE8nR8O3m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tCE8nR8O3m .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCE8nR8O3m .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tCE8nR8O3m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCE8nR8O3m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCE8nR8O3m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCE8nR8O3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCE8nR8O3m .dropdown-item.active,
.cid-tCE8nR8O3m .dropdown-item:active {
  background-color: transparent;
}
.cid-tCE8nR8O3m .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCE8nR8O3m .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tCE8nR8O3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCE8nR8O3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCE8nR8O3m .navbar-buttons {
  text-align: center;
}
.cid-tCE8nR8O3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCE8nR8O3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCE8nR8O3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCE8nR8O3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCE8nR8O3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCE8nR8O3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCE8nR8O3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCE8nR8O3m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCE8nR8O3m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCE8nR8O3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCE8nR8O3m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCE8nR8O3m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCE8nR8O3m a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tCE8nR8O3m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCE8nR8O3m .navbar {
    height: 77px;
  }
  .cid-tCE8nR8O3m .navbar.opened {
    height: auto;
  }
  .cid-tCE8nR8O3m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCE9qSGVRP {
  background-image: url("../../../assets/images/hnmwi-wailele-fireknife-dancers-4734-hor-clsc-1-1440x960.jpg");
}
.cid-tCE9qSGVRP .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tCE9qSGVRP .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tCE9qSGVRP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tCE9qSGVRP .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-tCE9qSGVRP .col-12 {
  position: relative;
}
.cid-tCE9qSGVRP .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tCE9qSGVRP .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tCE9qSGVRP .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tCE9qSGVRP .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tCE9qSGVRP .mbr-section-title {
  color: #000000;
}
.cid-tCE9qSGVRP .mbr-text,
.cid-tCE9qSGVRP .mbr-section-btn {
  color: #000000;
}
.cid-tCE8nQCRLs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tCE8nQCRLs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCE8nQCRLs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCE8nQCRLs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCE8nQCRLs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCE8nQCRLs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCE8nQCRLs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCE8nQCRLs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCE8nQCRLs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCE8nQCRLs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCE8nQCRLs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCE8nQCRLs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCE8nQCRLs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCE8nQCRLs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCE8nQCRLs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uNa0Vdm3EJ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNa0Vdm3EJ {
    min-height: 170px !important;
  }
}
.cid-uNa0Vdm3EJ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNa0Vdm3EJ .empty_md {
    display: block;
  }
}
.cid-uNa0Vdm3EJ .container,
.cid-uNa0Vdm3EJ .container-fluid,
.cid-uNa0Vdm3EJ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNa0Vdm3EJ .container,
  .cid-uNa0Vdm3EJ .container-fluid,
  .cid-uNa0Vdm3EJ .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNa0Vdm3EJ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNa0Vdm3EJ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNa0Vdm3EJ .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNa0Vdm3EJ .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-uNa0Vdm3EJ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNa0Vdm3EJ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNa0Vdm3EJ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-uNa0Vdm3EJ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNa0Vdm3EJ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNa0Vdm3EJ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNa0Vdm3EJ .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-uNa0Vdm3EJ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNa0Vdm3EJ .empty,
  .cid-uNa0Vdm3EJ .icons-menu {
    min-width: 265px;
  }
  .cid-uNa0Vdm3EJ .navbar-logo {
    margin: 0;
  }
  .cid-uNa0Vdm3EJ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNa0Vdm3EJ .btn {
    white-space: nowrap;
  }
  .cid-uNa0Vdm3EJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNa0Vdm3EJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNa0Vdm3EJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNa0Vdm3EJ .dropdown-toggle::after,
  .cid-uNa0Vdm3EJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNa0Vdm3EJ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNa0Vdm3EJ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa0Vdm3EJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNa0Vdm3EJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa0Vdm3EJ .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-uNa0Vdm3EJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNa0Vdm3EJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNa0Vdm3EJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNa0Vdm3EJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNa0Vdm3EJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNa0Vdm3EJ .nav-item:focus,
.cid-uNa0Vdm3EJ .nav-link:focus {
  outline: none;
}
.cid-uNa0Vdm3EJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNa0Vdm3EJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNa0Vdm3EJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNa0Vdm3EJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNa0Vdm3EJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNa0Vdm3EJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNa0Vdm3EJ ul.navbar-nav li {
  margin: auto;
}
.cid-uNa0Vdm3EJ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNa0Vdm3EJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNa0Vdm3EJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNa0Vdm3EJ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNa0Vdm3EJ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNa0Vdm3EJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNa0Vdm3EJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNa0Vdm3EJ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNa0Vdm3EJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-uNa0Vdm3EJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNa0Vdm3EJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNa0Vdm3EJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNa0Vdm3EJ .navbar .icons-menu,
  .cid-uNa0Vdm3EJ .navbar .empty {
    display: none;
  }
  .cid-uNa0Vdm3EJ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNa0Vdm3EJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNa0Vdm3EJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNa0Vdm3EJ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNa0Vdm3EJ .navbar .container-fluid,
  .cid-uNa0Vdm3EJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNa0Vdm3EJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNa0Vdm3EJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNa0Vdm3EJ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNa0Vdm3EJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNa0Vdm3EJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNa0Vdm3EJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNa0Vdm3EJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNa0Vdm3EJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNa0Vdm3EJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNa0Vdm3EJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNa0Vdm3EJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNa0Vdm3EJ .dropdown-item.active,
.cid-uNa0Vdm3EJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNa0Vdm3EJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNa0Vdm3EJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNa0Vdm3EJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNa0Vdm3EJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNa0Vdm3EJ .navbar-buttons {
  text-align: center;
}
.cid-uNa0Vdm3EJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNa0Vdm3EJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNa0Vdm3EJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNa0Vdm3EJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNa0Vdm3EJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNa0Vdm3EJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNa0Vdm3EJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNa0Vdm3EJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNa0Vdm3EJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNa0Vdm3EJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNa0Vdm3EJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uNa0Vdm3EJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa0Vdm3EJ a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-uNa0Vdm3EJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNa0Vdm3EJ .navbar {
    height: 77px;
  }
  .cid-uNa0Vdm3EJ .navbar.opened {
    height: auto;
  }
  .cid-uNa0Vdm3EJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNa0VelFGF .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uNa0VelFGF .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uNa0VelFGF .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uNa0VelFGF .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uNa0VelFGF .countdown-cont {
  margin: 0 auto;
}
.cid-uNa0VelFGF .full-count-container {
  background: #f5001c;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNa0VelFGF .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNa0VelFGF .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uNa0VelFGF .dot {
    display: none;
  }
  .cid-uNa0VelFGF .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uNa0VelFGF .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uNa0VelFGF .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uNa0VelFGF .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa0VelFGF .number {
    font-size: 25px;
  }
  .cid-uNa0VelFGF .period {
    font-size: 0.7rem;
  }
}
.cid-uNa1cs9rs2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ncl-getaway-aerial-ny.jpg-1626x1585.jpeg");
}
.cid-uNa1cs9rs2 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uNa1cs9rs2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNa1cs9rs2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNa1cs9rs2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uNa1cs9rs2 .col-12 {
  position: relative;
}
.cid-uNa1cs9rs2 .mbr-section-title {
  color: #000000;
}
.cid-uNa1cs9rs2 .mbr-text,
.cid-uNa1cs9rs2 .mbr-section-btn {
  color: #000000;
}
.cid-uNa1cs9rs2 .mbr-text .sign,
.cid-uNa1cs9rs2 .mbr-section-btn .sign {
  width: 100px;
  display: inline;
}
.cid-uNa1cs9rs2 .mbr-text .text,
.cid-uNa1cs9rs2 .mbr-section-btn .text,
.cid-uNa1cs9rs2 .mbr-text .si,
.cid-uNa1cs9rs2 .mbr-section-btn .si {
  text-align: left;
}
@media (max-width: 100px) {
  .cid-uNa1cs9rs2 .mbr-text .sign,
  .cid-uNa1cs9rs2 .mbr-section-btn .sign {
    width: 50%;
  }
}
.cid-uNa0VfrTO1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uNa0VfrTO1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uNa0VfrTO1 H2 {
  color: #ffffff;
}
.cid-uNa0Vg2ufd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uNa0Vg2ufd .mbr-section-subtitle {
  color: #767676;
}
.cid-uNa0Vg2ufd H2 {
  color: #ffffff;
}
.cid-uNa0VgrRw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uNa0VgrRw5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNa0VgrRw5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNa0VgrRw5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNa0VgrRw5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNa0VgrRw5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNa0VgrRw5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uNa0VgrRw5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNa0VgrRw5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uNa0VgrRw5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uNa0VgrRw5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uNa0VgrRw5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNa0VgrRw5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uNa0VgrRw5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uNa0VgrRw5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uNa2lmWplN {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNa2lmWplN {
    min-height: 170px !important;
  }
}
.cid-uNa2lmWplN .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNa2lmWplN .empty_md {
    display: block;
  }
}
.cid-uNa2lmWplN .container,
.cid-uNa2lmWplN .container-fluid,
.cid-uNa2lmWplN .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNa2lmWplN .container,
  .cid-uNa2lmWplN .container-fluid,
  .cid-uNa2lmWplN .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNa2lmWplN .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNa2lmWplN .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNa2lmWplN .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNa2lmWplN .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-uNa2lmWplN .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNa2lmWplN .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNa2lmWplN .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .cid-uNa2lmWplN .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNa2lmWplN .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNa2lmWplN .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNa2lmWplN .icons-menu .icons-wrapper:hover {
    background: #000000;
  }
  .cid-uNa2lmWplN .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNa2lmWplN .empty,
  .cid-uNa2lmWplN .icons-menu {
    min-width: 265px;
  }
  .cid-uNa2lmWplN .navbar-logo {
    margin: 0;
  }
  .cid-uNa2lmWplN .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNa2lmWplN .btn {
    white-space: nowrap;
  }
  .cid-uNa2lmWplN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNa2lmWplN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNa2lmWplN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNa2lmWplN .dropdown-toggle::after,
  .cid-uNa2lmWplN .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNa2lmWplN .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNa2lmWplN .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa2lmWplN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNa2lmWplN .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa2lmWplN .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #e6e6e6;
}
.cid-uNa2lmWplN .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNa2lmWplN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNa2lmWplN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNa2lmWplN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNa2lmWplN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNa2lmWplN .nav-item:focus,
.cid-uNa2lmWplN .nav-link:focus {
  outline: none;
}
.cid-uNa2lmWplN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNa2lmWplN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNa2lmWplN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNa2lmWplN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNa2lmWplN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNa2lmWplN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNa2lmWplN ul.navbar-nav li {
  margin: auto;
}
.cid-uNa2lmWplN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNa2lmWplN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNa2lmWplN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNa2lmWplN .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNa2lmWplN .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNa2lmWplN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNa2lmWplN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNa2lmWplN .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNa2lmWplN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-uNa2lmWplN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNa2lmWplN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNa2lmWplN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNa2lmWplN .navbar .icons-menu,
  .cid-uNa2lmWplN .navbar .empty {
    display: none;
  }
  .cid-uNa2lmWplN .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNa2lmWplN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNa2lmWplN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNa2lmWplN .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNa2lmWplN .navbar .container-fluid,
  .cid-uNa2lmWplN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNa2lmWplN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNa2lmWplN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNa2lmWplN .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNa2lmWplN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNa2lmWplN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNa2lmWplN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNa2lmWplN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNa2lmWplN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNa2lmWplN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNa2lmWplN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNa2lmWplN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNa2lmWplN .dropdown-item.active,
.cid-uNa2lmWplN .dropdown-item:active {
  background-color: transparent;
}
.cid-uNa2lmWplN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNa2lmWplN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNa2lmWplN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNa2lmWplN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNa2lmWplN .navbar-buttons {
  text-align: center;
}
.cid-uNa2lmWplN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNa2lmWplN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNa2lmWplN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNa2lmWplN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNa2lmWplN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNa2lmWplN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNa2lmWplN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNa2lmWplN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNa2lmWplN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNa2lmWplN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNa2lmWplN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uNa2lmWplN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNa2lmWplN a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-uNa2lmWplN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNa2lmWplN .navbar {
    height: 77px;
  }
  .cid-uNa2lmWplN .navbar.opened {
    height: auto;
  }
  .cid-uNa2lmWplN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNa2lobIE7 {
  background-image: url("../../../assets/images/ncl-escape-waterfront-stroll-6050-rs.jpg-1728x1152.jpg");
}
.cid-uNa2lobIE7 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uNa2lobIE7 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNa2lobIE7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNa2lobIE7 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uNa2lobIE7 .col-12 {
  position: relative;
}
.cid-uNa2lobIE7 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uNa2lobIE7 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uNa2lobIE7 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uNa2lobIE7 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uNa2lobIE7 .mbr-section-title {
  color: #000000;
}
.cid-uNa2lobIE7 .mbr-text,
.cid-uNa2lobIE7 .mbr-section-btn {
  color: #000000;
}
.cid-uNa2loJ9XI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uNa2loJ9XI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNa2loJ9XI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNa2loJ9XI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNa2loJ9XI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNa2loJ9XI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNa2loJ9XI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uNa2loJ9XI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNa2loJ9XI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uNa2loJ9XI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uNa2loJ9XI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uNa2loJ9XI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNa2loJ9XI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uNa2loJ9XI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uNa2loJ9XI .media-container-row .row-copirayt p {
  width: 100%;
}
