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: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #071549 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #2e2e2e !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #071549 !important;
  border-color: #071549 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000103 !important;
  border-color: #000103 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000103 !important;
  border-color: #000103 !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: #2e2e2e !important;
  border-color: #2e2e2e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #071549;
  border-color: #071549;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #071549 !important;
  border-color: #071549 !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: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !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: #071549 !important;
}
.text-secondary {
  color: #f5001c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #2e2e2e !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: #000000 !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: #000000 !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: #2e2e2e;
}
.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: #071549;
  border-color: #071549;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #071549;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #486bed;
}
.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: #e1e1e1;
}
.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: #071549;
}
/* 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: #071549;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #071549;
}
/* 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: #071549;
  color: #ffffff;
}
.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: #071549;
  border-bottom-color: #071549;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #071549 !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='%23071549' %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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spczbIwrq1 {
  padding-top: 150px;
  padding-bottom: 650px;
  background-image: url("../../../assets/images/gleasonr-canada269-clean-2000x1333.jpg");
}
.cid-spczbIwrq1 .mbr-section-title {
  color: #000000;
}
.cid-spczbIwrq1 .mbr-text,
.cid-spczbIwrq1 .mbr-section-btn {
  color: #000000;
}
.cid-s1wmAYci82 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1wmAYci82 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1wmAYci82 H2 {
  color: #000000;
}
.cid-spjuP3sNsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-spjuP3sNsA .container {
  max-width: 1400px;
}
.cid-spjuP3sNsA svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-spjuP3sNsA #e1_ellipse {
  fill: #ffffff !important;
}
.cid-spjuP3sNsA .mbr-text {
  color: #000000;
}
.cid-spjuP3sNsA .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 0px;
}
.cid-spjuP3sNsA .card-img .img1 {
  background-color: #0f7699;
}
.cid-spjuP3sNsA .card-img .img2 {
  background-color: #0f7699;
}
.cid-spjuP3sNsA .card-img .img3 {
  background-color: #ff8a73;
}
.cid-spjuP3sNsA .card-img .img4 {
  background-color: #ff8a73;
}
.cid-spjuP3sNsA .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-spjuP3sNsA .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spjuP3sNsA .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-spjuP3sNsA .card-title,
.cid-spjuP3sNsA .card-img {
  color: #57468b;
}
.cid-spjuP3sNsA img {
  width: 80%;
  border-right: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-spjuP3sNsA img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-spjuP3sNsA .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-spjuP3sNsA .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spjuP3sNsA .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-spjuP3sNsA .card-img span {
    margin-right: 0rem;
  }
  .cid-spjuP3sNsA svg {
    top: -9rem;
  }
}
.cid-spjuP3sNsA .card-img {
  width: auto;
}
.cid-spjuP3sNsA .card-title {
  color: #000000;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utRnLp5Jjg {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/mbr-1920x1067.jpg");
}
.cid-utRnLp5Jjg .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-utRnLp5Jjg .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-utRnLp5Jjg .mbr-text,
.cid-utRnLp5Jjg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utRnLp5Jjg .mbr-section-title {
  color: #ffffff;
}
.cid-utRnLp5Jjg .buttons-wrap .link {
  display: flex;
}
.cid-utRnLp5Jjg .mbr-arrow {
  bottom: 0;
}
.cid-s1ruZ26QX5 {
  padding-top: 0px;
  padding-bottom: 15px;
  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-s1rwf7wC7Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1rwf7wC7Q h2 {
  text-align: center;
}
.cid-s1rwf7wC7Q h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s1rwf7wC7Q p {
  color: #767676;
}
.cid-s1rwf7wC7Q img {
  object-fit: cover;
}
.cid-s1rwf7wC7Q .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1rwf7wC7Q .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s1rwf7wC7Q .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1rwf7wC7Q .mbr-section-subtitle {
  color: #767676;
}
.cid-s1rwf7wC7Q .card-title {
  font-weight: 500;
}
.cid-s1rwf7wC7Q .card-img {
  text-align: inherit;
}
.cid-s1rwf7wC7Q .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1rwf7wC7Q .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1rwf7wC7Q .mbr-figure {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1rwf7wC7Q .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s1rwf7wC7Q .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utRo9y1pIx {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/gleason-norway2024-527-rs-1872x1248.jpeg");
}
.cid-utRo9y1pIx .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-utRo9y1pIx .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-utRo9y1pIx .mbr-text,
.cid-utRo9y1pIx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utRo9y1pIx .mbr-section-title {
  color: #ffffff;
}
.cid-utRo9y1pIx .buttons-wrap .link {
  display: flex;
}
.cid-utRo9y1pIx .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-s0XOjP2CJ7 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0XOjP2CJ7 .container-fluid {
  padding: 0 3rem;
}
.cid-s0XOjP2CJ7 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0XOjP2CJ7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0XOjP2CJ7 .table-wrapper {
  margin: 0 auto;
}
.cid-s0XOjP2CJ7 table {
  width: 50% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-s0XOjP2CJ7 table thead tr {
  border: none !important;
}
.cid-s0XOjP2CJ7 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-s0XOjP2CJ7 table tr td {
  border-color: #c1c1c1;
}
.cid-s0XOjP2CJ7 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-s0XOjP2CJ7 tr:hover {
  background-color: #cccccc !important;
}
.cid-s0XOjP2CJ7 th:after,
.cid-s0XOjP2CJ7 th:before {
  display: none !important;
}
.cid-s0XOjP2CJ7 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-s0XOjP2CJ7 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-s0XOjP2CJ7 table th,
  .cid-s0XOjP2CJ7 table td {
    padding: .75rem;
  }
}
.cid-s0XOjP2CJ7 .body-item {
  text-align: center;
}
.cid-s0XOjP2CJ7 .mbr-text {
  color: #767676;
}
.cid-s0XOjP2CJ7 .head-item {
  color: #232323;
}
.cid-s0Ryt3bkl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0YuwbktA1 {
  background-image: url("../../../assets/images/amsterdam-1910176-resize-2000x1335.jpg");
}
@media (max-width: 991px) {
  .cid-s0YuwbktA1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YuwbktA1 .mbr-text {
    text-align: center;
  }
}
.cid-sLQq6M7kJk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-sLQq6M7kJk .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-sLQq6M7kJk .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sLQq6M7kJk .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLQq6M7kJk .text-box {
    padding: 2rem;
  }
}
.cid-sLQq6M7kJk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLQq6M7kJk .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-sLQq6M7kJk .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #071549;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sLQq6M7kJk .lin:hover .line {
  opacity: 1;
}
.cid-sLQq6M7kJk .small-img {
  width: 25%;
  margin: auto;
}
.cid-sLQq6M7kJk .text-box {
  text-align: center;
}
.cid-sLQq6M7kJk .mbr-section-title {
  padding-top: 1rem;
}
.cid-sLQq6M7kJk .mbr-link {
  padding-top: 0rem;
  position: relative;
}
.cid-sLQq6M7kJk a {
  font-weight: 700;
}
.cid-sLQq6M7kJk .text-primary {
  color: #626262 !important;
}
.cid-sLQq8BnKrC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sLQq8BnKrC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLQq8BnKrC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLQq8BnKrC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLQq8BnKrC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLQq8BnKrC .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-sLQq8BnKrC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLQq8BnKrC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLQq8BnKrC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLQq8BnKrC .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-sLQqaSQG7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-sLQqaSQG7E .content__block {
  padding: 50px 15px;
}
.cid-sLQqaSQG7E .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #071549;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sLQqaSQG7E .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #2e2e2e;
}
.cid-sLQqaSQG7E .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-sLQqaSQG7E .image {
  perspective: 3500px;
  position: relative;
}
.cid-sLQqaSQG7E .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-sLQqaSQG7E .image img {
  transition: transform 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLQqaSQG7E .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sLQqaSQG7E .mbr-section-btn .btn-white-outline:hover {
  color: #071549 !important;
}
@media (max-width: 991px) {
  .cid-sLQqaSQG7E .content__block {
    padding: 30px 15px;
  }
  .cid-sLQqaSQG7E .mbr-figure {
    padding: 0;
  }
  .cid-sLQqaSQG7E .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-sLQqaSQG7E .lg-push {
    right: 0%;
  }
  .cid-sLQqaSQG7E .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sLQqaSQG7E .row:hover .image img {
    transform: rotateY(0deg);
  }
}
.cid-sLQqaSQG7E .mbr-text,
.cid-sLQqaSQG7E .mbr-section-btn {
  color: #ffffff;
}
.cid-sLQqaSQG7E .mbr-section-title {
  color: #ffffff;
}
.cid-sLQqdgi23N {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1100680-2000x1333.jpg");
}
.cid-sLQqdgi23N .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sLQqdgi23N .content-panel {
  padding: 3rem;
  background-color: #0f7699;
}
@media (min-width: 767px) {
  .cid-sLQqdgi23N .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sLQqdgi23N .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-sLQqdgi23N .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sLQqdgi23N .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sLQqdgi23N .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sLQqfUhpQA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/prima-topdeck-service-1664x1109.jpg");
}
.cid-sLQqfUhpQA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLQqfUhpQA .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sLQqfUhpQA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-sLQqfUhpQA .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sLQqfUhpQA .sign {
  width: 300px;
  display: inline;
}
.cid-sLQqfUhpQA .text,
.cid-sLQqfUhpQA .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sLQqfUhpQA .sign {
    width: 100%;
  }
}
.cid-s4a5575D9o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5001c;
}
.cid-s4a5575D9o .mbr-section-subtitle {
  color: #767676;
}
.cid-s4a5575D9o H2 {
  color: #ffffff;
}
.cid-smEOODgk2J {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #0f7699, #0f7699);
}
.cid-smEOODgk2J .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0rem;
}
.cid-smEOODgk2J .mbr-section-title {
  color: #ffffff;
}
.cid-smEOODgk2J .mbr-text,
.cid-smEOODgk2J .mbr-section-btn {
  color: #ffffff;
}
.cid-smEOODgk2J H3 {
  color: #000000;
}
.cid-smEA0b26oD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #0f7699;
}
.cid-smEA0b26oD .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-smEA0b26oD .row {
    flex-direction: column-reverse;
  }
  .cid-smEA0b26oD .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-smEA0b26oD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-smEA0b26oD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-smEA0b26oD .media-content,
.cid-smEA0b26oD .mbr-figure {
  align-self: center;
}
.cid-smEA0b26oD .mbr-figure iframe {
  width: 100%;
}
.cid-smEA0b26oD .mbr-section-title {
  color: #ffffff;
}
.cid-smEA0b26oD .mbr-text,
.cid-smEA0b26oD .mbr-section-btn {
  color: #ffffff;
}
.cid-s0YB6LCovx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0YB6LCovx img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s0YB6LCovx img:hover {
  transform: scale(1);
}
.cid-s0YB6LCovx .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s0YB6LCovx h2 {
  padding: 0;
  margin: 0;
}
.cid-s0YB6LCovx .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s0YB6LCovx .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s0YB6LCovx .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s0YB6LCovx .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s0YB6LCovx .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s0YB6LCovx .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-s0YB6LCovx .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YB6LCovx .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s0YB6LCovx .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s0YB6LCovx H2 {
  color: #333333;
}
.cid-s0YB6LCovx .mbr-text {
  color: #2e2e2e;
}
.cid-s0YB6LCovx H3 {
  color: #2e2e2e;
}
.cid-s0YB6LCovx H1 {
  color: #2e2e2e;
}
.cid-s1qL6cMQ4x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.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: 650px;
  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: #ffffff;
}
.cid-s1qL6cMQ4x H3 {
  color: #ffffff;
}
.cid-s1qL6cMQ4x H1 {
  color: #ffffff;
}
.cid-s1qMCBoudw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/amsterdam-keukenhof-1987910-1920-resize-960x720.jpg");
}
.cid-s1qMCBoudw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s1qMCBoudw H1 {
  color: #ffffff;
}
.cid-s1qMCBoudw .mbr-text,
.cid-s1qMCBoudw .mbr-section-btn {
  color: #716c80;
}
.cid-s1qMCBoudw H3 {
  color: #716c80;
}
.cid-s1qMCBoudw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s1qMCBoudw .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s1qMCBoudw .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s1qMCBoudw .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-s1qMCBoudw .btn-info-outline:hover {
  background-color: transparent!important;
  color: #071549 !important;
  box-shadow: none!important;
}
.cid-s1qMCBoudw .btn-info-outline:active,
.cid-s1qMCBoudw .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s1qMCBoudw DIV {
  color: #57468b;
}
.cid-s1qMCBoudw .mbr-text,
.cid-s1qMCBoudw .media-content,
.cid-s1qMCBoudw .mbr-section-btn {
  color: #ffffff;
}
.cid-smECa94vq7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #0f7699;
}
.cid-smECa94vq7 .carousel-inner {
  margin-bottom: 70px;
}
.cid-smECa94vq7 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-smECa94vq7 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-smECa94vq7 .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
}
.cid-smECa94vq7 .slider__image {
  margin-left: 11.8%;
}
.cid-smECa94vq7 .img-wrap {
  max-width: 100%;
}
.cid-smECa94vq7 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-smECa94vq7 .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-smECa94vq7 .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-smECa94vq7 .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-smECa94vq7 .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-smECa94vq7 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-smECa94vq7 .carousel-controls a span {
  transition: all .3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-smECa94vq7 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-smECa94vq7 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-smECa94vq7 .carousel-controls .carousel-control-next,
.cid-smECa94vq7 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-smECa94vq7 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-smECa94vq7 .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-smECa94vq7 .image-element {
    min-width: 50%;
  }
  .cid-smECa94vq7 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-smECa94vq7 .two__background:before {
    max-width: 90%;
  }
  .cid-smECa94vq7 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-smECa94vq7 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-smECa94vq7 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-smECa94vq7 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-smECa94vq7 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-smECa94vq7 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-smECa94vq7 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-smECa94vq7 .img-wrap {
    width: 100%;
  }
  .cid-smECa94vq7 .carousel-controls {
    display: none;
  }
  .cid-smECa94vq7 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-smECa94vq7 .mbr-text {
  color: #ffffff;
}
.cid-s0Y8cfgN4u {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Y8cfgN4u P {
  color: #767676;
}
.cid-s0Y8cgySze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Y8cgySze .mbr-text,
.cid-s0Y8cgySze blockquote {
  color: #767676;
}
.cid-s0Y8cgySze .mbr-text {
  color: #232323;
}
.cid-s3vF0982LE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3vF0982LE h4 {
  display: flex;
  color: #232323;
}
.cid-s3vF0982LE .panel-text {
  color: #767676;
  line-height: 1.5;
}
.cid-s3vF0982LE .wrap {
  display: flex;
}
.cid-s3vF0982LE .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-s3vF0982LE img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-s3vF0982LE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-s3vF0982LE p {
  margin: 0;
}
.cid-s3vF0982LE .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-s3vF0982LE .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-s3vF0982LE .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s3vF0982LE .panel-group {
  width: 100%;
}
.cid-s3vF0982LE .panel-title {
  border-bottom: 1.75px solid #f5001c;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s3vF0982LE .card .card-header {
  border-radius: 0px;
  border: 1px;
  padding: 0;
}
.cid-s3vF0982LE .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-s3vF0982LE .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s3vF0982LE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s3vF0982LE .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-s3vF0982LE .card .panel-body {
  background: #ffffff;
}
.cid-s3vF0982LE .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-s3vF0982LE .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s3vF0982LE .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s3vF0982LE .header-text,
.cid-s3vF0982LE .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, #071549 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: #122d91 !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: #2760ed;
  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: #000000;
}
.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-sB6jdGgBDK.popup-builder {
  background-color: #ffffff;
}
.cid-sB6jdGgBDK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sB6jdGgBDK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sB6jdGgBDK .modal-content,
.cid-sB6jdGgBDK .modal-dialog {
  height: auto;
}
.cid-sB6jdGgBDK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sB6jdGgBDK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sB6jdGgBDK .form-wrapper .mbr-form .form-group,
  .cid-sB6jdGgBDK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sB6jdGgBDK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .mbr-text {
  text-align: left;
  color: #06182d;
}
.cid-sB6jdGgBDK .pt-0 {
  padding-top: 0 !important;
}
.cid-sB6jdGgBDK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sB6jdGgBDK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sB6jdGgBDK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sB6jdGgBDK .modal-open {
  overflow: hidden;
}
.cid-sB6jdGgBDK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sB6jdGgBDK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sB6jdGgBDK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sB6jdGgBDK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sB6jdGgBDK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sB6jdGgBDK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sB6jdGgBDK .modal-backdrop.show {
  opacity: .5;
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sB6jdGgBDK .modal-header .close:hover {
  opacity: 1;
}
.cid-sB6jdGgBDK .modal-header .close:focus {
  outline: none;
}
.cid-sB6jdGgBDK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f5001c;
}
.cid-sB6jdGgBDK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sB6jdGgBDK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sB6jdGgBDK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sB6jdGgBDK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sB6jdGgBDK .modal-sm {
    max-width: 300px;
  }
  .cid-sB6jdGgBDK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sB6jdGgBDK .modal-lg,
  .cid-sB6jdGgBDK .modal-xl {
    max-width: 800px;
  }
  .cid-sB6jdGgBDK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sB6jdGgBDK .modal-xl {
    max-width: 1140px;
  }
  .cid-sB6jdGgBDK .container {
    max-width: 1140px;
  }
}
.cid-sB6jdGgBDK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sB6jdGgBDK .container {
    max-width: 720px;
  }
}
.cid-sB6jdGgBDK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sB6jdGgBDK .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-sB6jdGgBDK .form-group {
  margin-bottom: 1rem;
}
.cid-sB6jdGgBDK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sB6jdGgBDK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sB6jdGgBDK .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-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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBhfuOfrHv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-sBhfuOfrHv .mbr-text {
  color: #ffffff;
}
.cid-sBhfuOfrHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBhfuOfrHv .mbr-section-title {
  color: #ffffff;
}
.cid-sqqJhx8S0u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sqqJhx8S0u .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-sqqJhx8S0u .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sqqJhx8S0u .card .wrapper {
  overflow: hidden;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-sqqJhx8S0u .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sqqJhx8S0u .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-section-title {
  color: #ffffff;
}
.cid-sqqJhx8S0u .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-sqqgZv23N9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqqgZv23N9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqqgZv23N9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqqgZv23N9 .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-sqqgZv23N9 .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-sqqgZv23N9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqqgZv23N9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqqgZv23N9 .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-sqqgZv23N9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqqgZv23N9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqqgZv23N9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqqgZv23N9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqqgZv23N9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqqgZv23N9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqqgZv23N9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBgXAa5pDu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBgXAa5pDu .mbr-text {
  color: #000000;
}
.cid-sBgXAa5pDu .mbr-section-subtitle {
  color: #f5001c;
}
.cid-sBgXAa5pDu .mbr-section-title {
  color: #000000;
}
.cid-sqqeLde6ms {
  background-image: url("../../../assets/images/rhine-de-heidelberg-view-2000x1333.jpeg");
}
.cid-sqqeLde6ms .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sqqeLde6ms .text-content .btn-bgr {
  z-index: 0;
}
.cid-sqqeLde6ms .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-sqqeLde6ms H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sqqeLde6ms P {
  color: #767676;
}
.cid-sqqeLde6ms H2 {
  color: #000000;
}
.cid-sqqeLde6ms .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sqqeLde6ms .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sqqeLde6ms .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqqeLde6ms .text-content {
    width: 80%;
    opacity: 0.8;
  }
}
@media (max-width: 599px) {
  .cid-sqqeLde6ms .text-content {
    width: 100%;
  }
}
.cid-sqqeLde6ms .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sqqeLde6ms .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sqqeLde6ms .mbr-text {
    text-align: center;
  }
}
.cid-sqqeLdJya7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqqeLdJya7 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqqeLdJya7 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqqeLdJya7 .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-sqqeLdJya7 .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-sqqeLdJya7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqqeLdJya7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqqeLdJya7 .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-sqqeLdJya7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqqeLdJya7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqqeLdJya7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqqeLdJya7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqqeLdJya7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqqeLdJya7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqqeLdJya7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tc8WTBeHKQ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tc8WTBeHKQ {
    min-height: 170px !important;
  }
}
.cid-tc8WTBeHKQ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tc8WTBeHKQ .empty_md {
    display: block;
  }
}
.cid-tc8WTBeHKQ .container,
.cid-tc8WTBeHKQ .container-fluid,
.cid-tc8WTBeHKQ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tc8WTBeHKQ .container,
  .cid-tc8WTBeHKQ .container-fluid,
  .cid-tc8WTBeHKQ .empty_md {
    min-height: 170px !important;
  }
}
.cid-tc8WTBeHKQ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tc8WTBeHKQ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tc8WTBeHKQ .top_menu {
    min-height: 110px !important;
  }
}
.cid-tc8WTBeHKQ .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tc8WTBeHKQ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tc8WTBeHKQ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tc8WTBeHKQ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-tc8WTBeHKQ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tc8WTBeHKQ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tc8WTBeHKQ .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-tc8WTBeHKQ .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-tc8WTBeHKQ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tc8WTBeHKQ .empty,
  .cid-tc8WTBeHKQ .icons-menu {
    min-width: 265px;
  }
  .cid-tc8WTBeHKQ .navbar-logo {
    margin: 0;
  }
  .cid-tc8WTBeHKQ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tc8WTBeHKQ .btn {
    white-space: nowrap;
  }
  .cid-tc8WTBeHKQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tc8WTBeHKQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tc8WTBeHKQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tc8WTBeHKQ .dropdown-toggle::after,
  .cid-tc8WTBeHKQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tc8WTBeHKQ .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-tc8WTBeHKQ .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-tc8WTBeHKQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tc8WTBeHKQ .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-tc8WTBeHKQ .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-tc8WTBeHKQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tc8WTBeHKQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tc8WTBeHKQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tc8WTBeHKQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tc8WTBeHKQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tc8WTBeHKQ .nav-item:focus,
.cid-tc8WTBeHKQ .nav-link:focus {
  outline: none;
}
.cid-tc8WTBeHKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tc8WTBeHKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tc8WTBeHKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tc8WTBeHKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tc8WTBeHKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tc8WTBeHKQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tc8WTBeHKQ ul.navbar-nav li {
  margin: auto;
}
.cid-tc8WTBeHKQ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tc8WTBeHKQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tc8WTBeHKQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tc8WTBeHKQ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tc8WTBeHKQ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tc8WTBeHKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tc8WTBeHKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tc8WTBeHKQ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tc8WTBeHKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tc8WTBeHKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tc8WTBeHKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tc8WTBeHKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tc8WTBeHKQ .navbar .icons-menu,
  .cid-tc8WTBeHKQ .navbar .empty {
    display: none;
  }
  .cid-tc8WTBeHKQ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tc8WTBeHKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tc8WTBeHKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tc8WTBeHKQ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tc8WTBeHKQ .navbar .container-fluid,
  .cid-tc8WTBeHKQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tc8WTBeHKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tc8WTBeHKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tc8WTBeHKQ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tc8WTBeHKQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tc8WTBeHKQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tc8WTBeHKQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tc8WTBeHKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tc8WTBeHKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tc8WTBeHKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tc8WTBeHKQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tc8WTBeHKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tc8WTBeHKQ .dropdown-item.active,
.cid-tc8WTBeHKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tc8WTBeHKQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tc8WTBeHKQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tc8WTBeHKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tc8WTBeHKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tc8WTBeHKQ .navbar-buttons {
  text-align: center;
}
.cid-tc8WTBeHKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tc8WTBeHKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tc8WTBeHKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tc8WTBeHKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tc8WTBeHKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tc8WTBeHKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tc8WTBeHKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc8WTBeHKQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tc8WTBeHKQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tc8WTBeHKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc8WTBeHKQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tc8WTBeHKQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tc8WTBeHKQ a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tc8WTBeHKQ .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-tc8WTBeHKQ .navbar {
    height: 77px;
  }
  .cid-tc8WTBeHKQ .navbar.opened {
    height: auto;
  }
  .cid-tc8WTBeHKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc8X8iJIVE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #efefef;
}
.cid-tc8X8iJIVE .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #55b4d4;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tc8X8iJIVE .main_header {
    padding-top: 66px;
  }
  .cid-tc8X8iJIVE .main_header > .row {
    flex-direction: column;
  }
  .cid-tc8X8iJIVE .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tc8X8iJIVE .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-tc8X8iJIVE .mbr-section-title {
    text-align: center;
  }
}
.cid-tc8X8iJIVE .mbr-text {
  margin: 25px 0;
}
.cid-tc8X8iJIVE .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tc8X8iJIVE .bgImage {
    height: 65vh;
  }
}
.cid-tc8X8iJIVE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tc8X8iJIVE .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-tc8X8iJIVE .linkBtn a:after,
.cid-tc8X8iJIVE .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-tc8X8iJIVE .linkBtn a:before {
  left: 0;
}
.cid-tc8X8iJIVE .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tc8X8iJIVE .linkBtn a:hover:before,
.cid-tc8X8iJIVE .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tc8X8iJIVE .mbr-text,
.cid-tc8X8iJIVE .linkBtn {
  color: #000000;
}
.cid-tc8WTAfhTm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tc8WTAfhTm .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tc8WTAfhTm .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tc8WTAfhTm .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-tc8WTAfhTm .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-tc8WTAfhTm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tc8WTAfhTm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tc8WTAfhTm .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-tc8WTAfhTm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tc8WTAfhTm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tc8WTAfhTm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tc8WTAfhTm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tc8WTAfhTm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tc8WTAfhTm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tc8WTAfhTm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tc8XixICEL.popup-builder {
  background-color: #ffffff;
}
.cid-tc8XixICEL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tc8XixICEL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tc8XixICEL .modal-content,
.cid-tc8XixICEL .modal-dialog {
  height: auto;
}
.cid-tc8XixICEL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tc8XixICEL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tc8XixICEL .form-wrapper .mbr-form .form-group,
  .cid-tc8XixICEL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tc8XixICEL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tc8XixICEL .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-tc8XixICEL .mbr-text {
  text-align: left;
}
.cid-tc8XixICEL .pt-0 {
  padding-top: 0 !important;
}
.cid-tc8XixICEL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tc8XixICEL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tc8XixICEL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tc8XixICEL .modal-open {
  overflow: hidden;
}
.cid-tc8XixICEL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tc8XixICEL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tc8XixICEL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tc8XixICEL .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-tc8XixICEL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tc8XixICEL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tc8XixICEL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tc8XixICEL .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-tc8XixICEL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tc8XixICEL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tc8XixICEL .modal-backdrop.show {
  opacity: .5;
}
.cid-tc8XixICEL .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-tc8XixICEL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tc8XixICEL .modal-header .close:hover {
  opacity: 1;
}
.cid-tc8XixICEL .modal-header .close:focus {
  outline: none;
}
.cid-tc8XixICEL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f5001c;
}
.cid-tc8XixICEL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tc8XixICEL .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-tc8XixICEL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tc8XixICEL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tc8XixICEL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tc8XixICEL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tc8XixICEL .modal-sm {
    max-width: 300px;
  }
  .cid-tc8XixICEL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tc8XixICEL .modal-lg,
  .cid-tc8XixICEL .modal-xl {
    max-width: 800px;
  }
  .cid-tc8XixICEL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tc8XixICEL .modal-xl {
    max-width: 1140px;
  }
  .cid-tc8XixICEL .container {
    max-width: 1140px;
  }
}
.cid-tc8XixICEL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tc8XixICEL .container {
    max-width: 720px;
  }
}
.cid-tc8XixICEL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tc8XixICEL .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-tc8XixICEL .form-group {
  margin-bottom: 1rem;
}
.cid-tc8XixICEL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tc8XixICEL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tc8XixICEL .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-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so4sha2d4C {
  background-image: url("../../../assets/images/hyatt-zilara-cap-cana-aerial-beach-2-1996x1496.jpeg");
}
.cid-so4sha2d4C .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-so4sha2d4C .text-content .btn-bgr {
  z-index: 0;
}
.cid-so4sha2d4C .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-so4sha2d4C H3 {
  color: #000000;
  font-weight: 300;
}
.cid-so4sha2d4C P {
  color: #767676;
}
.cid-so4sha2d4C H2 {
  color: #000000;
}
.cid-so4sha2d4C .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-so4sha2d4C .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-so4sha2d4C .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-so4sha2d4C .text-content {
    width: 80%;
    opacity: 0.8;
  }
}
@media (max-width: 599px) {
  .cid-so4sha2d4C .text-content {
    width: 100%;
  }
}
.cid-so4sha2d4C .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-so4sha2d4C .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-so4sha2d4C .mbr-text {
    text-align: center;
  }
}
.cid-so4pLwq1Y9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so4pLwq1Y9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so4pLwq1Y9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so4pLwq1Y9 .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-so4pLwq1Y9 .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-so4pLwq1Y9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-so4pLwq1Y9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-so4pLwq1Y9 .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-so4pLwq1Y9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-so4pLwq1Y9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-so4pLwq1Y9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-so4pLwq1Y9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-so4pLwq1Y9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-so4pLwq1Y9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-so4pLwq1Y9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so4DezHWV8 {
  background-image: url("../../../assets/images/hyatt-zilara-cap-cana-aerial-beach-2-1996x1496.jpeg");
}
.cid-so4DezHWV8 .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-so4DezHWV8 .text-content .btn-bgr {
  z-index: 0;
}
.cid-so4DezHWV8 .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-so4DezHWV8 H3 {
  color: #000000;
  font-weight: 300;
}
.cid-so4DezHWV8 P {
  color: #767676;
}
.cid-so4DezHWV8 H2 {
  color: #000000;
}
.cid-so4DezHWV8 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-so4DezHWV8 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-so4DezHWV8 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-so4DezHWV8 .text-content {
    width: 80%;
    opacity: 0.8;
  }
}
@media (max-width: 599px) {
  .cid-so4DezHWV8 .text-content {
    width: 100%;
  }
}
.cid-so4DezHWV8 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-so4DezHWV8 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-so4DezHWV8 .mbr-text {
    text-align: center;
  }
}
.cid-so4qzy2SVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so4qzy2SVQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so4qzy2SVQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so4qzy2SVQ .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-so4qzy2SVQ .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-so4qzy2SVQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-so4qzy2SVQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-so4qzy2SVQ .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-so4qzy2SVQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-so4qzy2SVQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-so4qzy2SVQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-so4qzy2SVQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-so4qzy2SVQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-so4qzy2SVQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-so4qzy2SVQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so4EhqPr1k {
  background-image: url("../../../assets/images/hyatt-zilara-cap-cana-aerial-beach-2-1996x1496.jpeg");
}
.cid-so4EhqPr1k .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-so4EhqPr1k .text-content .btn-bgr {
  z-index: 0;
}
.cid-so4EhqPr1k .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-so4EhqPr1k H3 {
  color: #000000;
  font-weight: 300;
}
.cid-so4EhqPr1k P {
  color: #767676;
}
.cid-so4EhqPr1k H2 {
  color: #000000;
}
.cid-so4EhqPr1k .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-so4EhqPr1k .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-so4EhqPr1k .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-so4EhqPr1k .text-content {
    width: 80%;
    opacity: 0.8;
  }
}
@media (max-width: 599px) {
  .cid-so4EhqPr1k .text-content {
    width: 100%;
  }
}
.cid-so4EhqPr1k .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-so4EhqPr1k .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-so4EhqPr1k .mbr-text {
    text-align: center;
  }
}
.cid-sfcFgf8sRv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfcFgf8sRv .mbr-text,
.cid-sfcFgf8sRv blockquote {
  color: #767676;
}
.cid-sfcFgf8sRv .mbr-text {
  color: #232323;
}
.cid-sfcFgf8sRv .mbr-text P {
  text-align: left;
}
.cid-sfcNpE2snv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfcNpE2snv .mbr-text,
.cid-sfcNpE2snv blockquote {
  color: #767676;
}
.cid-sfcNpE2snv .mbr-text {
  color: #232323;
}
.cid-sfcNpE2snv .mbr-text P {
  text-align: left;
}
.cid-sfcN8czcZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfcN8czcZX .mbr-text,
.cid-sfcN8czcZX blockquote {
  color: #767676;
}
.cid-sfcN8czcZX .mbr-text {
  color: #232323;
}
.cid-sfcN8czcZX .mbr-text P {
  text-align: left;
}
.cid-sfcMqZPLvr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfcMqZPLvr .mbr-text,
.cid-sfcMqZPLvr blockquote {
  color: #767676;
}
.cid-sfcMqZPLvr .mbr-text {
  color: #232323;
}
.cid-sfcMqZPLvr .mbr-text P {
  text-align: left;
}
.cid-sfcML9m3RC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfcML9m3RC .mbr-text,
.cid-sfcML9m3RC blockquote {
  color: #767676;
}
.cid-sfcML9m3RC .mbr-text {
  color: #232323;
}
.cid-sfcML9m3RC .mbr-text P {
  text-align: left;
}
.cid-sfcQAiIygx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfcFghXG2p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sfcFghXG2p .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfcFghXG2p .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfcFghXG2p .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-sfcFghXG2p .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-sfcFghXG2p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sfcFghXG2p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sfcFghXG2p .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-sfcFghXG2p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sfcFghXG2p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfcFghXG2p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfcFghXG2p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfcFghXG2p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfcFghXG2p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sfcFghXG2p .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t9C1gheOHm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-t9C1gheOHm {
    min-height: 170px !important;
  }
}
.cid-t9C1gheOHm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-t9C1gheOHm .empty_md {
    display: block;
  }
}
.cid-t9C1gheOHm .container,
.cid-t9C1gheOHm .container-fluid,
.cid-t9C1gheOHm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-t9C1gheOHm .container,
  .cid-t9C1gheOHm .container-fluid,
  .cid-t9C1gheOHm .empty_md {
    min-height: 170px !important;
  }
}
.cid-t9C1gheOHm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-t9C1gheOHm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t9C1gheOHm .top_menu {
    min-height: 110px !important;
  }
}
.cid-t9C1gheOHm .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-t9C1gheOHm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t9C1gheOHm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-t9C1gheOHm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-t9C1gheOHm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-t9C1gheOHm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-t9C1gheOHm .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-t9C1gheOHm .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-t9C1gheOHm .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-t9C1gheOHm .empty,
  .cid-t9C1gheOHm .icons-menu {
    min-width: 265px;
  }
  .cid-t9C1gheOHm .navbar-logo {
    margin: 0;
  }
  .cid-t9C1gheOHm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-t9C1gheOHm .btn {
    white-space: nowrap;
  }
  .cid-t9C1gheOHm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-t9C1gheOHm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-t9C1gheOHm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-t9C1gheOHm .dropdown-toggle::after,
  .cid-t9C1gheOHm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-t9C1gheOHm .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-t9C1gheOHm .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-t9C1gheOHm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-t9C1gheOHm .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-t9C1gheOHm .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-t9C1gheOHm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-t9C1gheOHm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-t9C1gheOHm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-t9C1gheOHm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-t9C1gheOHm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-t9C1gheOHm .nav-item:focus,
.cid-t9C1gheOHm .nav-link:focus {
  outline: none;
}
.cid-t9C1gheOHm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-t9C1gheOHm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t9C1gheOHm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t9C1gheOHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9C1gheOHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-t9C1gheOHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9C1gheOHm ul.navbar-nav li {
  margin: auto;
}
.cid-t9C1gheOHm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-t9C1gheOHm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-t9C1gheOHm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t9C1gheOHm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-t9C1gheOHm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-t9C1gheOHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9C1gheOHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9C1gheOHm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-t9C1gheOHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-t9C1gheOHm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9C1gheOHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9C1gheOHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t9C1gheOHm .navbar .icons-menu,
  .cid-t9C1gheOHm .navbar .empty {
    display: none;
  }
  .cid-t9C1gheOHm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-t9C1gheOHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9C1gheOHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9C1gheOHm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-t9C1gheOHm .navbar .container-fluid,
  .cid-t9C1gheOHm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-t9C1gheOHm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9C1gheOHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9C1gheOHm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-t9C1gheOHm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-t9C1gheOHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-t9C1gheOHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t9C1gheOHm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-t9C1gheOHm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9C1gheOHm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9C1gheOHm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9C1gheOHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9C1gheOHm .dropdown-item.active,
.cid-t9C1gheOHm .dropdown-item:active {
  background-color: transparent;
}
.cid-t9C1gheOHm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9C1gheOHm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-t9C1gheOHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9C1gheOHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-t9C1gheOHm .navbar-buttons {
  text-align: center;
}
.cid-t9C1gheOHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t9C1gheOHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-t9C1gheOHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9C1gheOHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9C1gheOHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9C1gheOHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9C1gheOHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9C1gheOHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9C1gheOHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9C1gheOHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9C1gheOHm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t9C1gheOHm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t9C1gheOHm a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-t9C1gheOHm .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-t9C1gheOHm .navbar {
    height: 77px;
  }
  .cid-t9C1gheOHm .navbar.opened {
    height: auto;
  }
  .cid-t9C1gheOHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc8TN60G8J {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tc8TN60G8J .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-tc8TN60G8J .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tc8TN60G8J .card .wrapper {
  overflow: hidden;
}
.cid-tc8TN60G8J .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tc8TN60G8J .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tc8TN60G8J .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tc8TN60G8J .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-tc8TN60G8J .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-tc8TN60G8J .card .wrapper .sign-wrap img {
  width: 250px;
}
.cid-tc8TN60G8J .card .wrapper .mbr-section-title {
  color: #000000;
}
.cid-tc8TN60G8J .card .wrapper .mbr-text {
  color: #000000;
}
.cid-tc90SbX2xC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tc90SbX2xC .mbr-section-subtitle {
  color: #767676;
}
.cid-tc90SbX2xC H2 {
  color: #ffffff;
}
.cid-tc90Tqzttw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tc90Tqzttw .mbr-section-subtitle {
  color: #767676;
}
.cid-tc90Tqzttw H2 {
  color: #ffffff;
}
.cid-t9C1ggLblH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t9C1ggLblH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9C1ggLblH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9C1ggLblH .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-t9C1ggLblH .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-t9C1ggLblH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t9C1ggLblH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t9C1ggLblH .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-t9C1ggLblH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t9C1ggLblH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t9C1ggLblH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t9C1ggLblH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9C1ggLblH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9C1ggLblH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t9C1ggLblH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tc8VrZ9hVs.popup-builder {
  background-color: #ffffff;
}
.cid-tc8VrZ9hVs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tc8VrZ9hVs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tc8VrZ9hVs .modal-content,
.cid-tc8VrZ9hVs .modal-dialog {
  height: auto;
}
.cid-tc8VrZ9hVs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tc8VrZ9hVs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tc8VrZ9hVs .form-wrapper .mbr-form .form-group,
  .cid-tc8VrZ9hVs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tc8VrZ9hVs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .mbr-text {
  text-align: left;
}
.cid-tc8VrZ9hVs .pt-0 {
  padding-top: 0 !important;
}
.cid-tc8VrZ9hVs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tc8VrZ9hVs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tc8VrZ9hVs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tc8VrZ9hVs .modal-open {
  overflow: hidden;
}
.cid-tc8VrZ9hVs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tc8VrZ9hVs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tc8VrZ9hVs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tc8VrZ9hVs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tc8VrZ9hVs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tc8VrZ9hVs .modal-backdrop.fade {
  opacity: 0;
}
.cid-tc8VrZ9hVs .modal-backdrop.show {
  opacity: .5;
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tc8VrZ9hVs .modal-header .close:hover {
  opacity: 1;
}
.cid-tc8VrZ9hVs .modal-header .close:focus {
  outline: none;
}
.cid-tc8VrZ9hVs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f5001c;
}
.cid-tc8VrZ9hVs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tc8VrZ9hVs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tc8VrZ9hVs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tc8VrZ9hVs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tc8VrZ9hVs .modal-sm {
    max-width: 300px;
  }
  .cid-tc8VrZ9hVs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tc8VrZ9hVs .modal-lg,
  .cid-tc8VrZ9hVs .modal-xl {
    max-width: 800px;
  }
  .cid-tc8VrZ9hVs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tc8VrZ9hVs .modal-xl {
    max-width: 1140px;
  }
  .cid-tc8VrZ9hVs .container {
    max-width: 1140px;
  }
}
.cid-tc8VrZ9hVs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tc8VrZ9hVs .container {
    max-width: 720px;
  }
}
.cid-tc8VrZ9hVs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tc8VrZ9hVs .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-tc8VrZ9hVs .form-group {
  margin-bottom: 1rem;
}
.cid-tc8VrZ9hVs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tc8VrZ9hVs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tc8VrZ9hVs .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-uttwTZLFT0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uttwTZLFT0 {
    min-height: 170px !important;
  }
}
.cid-uttwTZLFT0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uttwTZLFT0 .empty_md {
    display: block;
  }
}
.cid-uttwTZLFT0 .container,
.cid-uttwTZLFT0 .container-fluid,
.cid-uttwTZLFT0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uttwTZLFT0 .container,
  .cid-uttwTZLFT0 .container-fluid,
  .cid-uttwTZLFT0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uttwTZLFT0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uttwTZLFT0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uttwTZLFT0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uttwTZLFT0 .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-uttwTZLFT0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uttwTZLFT0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uttwTZLFT0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-uttwTZLFT0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uttwTZLFT0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uttwTZLFT0 .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-uttwTZLFT0 .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-uttwTZLFT0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uttwTZLFT0 .empty,
  .cid-uttwTZLFT0 .icons-menu {
    min-width: 265px;
  }
  .cid-uttwTZLFT0 .navbar-logo {
    margin: 0;
  }
  .cid-uttwTZLFT0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uttwTZLFT0 .btn {
    white-space: nowrap;
  }
  .cid-uttwTZLFT0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uttwTZLFT0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uttwTZLFT0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uttwTZLFT0 .dropdown-toggle::after,
  .cid-uttwTZLFT0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uttwTZLFT0 .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-uttwTZLFT0 .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-uttwTZLFT0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uttwTZLFT0 .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-uttwTZLFT0 .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-uttwTZLFT0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uttwTZLFT0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uttwTZLFT0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uttwTZLFT0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uttwTZLFT0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uttwTZLFT0 .nav-item:focus,
.cid-uttwTZLFT0 .nav-link:focus {
  outline: none;
}
.cid-uttwTZLFT0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uttwTZLFT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uttwTZLFT0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uttwTZLFT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uttwTZLFT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uttwTZLFT0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uttwTZLFT0 ul.navbar-nav li {
  margin: auto;
}
.cid-uttwTZLFT0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uttwTZLFT0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uttwTZLFT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uttwTZLFT0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uttwTZLFT0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uttwTZLFT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uttwTZLFT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uttwTZLFT0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uttwTZLFT0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-uttwTZLFT0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uttwTZLFT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uttwTZLFT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uttwTZLFT0 .navbar .icons-menu,
  .cid-uttwTZLFT0 .navbar .empty {
    display: none;
  }
  .cid-uttwTZLFT0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uttwTZLFT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uttwTZLFT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uttwTZLFT0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uttwTZLFT0 .navbar .container-fluid,
  .cid-uttwTZLFT0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uttwTZLFT0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uttwTZLFT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uttwTZLFT0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uttwTZLFT0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uttwTZLFT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uttwTZLFT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uttwTZLFT0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uttwTZLFT0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uttwTZLFT0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uttwTZLFT0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uttwTZLFT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uttwTZLFT0 .dropdown-item.active,
.cid-uttwTZLFT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uttwTZLFT0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uttwTZLFT0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uttwTZLFT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uttwTZLFT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uttwTZLFT0 .navbar-buttons {
  text-align: center;
}
.cid-uttwTZLFT0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uttwTZLFT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uttwTZLFT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uttwTZLFT0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uttwTZLFT0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uttwTZLFT0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uttwTZLFT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttwTZLFT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uttwTZLFT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uttwTZLFT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttwTZLFT0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uttwTZLFT0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uttwTZLFT0 a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-uttwTZLFT0 .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-uttwTZLFT0 .navbar {
    height: 77px;
  }
  .cid-uttwTZLFT0 .navbar.opened {
    height: auto;
  }
  .cid-uttwTZLFT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utQVAC7lJZ {
  padding-top: 140px;
  padding-bottom: 520px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
  overflow: hidden;
}
.cid-utQVAC7lJZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-utQVAC7lJZ #e2_shape {
  fill: #f5001c !important;
}
.cid-utQVAC7lJZ 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-utQVAC7lJZ img {
    width: 90%!important;
  }
}
.cid-utQVAC7lJZ H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utQVAC7lJZ mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-utQW7blg95 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utQW7blg95 .mbr-text,
.cid-utQW7blg95 blockquote {
  color: #767676;
}
.cid-utQW7blg95 .mbr-text {
  color: #232323;
}
.cid-uttwTYke8c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uttwTYke8c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uttwTYke8c H2 {
  color: #ffffff;
}
.cid-uttwTYPpK9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uttwTYPpK9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uttwTYPpK9 H2 {
  color: #ffffff;
}
.cid-uttwTZ80VN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uttwTZ80VN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uttwTZ80VN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uttwTZ80VN .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-uttwTZ80VN .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-uttwTZ80VN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uttwTZ80VN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uttwTZ80VN .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-uttwTZ80VN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uttwTZ80VN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uttwTZ80VN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uttwTZ80VN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uttwTZ80VN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uttwTZ80VN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uttwTZ80VN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uoy288hqhh {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uoy288hqhh {
    min-height: 170px !important;
  }
}
.cid-uoy288hqhh .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoy288hqhh .empty_md {
    display: block;
  }
}
.cid-uoy288hqhh .container,
.cid-uoy288hqhh .container-fluid,
.cid-uoy288hqhh .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uoy288hqhh .container,
  .cid-uoy288hqhh .container-fluid,
  .cid-uoy288hqhh .empty_md {
    min-height: 170px !important;
  }
}
.cid-uoy288hqhh .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uoy288hqhh .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uoy288hqhh .top_menu {
    min-height: 110px !important;
  }
}
.cid-uoy288hqhh .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-uoy288hqhh .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uoy288hqhh .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uoy288hqhh .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-uoy288hqhh .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uoy288hqhh .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uoy288hqhh .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-uoy288hqhh .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-uoy288hqhh .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uoy288hqhh .empty,
  .cid-uoy288hqhh .icons-menu {
    min-width: 265px;
  }
  .cid-uoy288hqhh .navbar-logo {
    margin: 0;
  }
  .cid-uoy288hqhh .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uoy288hqhh .btn {
    white-space: nowrap;
  }
  .cid-uoy288hqhh .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uoy288hqhh .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uoy288hqhh .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uoy288hqhh .dropdown-toggle::after,
  .cid-uoy288hqhh .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uoy288hqhh .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-uoy288hqhh .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-uoy288hqhh .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uoy288hqhh .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-uoy288hqhh .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-uoy288hqhh .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uoy288hqhh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uoy288hqhh .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uoy288hqhh .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uoy288hqhh .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uoy288hqhh .nav-item:focus,
.cid-uoy288hqhh .nav-link:focus {
  outline: none;
}
.cid-uoy288hqhh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uoy288hqhh .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uoy288hqhh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uoy288hqhh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoy288hqhh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uoy288hqhh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoy288hqhh ul.navbar-nav li {
  margin: auto;
}
.cid-uoy288hqhh .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uoy288hqhh .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uoy288hqhh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uoy288hqhh .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uoy288hqhh .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uoy288hqhh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoy288hqhh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoy288hqhh .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uoy288hqhh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-uoy288hqhh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoy288hqhh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoy288hqhh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uoy288hqhh .navbar .icons-menu,
  .cid-uoy288hqhh .navbar .empty {
    display: none;
  }
  .cid-uoy288hqhh .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uoy288hqhh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoy288hqhh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoy288hqhh .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uoy288hqhh .navbar .container-fluid,
  .cid-uoy288hqhh .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uoy288hqhh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoy288hqhh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoy288hqhh .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uoy288hqhh .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uoy288hqhh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uoy288hqhh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoy288hqhh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uoy288hqhh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoy288hqhh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoy288hqhh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoy288hqhh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoy288hqhh .dropdown-item.active,
.cid-uoy288hqhh .dropdown-item:active {
  background-color: transparent;
}
.cid-uoy288hqhh .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoy288hqhh .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uoy288hqhh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoy288hqhh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uoy288hqhh .navbar-buttons {
  text-align: center;
}
.cid-uoy288hqhh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uoy288hqhh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uoy288hqhh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoy288hqhh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoy288hqhh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoy288hqhh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoy288hqhh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoy288hqhh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoy288hqhh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoy288hqhh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoy288hqhh .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uoy288hqhh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uoy288hqhh a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-uoy288hqhh .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-uoy288hqhh .navbar {
    height: 77px;
  }
  .cid-uoy288hqhh .navbar.opened {
    height: auto;
  }
  .cid-uoy288hqhh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoy5mJdx8P {
  padding-top: 375px;
  padding-bottom: 375px;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cid-uoy5mJdx8P svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-uoy5mJdx8P #e2_shape {
  fill: #f5001c !important;
}
.cid-uoy5mJdx8P img {
  border-radius: 0px;
  box-shadow: 0px 0px 0px px rgba(255, 41, 65, 0.35);
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .cid-uoy5mJdx8P img {
    width: 90%!important;
  }
}
.cid-uoy5mJdx8P H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-uoy5mJdx8P mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-utzdoR6Ck7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9f9fc;
}
.cid-utzdoR6Ck7 .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cid-utzdoR6Ck7 .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-utzdoR6Ck7 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-utzdoR6Ck7 .text {
  padding-left: 108px;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-utzdoR6Ck7 .text {
    padding-left: 1rem;
  }
}
.cid-utzdoR6Ck7 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-utzdoR6Ck7 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-utzdoR6Ck7 .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-utzdoR6Ck7 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utzdoR6Ck7 .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-utzdoR6Ck7 .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-utzdoR6Ck7 .text img {
    height: 294px;
  }
}
.cid-utzdoR6Ck7 .mbr-section-subtitle {
  color: #FF4712;
}
.cid-utzdoR6Ck7 .mbr-section-title {
  color: #20232a;
}
.cid-utzdoR6Ck7 .mbr-text {
  color: #84858a;
}
.cid-utPRTY0W0O {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utPRTY0W0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPRTY0W0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPRTY0W0O .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utPRTY0W0O .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPRTY0W0O .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-utPRTY0W0O .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utPRTY0W0O .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-utPRTY0W0O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-utPRTY0W0O .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utPRTY0W0O .image-wrapper img {
    height: 350px;
  }
}
.cid-utPRTY0W0O .mbr-section-title {
  color: #ffffff;
}
.cid-utPRTY0W0O .mbr-text,
.cid-utPRTY0W0O .text-wrapper {
  color: #9aa0a6;
}
.cid-utPRTY0W0O .mbr-section-title,
.cid-utPRTY0W0O .mbr-section-btn {
  color: #000000;
}
.cid-uttETE247E {
  padding-top: 350px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/radisson-blu-exterior-1033x800.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cid-uttETE247E svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-uttETE247E #e2_shape {
  fill: #f5001c !important;
}
.cid-uttETE247E 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-uttETE247E img {
    width: 90%!important;
  }
}
.cid-uttETE247E H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-uttETE247E mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-uoy27YlV5h {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoy27YlV5h .mbr-section-subtitle {
  color: #767676;
}
.cid-uoy27YlV5h H2 {
  color: #232323;
}
.cid-uoy27YHRQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoy27YHRQA .mbr-text,
.cid-uoy27YHRQA blockquote {
  color: #767676;
}
.cid-uoy27YHRQA .mbr-text {
  color: #9aa0a6;
}
.cid-utzxmQxaii {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-utzxmQxaii .mbr-fallback-image.disabled {
  display: none;
}
.cid-utzxmQxaii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utzxmQxaii .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-utzxmQxaii .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-utzxmQxaii .embla__slide a {
  display: block;
  width: 100%;
}
.cid-utzxmQxaii .embla__button--next,
.cid-utzxmQxaii .embla__button--prev {
  display: flex;
}
.cid-utzxmQxaii .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-utzxmQxaii .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-utzxmQxaii .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utzxmQxaii .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utzxmQxaii .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utzxmQxaii .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utzxmQxaii .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utzxmQxaii .embla {
  position: relative;
  width: 100%;
}
.cid-utzxmQxaii .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-utzxmQxaii .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utzxmQxaii .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utzxmQxaii .embla__slide a {
  cursor: grab;
}
.cid-utzxmQxaii .embla__slide a:active {
  cursor: grabbing;
}
.cid-utzxmQxaii .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utzxmQxaii .item-menu-overlay {
  border-radius: 2rem;
}
.cid-utzxmQxaii .mbr-section-title {
  color: #232323;
}
.cid-utzxmQxaii .mbr-section-subtitle {
  color: #232323;
}
.cid-utzxmQxaii .mbr-box {
  color: #ffffff;
}
.cid-utzxmQxaii .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-utzxmQxaii img,
.cid-utzxmQxaii .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utzxmQxaii .item-wrapper {
  position: relative;
}
.cid-utQ6ZFkkcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-utQ6ZFkkcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQ6ZFkkcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-utQ6ZFkkcF .container {
    padding: 0 16px;
  }
}
.cid-utQ6ZFkkcF .row {
  position: relative;
  justify-content: space-between;
}
.cid-utQ6ZFkkcF .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-utQ6ZFkkcF .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-utQ6ZFkkcF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utQ6ZFkkcF .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-utQ6ZFkkcF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-utQ6ZFkkcF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utQ6ZFkkcF .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-utQ6ZFkkcF .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utQ6ZFkkcF .image-wrapper img {
    height: 350px;
  }
}
.cid-utQ6ZFkkcF .mbr-section-title {
  color: #000000;
}
.cid-utQ6ZFkkcF .mbr-text {
  color: #000000;
}
.cid-utRxkD4Zdf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-utRxkD4Zdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utRxkD4Zdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .image-wrapper {
    padding: 0;
  }
}
.cid-utRxkD4Zdf .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .image-wrapper img {
    height: 350px;
  }
}
.cid-utRxkD4Zdf .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-utRxkD4Zdf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utRxkD4Zdf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-utRxkD4Zdf .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-utRxkD4Zdf .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-utRxkD4Zdf .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-utRxkD4Zdf .mbr-section-title {
  color: #262642;
}
.cid-utRxkD4Zdf .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-utRxkD4Zdf .mbr-text {
  color: #000000;
}
.cid-utQRBpfZTp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-utQRBpfZTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQRBpfZTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utQRBpfZTp .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-utQRBpfZTp .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utQRBpfZTp .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-utQRBpfZTp .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utQRBpfZTp .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-utQRBpfZTp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utQRBpfZTp .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-utQRBpfZTp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utQRBpfZTp .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utQRBpfZTp .image-wrapper img {
    height: 350px;
  }
}
.cid-utQRBpfZTp .mbr-section-title {
  color: #000000;
}
.cid-utQRBpfZTp .mbr-desc {
  color: #b19a7c;
}
.cid-utQRBpfZTp .mbr-text {
  color: #000000;
}
.cid-utzTFhQZyL {
  padding-top: 350px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/cameron-house-and-loch-1500x843.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cid-utzTFhQZyL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-utzTFhQZyL #e2_shape {
  fill: #f5001c !important;
}
.cid-utzTFhQZyL 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-utzTFhQZyL img {
    width: 90%!important;
  }
}
.cid-utzTFhQZyL H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utzTFhQZyL mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-utzUaImyPX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utzUaImyPX .mbr-section-subtitle {
  color: #767676;
}
.cid-utzUaImyPX H2 {
  color: #232323;
}
.cid-utzUfvETCE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utzUfvETCE .mbr-text,
.cid-utzUfvETCE blockquote {
  color: #767676;
}
.cid-utzUfvETCE .mbr-text {
  color: #9aa0a6;
}
.cid-utQbrJ3B6g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utQbrJ3B6g .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utQbrJ3B6g .section-text {
  padding: 2rem 0;
}
.cid-utQbrJ3B6g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utQbrJ3B6g .inner-container {
    width: 100% !important;
  }
}
.cid-utzUjWBsHO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-utzUjWBsHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-utzUjWBsHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utzUjWBsHO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-utzUjWBsHO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-utzUjWBsHO .embla__slide a {
  display: block;
  width: 100%;
}
.cid-utzUjWBsHO .embla__button--next,
.cid-utzUjWBsHO .embla__button--prev {
  display: flex;
}
.cid-utzUjWBsHO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-utzUjWBsHO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-utzUjWBsHO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utzUjWBsHO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utzUjWBsHO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utzUjWBsHO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utzUjWBsHO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utzUjWBsHO .embla {
  position: relative;
  width: 100%;
}
.cid-utzUjWBsHO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-utzUjWBsHO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utzUjWBsHO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utzUjWBsHO .embla__slide a {
  cursor: grab;
}
.cid-utzUjWBsHO .embla__slide a:active {
  cursor: grabbing;
}
.cid-utzUjWBsHO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utzUjWBsHO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-utzUjWBsHO .mbr-section-title {
  color: #232323;
}
.cid-utzUjWBsHO .mbr-section-subtitle {
  color: #232323;
}
.cid-utzUjWBsHO .mbr-box {
  color: #ffffff;
}
.cid-utzUjWBsHO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-utzUjWBsHO img,
.cid-utzUjWBsHO .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utzUjWBsHO .item-wrapper {
  position: relative;
}
.cid-utzUomGjnF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff1e2;
}
.cid-utzUomGjnF .image-wrapper img {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .cid-utzUomGjnF .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-utzUomGjnF .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-utzUomGjnF .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-utzUomGjnF .text {
    padding-left: 1rem;
  }
}
.cid-utzUomGjnF .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-utzUomGjnF .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-utzUomGjnF .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-utzUomGjnF .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utzUomGjnF .text img {
  width: 150%;
  height: 400px;
  object-fit: contain;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-utzUomGjnF .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-utzUomGjnF .text img {
    height: 294px;
  }
}
.cid-utzUomGjnF .mbr-section-subtitle {
  color: #FF4712;
}
.cid-utzUomGjnF .mbr-section-title {
  color: #000000;
}
.cid-utzUomGjnF .mbr-text {
  color: #000000;
}
.cid-uYu9wAh4dM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-uYu9wAh4dM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYu9wAh4dM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .image-wrapper {
    padding: 0;
  }
}
.cid-uYu9wAh4dM .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .image-wrapper img {
    height: 350px;
  }
}
.cid-uYu9wAh4dM .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYu9wAh4dM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYu9wAh4dM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYu9wAh4dM .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYu9wAh4dM .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYu9wAh4dM .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYu9wAh4dM .mbr-section-title {
  color: #262642;
}
.cid-uYu9wAh4dM .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYu9wAh4dM .mbr-text {
  color: #000000;
}
.cid-utzUKgZzds {
  padding-top: 140px;
  padding-bottom: 520px;
  background-image: url("../../../assets/images/1071-1920x1080.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cid-utzUKgZzds svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(0%) scale(0, 0);
}
.cid-utzUKgZzds #e2_shape {
  fill: #f5001c !important;
}
.cid-utzUKgZzds 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-utzUKgZzds img {
    width: 90%!important;
  }
}
.cid-utzUKgZzds H1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utzUKgZzds mbr-section-btn {
  position: relative;
  top: 100;
  right: 100;
}
.cid-uoy2853Bcm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoy2853Bcm .mbr-text,
.cid-uoy2853Bcm blockquote {
  color: #767676;
}
.cid-uoy2853Bcm .mbr-text {
  color: #9aa0a6;
}
.cid-uoy285NSxZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoy285NSxZ h4 {
  display: flex;
  color: #232323;
}
.cid-uoy285NSxZ .panel-text {
  color: #767676;
  line-height: 1.5;
}
.cid-uoy285NSxZ .wrap {
  display: flex;
}
.cid-uoy285NSxZ .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-uoy285NSxZ img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uoy285NSxZ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uoy285NSxZ p {
  margin: 0;
}
.cid-uoy285NSxZ .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-uoy285NSxZ .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uoy285NSxZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uoy285NSxZ .panel-group {
  width: 100%;
}
.cid-uoy285NSxZ .panel-title {
  border-bottom: 1.75px solid #f5001c;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uoy285NSxZ .card .card-header {
  border-radius: 0px;
  border: 1px;
  padding: 0;
}
.cid-uoy285NSxZ .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-uoy285NSxZ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uoy285NSxZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uoy285NSxZ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uoy285NSxZ .card .panel-body {
  background: #ffffff;
}
.cid-uoy285NSxZ .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-uoy285NSxZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uoy285NSxZ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uoy285NSxZ .header-text,
.cid-uoy285NSxZ .sign {
  color: #232323;
}
.cid-uttKx4lx75 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1323.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.cid-uttKx4lx75 h4 {
  display: flex;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  line-height: 25px;
}
.cid-uttKx4lx75 .panel-text {
  color: #232323;
}
.cid-uttKx4lx75 .mbr-section-title {
  letter-spacing: 1px;
}
.cid-uttKx4lx75 .mbr-section-subtitle {
  text-align: left;
  line-height: 25px;
  padding-right: 25px;
  padding-left: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.cid-uttKx4lx75 .accordion-content {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
}
.cid-uttKx4lx75 .panel-group {
  width: 100%;
}
.cid-uttKx4lx75 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uttKx4lx75 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-uttKx4lx75 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #0f7699;
  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-uttKx4lx75 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uttKx4lx75 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uttKx4lx75 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uttKx4lx75 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uttKx4lx75 .card .panel-body {
  background: #ffffff;
}
.cid-uttKx4lx75 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uttKx4lx75 .media-container-row .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uttKx4lx75 .media-container-row .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-flex;
  }
}
.cid-uttKx4lx75 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uttKx4lx75 .mbr-figure img {
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 0rem;
  border-radius: 0%;
}
.cid-uoy287rdmu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uoy287rdmu .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoy287rdmu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoy287rdmu .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-uoy287rdmu .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-uoy287rdmu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uoy287rdmu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uoy287rdmu .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-uoy287rdmu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uoy287rdmu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uoy287rdmu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uoy287rdmu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoy287rdmu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoy287rdmu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uoy287rdmu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uoy289nkmk .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 6px;
  background: #ffffff;
  top: 0px;
}
.cid-uoy289nkmk .progress-bar {
  height: 6px;
  background: #010a44;
  width: 0%;
}
.cid-uoy289nkmk .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-uoy289nkmk .hidden {
  display: none;
}
.cid-uoy289nkmk H10 {
  color: #767676;
}
.cid-uttxdVOoM5 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uttxdVOoM5 {
    min-height: 170px !important;
  }
}
.cid-uttxdVOoM5 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uttxdVOoM5 .empty_md {
    display: block;
  }
}
.cid-uttxdVOoM5 .container,
.cid-uttxdVOoM5 .container-fluid,
.cid-uttxdVOoM5 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uttxdVOoM5 .container,
  .cid-uttxdVOoM5 .container-fluid,
  .cid-uttxdVOoM5 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uttxdVOoM5 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uttxdVOoM5 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uttxdVOoM5 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uttxdVOoM5 .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-uttxdVOoM5 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uttxdVOoM5 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uttxdVOoM5 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-uttxdVOoM5 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uttxdVOoM5 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uttxdVOoM5 .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-uttxdVOoM5 .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-uttxdVOoM5 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uttxdVOoM5 .empty,
  .cid-uttxdVOoM5 .icons-menu {
    min-width: 265px;
  }
  .cid-uttxdVOoM5 .navbar-logo {
    margin: 0;
  }
  .cid-uttxdVOoM5 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uttxdVOoM5 .btn {
    white-space: nowrap;
  }
  .cid-uttxdVOoM5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uttxdVOoM5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uttxdVOoM5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uttxdVOoM5 .dropdown-toggle::after,
  .cid-uttxdVOoM5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uttxdVOoM5 .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-uttxdVOoM5 .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-uttxdVOoM5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uttxdVOoM5 .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-uttxdVOoM5 .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-uttxdVOoM5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uttxdVOoM5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uttxdVOoM5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uttxdVOoM5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uttxdVOoM5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uttxdVOoM5 .nav-item:focus,
.cid-uttxdVOoM5 .nav-link:focus {
  outline: none;
}
.cid-uttxdVOoM5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uttxdVOoM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uttxdVOoM5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uttxdVOoM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uttxdVOoM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uttxdVOoM5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uttxdVOoM5 ul.navbar-nav li {
  margin: auto;
}
.cid-uttxdVOoM5 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uttxdVOoM5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uttxdVOoM5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uttxdVOoM5 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uttxdVOoM5 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uttxdVOoM5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uttxdVOoM5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uttxdVOoM5 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uttxdVOoM5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-uttxdVOoM5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uttxdVOoM5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uttxdVOoM5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uttxdVOoM5 .navbar .icons-menu,
  .cid-uttxdVOoM5 .navbar .empty {
    display: none;
  }
  .cid-uttxdVOoM5 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uttxdVOoM5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uttxdVOoM5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uttxdVOoM5 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uttxdVOoM5 .navbar .container-fluid,
  .cid-uttxdVOoM5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uttxdVOoM5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uttxdVOoM5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uttxdVOoM5 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uttxdVOoM5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uttxdVOoM5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uttxdVOoM5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uttxdVOoM5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uttxdVOoM5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uttxdVOoM5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uttxdVOoM5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uttxdVOoM5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uttxdVOoM5 .dropdown-item.active,
.cid-uttxdVOoM5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uttxdVOoM5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uttxdVOoM5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uttxdVOoM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uttxdVOoM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uttxdVOoM5 .navbar-buttons {
  text-align: center;
}
.cid-uttxdVOoM5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uttxdVOoM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uttxdVOoM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uttxdVOoM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uttxdVOoM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uttxdVOoM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uttxdVOoM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttxdVOoM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uttxdVOoM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uttxdVOoM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttxdVOoM5 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uttxdVOoM5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uttxdVOoM5 a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-uttxdVOoM5 .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-uttxdVOoM5 .navbar {
    height: 77px;
  }
  .cid-uttxdVOoM5 .navbar.opened {
    height: auto;
  }
  .cid-uttxdVOoM5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utQXVWXXlM {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-utQXVWXXlM .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-utQXVWXXlM .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-utQXVWXXlM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-utQXVWXXlM .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-utQXVWXXlM .col-12 {
  position: relative;
}
.cid-utQXVWXXlM .mbr-section-title {
  color: #263d5a;
}
.cid-utQXVWXXlM .mbr-text,
.cid-utQXVWXXlM .mbr-section-btn {
  color: #263d5a;
}
.cid-utQXVWXXlM .mbr-text .sign,
.cid-utQXVWXXlM .mbr-section-btn .sign {
  width: 100px;
  display: inline;
}
.cid-utQXVWXXlM .mbr-text .text,
.cid-utQXVWXXlM .mbr-section-btn .text,
.cid-utQXVWXXlM .mbr-text .si,
.cid-utQXVWXXlM .mbr-section-btn .si {
  text-align: left;
}
@media (max-width: 100px) {
  .cid-utQXVWXXlM .mbr-text .sign,
  .cid-utQXVWXXlM .mbr-section-btn .sign {
    width: 50%;
  }
}
.cid-uttxdVgdbI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uttxdVgdbI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uttxdVgdbI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uttxdVgdbI .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-uttxdVgdbI .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-uttxdVgdbI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uttxdVgdbI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uttxdVgdbI .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-uttxdVgdbI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uttxdVgdbI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uttxdVgdbI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uttxdVgdbI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uttxdVgdbI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uttxdVgdbI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uttxdVgdbI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqzFCBhmpM {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tqzFCBhmpM {
    min-height: 170px !important;
  }
}
.cid-tqzFCBhmpM .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tqzFCBhmpM .empty_md {
    display: block;
  }
}
.cid-tqzFCBhmpM .container,
.cid-tqzFCBhmpM .container-fluid,
.cid-tqzFCBhmpM .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tqzFCBhmpM .container,
  .cid-tqzFCBhmpM .container-fluid,
  .cid-tqzFCBhmpM .empty_md {
    min-height: 170px !important;
  }
}
.cid-tqzFCBhmpM .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tqzFCBhmpM .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzFCBhmpM .top_menu {
    min-height: 110px !important;
  }
}
.cid-tqzFCBhmpM .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tqzFCBhmpM .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tqzFCBhmpM .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tqzFCBhmpM .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-tqzFCBhmpM .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tqzFCBhmpM .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tqzFCBhmpM .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-tqzFCBhmpM .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-tqzFCBhmpM .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tqzFCBhmpM .empty,
  .cid-tqzFCBhmpM .icons-menu {
    min-width: 265px;
  }
  .cid-tqzFCBhmpM .navbar-logo {
    margin: 0;
  }
  .cid-tqzFCBhmpM .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tqzFCBhmpM .btn {
    white-space: nowrap;
  }
  .cid-tqzFCBhmpM .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tqzFCBhmpM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tqzFCBhmpM .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tqzFCBhmpM .dropdown-toggle::after,
  .cid-tqzFCBhmpM .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tqzFCBhmpM .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-tqzFCBhmpM .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-tqzFCBhmpM .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tqzFCBhmpM .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-tqzFCBhmpM .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-tqzFCBhmpM .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tqzFCBhmpM .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tqzFCBhmpM .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tqzFCBhmpM .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tqzFCBhmpM .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tqzFCBhmpM .nav-item:focus,
.cid-tqzFCBhmpM .nav-link:focus {
  outline: none;
}
.cid-tqzFCBhmpM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tqzFCBhmpM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tqzFCBhmpM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqzFCBhmpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqzFCBhmpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqzFCBhmpM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqzFCBhmpM ul.navbar-nav li {
  margin: auto;
}
.cid-tqzFCBhmpM .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tqzFCBhmpM .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tqzFCBhmpM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tqzFCBhmpM .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tqzFCBhmpM .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tqzFCBhmpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqzFCBhmpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqzFCBhmpM .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tqzFCBhmpM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tqzFCBhmpM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqzFCBhmpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqzFCBhmpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzFCBhmpM .navbar .icons-menu,
  .cid-tqzFCBhmpM .navbar .empty {
    display: none;
  }
  .cid-tqzFCBhmpM .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tqzFCBhmpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqzFCBhmpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqzFCBhmpM .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tqzFCBhmpM .navbar .container-fluid,
  .cid-tqzFCBhmpM .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tqzFCBhmpM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqzFCBhmpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqzFCBhmpM .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tqzFCBhmpM .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tqzFCBhmpM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tqzFCBhmpM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tqzFCBhmpM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tqzFCBhmpM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqzFCBhmpM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqzFCBhmpM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqzFCBhmpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqzFCBhmpM .dropdown-item.active,
.cid-tqzFCBhmpM .dropdown-item:active {
  background-color: transparent;
}
.cid-tqzFCBhmpM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqzFCBhmpM .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tqzFCBhmpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqzFCBhmpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tqzFCBhmpM .navbar-buttons {
  text-align: center;
}
.cid-tqzFCBhmpM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqzFCBhmpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tqzFCBhmpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqzFCBhmpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzFCBhmpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzFCBhmpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqzFCBhmpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzFCBhmpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqzFCBhmpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqzFCBhmpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzFCBhmpM .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tqzFCBhmpM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqzFCBhmpM a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tqzFCBhmpM .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-tqzFCBhmpM .navbar {
    height: 77px;
  }
  .cid-tqzFCBhmpM .navbar.opened {
    height: auto;
  }
  .cid-tqzFCBhmpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqzQbBp4SQ {
  background-image: url("../../../assets/images/adobestock-169422198-2000x1332.jpg");
}
.cid-tqzQbBp4SQ H2 {
  color: #89b758;
}
.cid-tqzQbBp4SQ .mbr-text,
.cid-tqzQbBp4SQ .mbr-section-btn {
  color: #808080;
}
.cid-tqzQbBp4SQ img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tqzQbBp4SQ img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-tqzQbBp4SQ H1 {
  color: #29361a;
}
.cid-tqzQbBp4SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzQbBp4SQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZdZC9fRU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trZdZC9fRU .mbr-section-title {
  color: #000000;
}
.cid-trZdZC9fRU .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-trZdZC9fRU .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-trZdZC9fRU .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-trZdZC9fRU .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-trZdZC9fRU .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-trZdZC9fRU .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trZdZC9fRU .link-wrapper {
    justify-content: center;
  }
}
.cid-trZdZC9fRU .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-trZdZC9fRU .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-trZdZC9fRU .mbr-section-subtitle:hover {
  background: #071549;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-trZdZC9fRU .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-trZdZC9fRU .link,
.cid-trZdZC9fRU .link-icon {
  color: #000000;
}
.cid-trZdZC9fRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZdZC9fRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfI3aKhM3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trfI3aKhM3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-trfI3aKhM3 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-trfI3aKhM3 .mbr-title-form {
  margin-bottom: 2.8125rem;
}
.cid-trfI3aKhM3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-trfI3aKhM3 .mbr-section-title b:last-child,
.cid-trfI3aKhM3 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-trfI3aKhM3 .mbr-section-subtitle {
  margin-bottom: 1.5625rem;
}
.cid-trfI3aKhM3 .mbr-social-links {
  margin-top: 0.5rem;
}
.cid-trfI3aKhM3 .mbr-social-links a {
  display: inline-block;
  color: #000000;
}
.cid-trfI3aKhM3 .mbr-social-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-trfI3aKhM3 .mbr-social-links span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-trfI3aKhM3 .mbr-item {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 546px) {
  .cid-trfI3aKhM3 .mbr-item {
    width: 50% !important;
  }
}
.cid-trfI3aKhM3 .map-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
  overflow: hidden;
}
.cid-trfI3aKhM3 .google-map {
  width: 100%;
  height: 100%;
}
.cid-trfI3aKhM3 .google-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0rem;
}
.cid-tqzFCpiNK7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sun-deck-4192-rs-1651x1101.jpg");
}
.cid-tqzFCpiNK7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqzFCpiNK7 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tqzFCpiNK7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-tqzFCpiNK7 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tqzFCpiNK7 .sign {
  width: 300px;
  display: inline;
}
.cid-tqzFCpiNK7 .text,
.cid-tqzFCpiNK7 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tqzFCpiNK7 .sign {
    width: 100%;
  }
}
.cid-trZnKJlaD0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-trZnKJlaD0 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-trZnKJlaD0 .modal-body .close {
  background: #1b1b1b;
}
.cid-trZnKJlaD0 .modal-body .close span {
  font-style: normal;
}
.cid-trZnKJlaD0 .carousel-inner > .active,
.cid-trZnKJlaD0 .carousel-inner > .next,
.cid-trZnKJlaD0 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-trZnKJlaD0 .carousel-control .icon-next,
.cid-trZnKJlaD0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-trZnKJlaD0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trZnKJlaD0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-trZnKJlaD0 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-trZnKJlaD0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-trZnKJlaD0 .boxed-slider > div {
  position: relative;
}
.cid-trZnKJlaD0 .container img {
  width: 100%;
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-trZnKJlaD0 .mbr-table-cell {
  padding: 0;
}
.cid-trZnKJlaD0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .mbr-overlay {
  z-index: 1;
}
.cid-trZnKJlaD0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .carousel-item .container {
    width: 100%;
  }
}
.cid-trZnKJlaD0 .carousel-item-next.carousel-item-left,
.cid-trZnKJlaD0 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-trZnKJlaD0 .active.carousel-item-right,
.cid-trZnKJlaD0 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-trZnKJlaD0 .active.carousel-item-left,
.cid-trZnKJlaD0 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trZnKJlaD0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trZnKJlaD0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-trZnKJlaD0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trZnKJlaD0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .mbr-slider .carousel-indicators li.active,
.cid-trZnKJlaD0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-trZnKJlaD0 .mbr-slider .carousel-indicators li::after,
.cid-trZnKJlaD0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-trZnKJlaD0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-trZnKJlaD0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-trZnKJlaD0 .mbr-slider > .container img {
  width: 100%;
}
.cid-trZnKJlaD0 .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-trZnKJlaD0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-trZnKJlaD0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trZnKJlaD0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-trZnKJlaD0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-trZnKJlaD0 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-trZnKJlaD0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-trZnKJlaD0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-trZnKJlaD0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-trZnKJlaD0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-trZnKJlaD0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-trZnKJlaD0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-trZnKJlaD0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-trZnKJlaD0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-trZnKJlaD0 .carousel-inner {
  height: 100%;
}
.cid-trZnKJlaD0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-trZnKJlaD0 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-trZnKJlaD0 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-trZnKJlaD0 .carousel-item .container-slide {
  text-align: center;
}
.cid-trZnKJlaD0 .content-slider-wrap {
  width: 100%;
}
.cid-trZotT5NEC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trZotT5NEC .mbr-section-subtitle {
  color: #767676;
}
.cid-trZotT5NEC H2 {
  color: #232323;
}
.cid-trZnMwwG5v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trZnMwwG5v .mbr-text,
.cid-trZnMwwG5v blockquote {
  color: #767676;
}
.cid-trZnMwwG5v .mbr-text {
  color: #232323;
}
.cid-trft4NeKqA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-trft4NeKqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-trft4NeKqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trft4NeKqA .card-row {
  align-items: stretch;
}
.cid-trft4NeKqA .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: visible;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
@media (max-width: 767px) {
  .cid-trft4NeKqA .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trft4NeKqA .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-trft4NeKqA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: visible;
}
.cid-trft4NeKqA .item-img img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: scale down;
  transition: 0.4s all;
}
.cid-trft4NeKqA .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-trft4NeKqA .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-trft4NeKqA .card-subtitle {
  color: #232323;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-trft4NeKqA .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
  line-height: 1.5;
}
.cid-trft4NeKqA .mbr-section-btn {
  margin-top: 30px;
}
.cid-trft4NeKqA .card-text,
.cid-trft4NeKqA .mbr-section-btn {
  color: #232323;
}
.cid-trft6je4Wp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trft6je4Wp .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-trft6je4Wp .container {
    max-width: 1130px;
  }
  .cid-trft6je4Wp .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-trft6je4Wp .item-content {
  padding: 0 1rem;
}
.cid-trft6je4Wp img,
.cid-trft6je4Wp .item-img {
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-trft6je4Wp img,
  .cid-trft6je4Wp .item-img {
    height: 260px;
  }
}
.cid-trft6je4Wp .item:focus,
.cid-trft6je4Wp span:focus {
  outline: none;
}
.cid-trft6je4Wp .item-wrapper {
  position: relative;
}
.cid-trft6je4Wp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-trft6je4Wp .mbr-text {
  text-align: center;
}
.cid-trft6je4Wp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-trft6je4Wp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-trft6je4Wp .embla__button--next,
.cid-trft6je4Wp .embla__button--prev {
  display: flex;
}
.cid-trft6je4Wp .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-trft6je4Wp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-trft6je4Wp .embla__button:hover {
  background-color: #f4aee6;
  color: #ffffff;
}
.cid-trft6je4Wp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trft6je4Wp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trft6je4Wp .embla__button {
    top: auto;
  }
}
.cid-trft6je4Wp .embla {
  position: relative;
  width: 100%;
}
.cid-trft6je4Wp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-trft6je4Wp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-trft6je4Wp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-trft6je4Wp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-trltXXLrKx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trltXXLrKx .image-wrapper img {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .cid-trltXXLrKx .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-trltXXLrKx .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-trltXXLrKx .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-trltXXLrKx .text {
    padding-left: 1rem;
  }
}
.cid-trltXXLrKx .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-trltXXLrKx .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-trltXXLrKx .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-trltXXLrKx .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trltXXLrKx .text img {
  width: 150%;
  height: 400px;
  object-fit: scale-down;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-trltXXLrKx .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-trltXXLrKx .text img {
    height: 294px;
  }
}
.cid-trltXXLrKx .mbr-section-subtitle {
  color: #FF4712;
}
.cid-trltXXLrKx .mbr-section-title {
  color: #20232a;
}
.cid-trltXXLrKx .mbr-text {
  color: #232323;
}
.cid-trlDXDQd8v {
  background-image: url("../../../assets/images/adobestock-114498174-2000x902.jpg");
}
.cid-trlDXDQd8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-trlDXDQd8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trlDXDQd8v .mbr-section-title {
  color: #FFFFFF;
}
.cid-trlDXDQd8v .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-trlDXDQd8v .mbr-section-btn {
  margin-top: 30px;
}
.cid-trlA30ZTuh {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
@media (max-width: 991px) {
  .cid-trlA30ZTuh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trlA30ZTuh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trlA30ZTuh .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-trlA30ZTuh .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-trlA30ZTuh .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-trlA30ZTuh .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trlA30ZTuh .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-trlA30ZTuh .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-trlA30ZTuh .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-trlA30ZTuh .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-trlA30ZTuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-trlA30ZTuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trlA30ZTuh .mbr-text,
.cid-trlA30ZTuh .mbr-section-btn {
  color: #ffffff;
}
.cid-trlA30ZTuh .mbr-section-title {
  color: #ffffff;
}
.cid-tqzFCsx7cU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #0f7699;
}
.cid-tqzFCsx7cU .carousel-inner {
  margin-bottom: 70px;
}
.cid-tqzFCsx7cU .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tqzFCsx7cU .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tqzFCsx7cU .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
}
.cid-tqzFCsx7cU .slider__image {
  margin-left: 11.8%;
}
.cid-tqzFCsx7cU .img-wrap {
  max-width: 100%;
}
.cid-tqzFCsx7cU .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tqzFCsx7cU .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tqzFCsx7cU .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-tqzFCsx7cU .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-tqzFCsx7cU .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-tqzFCsx7cU .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-tqzFCsx7cU .carousel-controls a span {
  transition: all .3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-tqzFCsx7cU .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tqzFCsx7cU .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tqzFCsx7cU .carousel-controls .carousel-control-next,
.cid-tqzFCsx7cU .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tqzFCsx7cU .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tqzFCsx7cU .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-tqzFCsx7cU .image-element {
    min-width: 50%;
  }
  .cid-tqzFCsx7cU .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tqzFCsx7cU .two__background:before {
    max-width: 90%;
  }
  .cid-tqzFCsx7cU .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tqzFCsx7cU .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tqzFCsx7cU .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tqzFCsx7cU .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tqzFCsx7cU .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tqzFCsx7cU .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tqzFCsx7cU .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tqzFCsx7cU .img-wrap {
    width: 100%;
  }
  .cid-tqzFCsx7cU .carousel-controls {
    display: none;
  }
  .cid-tqzFCsx7cU .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tqzFCsx7cU .mbr-text {
  color: #ffffff;
}
.cid-tqzFCuHi02 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzFCuHi02 P {
  color: #767676;
}
.cid-tqzFCveLDj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzFCveLDj .mbr-text,
.cid-tqzFCveLDj blockquote {
  color: #767676;
}
.cid-tqzFCveLDj .mbr-text {
  color: #232323;
}
.cid-tqzFCvKXsq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqzFCvKXsq h4 {
  display: flex;
  color: #232323;
}
.cid-tqzFCvKXsq .panel-text {
  color: #767676;
  line-height: 1.5;
}
.cid-tqzFCvKXsq .wrap {
  display: flex;
}
.cid-tqzFCvKXsq .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-tqzFCvKXsq img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tqzFCvKXsq .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tqzFCvKXsq p {
  margin: 0;
}
.cid-tqzFCvKXsq .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tqzFCvKXsq .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tqzFCvKXsq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tqzFCvKXsq .panel-group {
  width: 100%;
}
.cid-tqzFCvKXsq .panel-title {
  border-bottom: 1.75px solid #f5001c;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tqzFCvKXsq .card .card-header {
  border-radius: 0px;
  border: 1px;
  padding: 0;
}
.cid-tqzFCvKXsq .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-tqzFCvKXsq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tqzFCvKXsq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tqzFCvKXsq .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tqzFCvKXsq .card .panel-body {
  background: #ffffff;
}
.cid-tqzFCvKXsq .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-tqzFCvKXsq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tqzFCvKXsq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tqzFCvKXsq .header-text,
.cid-tqzFCvKXsq .sign {
  color: #232323;
}
.cid-tqzJobXl20 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-tqzJobXl20 h4 {
  display: -webkit-flex;
  letter-spacing: 0em;
  color: #000000;
}
.cid-tqzJobXl20 .panel-text {
  letter-spacing: 0em;
  color: #ffffff;
  line-height: 3;
  text-align: left;
}
.cid-tqzJobXl20 .mbr-section-title {
  letter-spacing: 0em;
  color: #ffffff;
}
.cid-tqzJobXl20 .mbr-section-subtitle {
  letter-spacing: 0em;
  font-weight: 100;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}
.cid-tqzJobXl20 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tqzJobXl20 .panel-group {
  width: 100%;
}
.cid-tqzJobXl20 .card {
  border-bottom: 1px solid #55b4d4;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tqzJobXl20 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tqzJobXl20 .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-tqzJobXl20 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tqzJobXl20 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tqzJobXl20 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tqzJobXl20 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tqzJobXl20 .card .panel-body {
  background: #55b4d4;
}
.cid-tqzJobXl20 .sign {
  color: #000000;
}
.cid-tqzJobXl20 .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-tqzJobXl20 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tqzJobXl20 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tqzFCyGFWl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tqzFCyGFWl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzFCyGFWl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzFCyGFWl .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-tqzFCyGFWl .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-tqzFCyGFWl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqzFCyGFWl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqzFCyGFWl .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-tqzFCyGFWl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqzFCyGFWl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqzFCyGFWl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqzFCyGFWl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqzFCyGFWl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqzFCyGFWl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqzFCyGFWl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-nSHXkCLNoJ .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 6px;
  background: #ffffff;
  top: 0px;
}
.cid-nSHXkCLNoJ .progress-bar {
  height: 6px;
  background: #010a44;
  width: 0%;
}
.cid-nSHXkCLNoJ .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-nSHXkCLNoJ .hidden {
  display: none;
}
.cid-nSHXkCLNoJ H10 {
  color: #767676;
}
.cid-tqzFOAaLz2 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tqzFOAaLz2 {
    min-height: 170px !important;
  }
}
.cid-tqzFOAaLz2 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tqzFOAaLz2 .empty_md {
    display: block;
  }
}
.cid-tqzFOAaLz2 .container,
.cid-tqzFOAaLz2 .container-fluid,
.cid-tqzFOAaLz2 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tqzFOAaLz2 .container,
  .cid-tqzFOAaLz2 .container-fluid,
  .cid-tqzFOAaLz2 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tqzFOAaLz2 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tqzFOAaLz2 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzFOAaLz2 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tqzFOAaLz2 .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tqzFOAaLz2 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tqzFOAaLz2 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tqzFOAaLz2 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-tqzFOAaLz2 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tqzFOAaLz2 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tqzFOAaLz2 .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-tqzFOAaLz2 .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-tqzFOAaLz2 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tqzFOAaLz2 .empty,
  .cid-tqzFOAaLz2 .icons-menu {
    min-width: 265px;
  }
  .cid-tqzFOAaLz2 .navbar-logo {
    margin: 0;
  }
  .cid-tqzFOAaLz2 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tqzFOAaLz2 .btn {
    white-space: nowrap;
  }
  .cid-tqzFOAaLz2 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tqzFOAaLz2 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tqzFOAaLz2 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tqzFOAaLz2 .dropdown-toggle::after,
  .cid-tqzFOAaLz2 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tqzFOAaLz2 .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-tqzFOAaLz2 .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-tqzFOAaLz2 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tqzFOAaLz2 .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-tqzFOAaLz2 .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-tqzFOAaLz2 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tqzFOAaLz2 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tqzFOAaLz2 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tqzFOAaLz2 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tqzFOAaLz2 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tqzFOAaLz2 .nav-item:focus,
.cid-tqzFOAaLz2 .nav-link:focus {
  outline: none;
}
.cid-tqzFOAaLz2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tqzFOAaLz2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tqzFOAaLz2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqzFOAaLz2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqzFOAaLz2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqzFOAaLz2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqzFOAaLz2 ul.navbar-nav li {
  margin: auto;
}
.cid-tqzFOAaLz2 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tqzFOAaLz2 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tqzFOAaLz2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tqzFOAaLz2 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tqzFOAaLz2 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tqzFOAaLz2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqzFOAaLz2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqzFOAaLz2 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tqzFOAaLz2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tqzFOAaLz2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqzFOAaLz2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqzFOAaLz2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzFOAaLz2 .navbar .icons-menu,
  .cid-tqzFOAaLz2 .navbar .empty {
    display: none;
  }
  .cid-tqzFOAaLz2 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tqzFOAaLz2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqzFOAaLz2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqzFOAaLz2 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tqzFOAaLz2 .navbar .container-fluid,
  .cid-tqzFOAaLz2 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tqzFOAaLz2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqzFOAaLz2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqzFOAaLz2 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tqzFOAaLz2 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tqzFOAaLz2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tqzFOAaLz2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tqzFOAaLz2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tqzFOAaLz2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqzFOAaLz2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqzFOAaLz2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqzFOAaLz2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqzFOAaLz2 .dropdown-item.active,
.cid-tqzFOAaLz2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqzFOAaLz2 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqzFOAaLz2 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tqzFOAaLz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqzFOAaLz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tqzFOAaLz2 .navbar-buttons {
  text-align: center;
}
.cid-tqzFOAaLz2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqzFOAaLz2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tqzFOAaLz2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqzFOAaLz2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzFOAaLz2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzFOAaLz2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqzFOAaLz2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzFOAaLz2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqzFOAaLz2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqzFOAaLz2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzFOAaLz2 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tqzFOAaLz2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqzFOAaLz2 a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tqzFOAaLz2 .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-tqzFOAaLz2 .navbar {
    height: 77px;
  }
  .cid-tqzFOAaLz2 .navbar.opened {
    height: auto;
  }
  .cid-tqzFOAaLz2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqA5saW4qL {
  background-image: url("../../../assets/images/adobestock-63922407-rs-1534x1027.jpg");
}
.cid-tqA5saW4qL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqA5saW4qL .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqA5saW4qL .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqA5saW4qL .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-tqA5saW4qL .under-image {
  width: 100%;
  height: 10%;
  opacity: 0.75;
  border-radius: 25px;
  text-align: center;
  padding: 2rem  1rem;
  margin-top: 1rem;
  background: #efefef;
}
.cid-tqA5saW4qL .mbr-section-title {
  color: #b8d94f;
  text-align: left;
}
.cid-tqA5saW4qL .under-img {
  text-align: center;
  line-height: 1.5;
  color: #232323;
  margin: 0 !important;
}
.cid-tqA5saW4qL .mbr-text,
.cid-tqA5saW4qL .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-tqA5saW4qL .mbr-text {
  line-height: 1.4;
}
.cid-tqA5saW4qL .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-tqA5saW4qL .mbr-section-title P {
  text-align: left;
}
.cid-tqA5saW4qL .sub-title P {
  text-align: left;
}
.cid-tqA5saW4qL .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-tqAbFzEuiR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqAbFzEuiR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAbFzEuiR H2 {
  color: #ffffff;
}
.cid-tqAbCKm2CB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqAbCKm2CB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAbCKm2CB H2 {
  color: #ffffff;
}
.cid-tqzFOzA1Yu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tqzFOzA1Yu .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzFOzA1Yu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzFOzA1Yu .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-tqzFOzA1Yu .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-tqzFOzA1Yu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqzFOzA1Yu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqzFOzA1Yu .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-tqzFOzA1Yu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqzFOzA1Yu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqzFOzA1Yu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqzFOzA1Yu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqzFOzA1Yu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqzFOzA1Yu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqzFOzA1Yu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqzGbIdjON {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tqzGbIdjON {
    min-height: 170px !important;
  }
}
.cid-tqzGbIdjON .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tqzGbIdjON .empty_md {
    display: block;
  }
}
.cid-tqzGbIdjON .container,
.cid-tqzGbIdjON .container-fluid,
.cid-tqzGbIdjON .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tqzGbIdjON .container,
  .cid-tqzGbIdjON .container-fluid,
  .cid-tqzGbIdjON .empty_md {
    min-height: 170px !important;
  }
}
.cid-tqzGbIdjON .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tqzGbIdjON .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzGbIdjON .top_menu {
    min-height: 110px !important;
  }
}
.cid-tqzGbIdjON .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tqzGbIdjON .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tqzGbIdjON .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tqzGbIdjON .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-tqzGbIdjON .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tqzGbIdjON .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tqzGbIdjON .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-tqzGbIdjON .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-tqzGbIdjON .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tqzGbIdjON .empty,
  .cid-tqzGbIdjON .icons-menu {
    min-width: 265px;
  }
  .cid-tqzGbIdjON .navbar-logo {
    margin: 0;
  }
  .cid-tqzGbIdjON .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tqzGbIdjON .btn {
    white-space: nowrap;
  }
  .cid-tqzGbIdjON .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tqzGbIdjON .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tqzGbIdjON .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tqzGbIdjON .dropdown-toggle::after,
  .cid-tqzGbIdjON .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tqzGbIdjON .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-tqzGbIdjON .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-tqzGbIdjON .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tqzGbIdjON .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-tqzGbIdjON .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-tqzGbIdjON .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tqzGbIdjON .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tqzGbIdjON .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tqzGbIdjON .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tqzGbIdjON .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tqzGbIdjON .nav-item:focus,
.cid-tqzGbIdjON .nav-link:focus {
  outline: none;
}
.cid-tqzGbIdjON .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tqzGbIdjON .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tqzGbIdjON .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqzGbIdjON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqzGbIdjON .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqzGbIdjON ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqzGbIdjON ul.navbar-nav li {
  margin: auto;
}
.cid-tqzGbIdjON .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tqzGbIdjON .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tqzGbIdjON .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tqzGbIdjON .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tqzGbIdjON .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tqzGbIdjON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqzGbIdjON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqzGbIdjON .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tqzGbIdjON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tqzGbIdjON .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqzGbIdjON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqzGbIdjON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzGbIdjON .navbar .icons-menu,
  .cid-tqzGbIdjON .navbar .empty {
    display: none;
  }
  .cid-tqzGbIdjON .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tqzGbIdjON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqzGbIdjON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqzGbIdjON .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tqzGbIdjON .navbar .container-fluid,
  .cid-tqzGbIdjON .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tqzGbIdjON .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqzGbIdjON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqzGbIdjON .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tqzGbIdjON .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tqzGbIdjON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tqzGbIdjON .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tqzGbIdjON .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tqzGbIdjON .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqzGbIdjON .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqzGbIdjON .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqzGbIdjON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqzGbIdjON .dropdown-item.active,
.cid-tqzGbIdjON .dropdown-item:active {
  background-color: transparent;
}
.cid-tqzGbIdjON .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqzGbIdjON .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tqzGbIdjON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqzGbIdjON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tqzGbIdjON .navbar-buttons {
  text-align: center;
}
.cid-tqzGbIdjON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqzGbIdjON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tqzGbIdjON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqzGbIdjON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzGbIdjON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzGbIdjON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqzGbIdjON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzGbIdjON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqzGbIdjON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqzGbIdjON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzGbIdjON .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tqzGbIdjON a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqzGbIdjON a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tqzGbIdjON .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-tqzGbIdjON .navbar {
    height: 77px;
  }
  .cid-tqzGbIdjON .navbar.opened {
    height: auto;
  }
  .cid-tqzGbIdjON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAcTqYZrE {
  background-image: url("../../../assets/images/cr19-10986-kodm-exterior-kmh16-geiranger29-2000x1328.jpg");
}
.cid-tqAcTqYZrE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqAcTqYZrE .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqAcTqYZrE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqAcTqYZrE .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-tqAcTqYZrE .under-image {
  width: 100%;
  height: 10%;
  opacity: 0.75;
  border-radius: 25px;
  text-align: center;
  padding: 2rem  1rem;
  margin-top: 1rem;
  background: #efefef;
}
.cid-tqAcTqYZrE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqAcTqYZrE .under-img {
  text-align: center;
  line-height: 1.5;
  color: #232323;
  margin: 0 !important;
}
.cid-tqAcTqYZrE .mbr-text,
.cid-tqAcTqYZrE .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-tqAcTqYZrE .mbr-text {
  line-height: 1.4;
}
.cid-tqAcTqYZrE .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-tqAcTqYZrE .mbr-section-title P {
  text-align: left;
}
.cid-tqAcTqYZrE .sub-title P {
  text-align: left;
}
.cid-tqAcTqYZrE .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-tqzGbHHUve {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tqzGbHHUve .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzGbHHUve .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzGbHHUve .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-tqzGbHHUve .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-tqzGbHHUve .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqzGbHHUve .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqzGbHHUve .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-tqzGbHHUve .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqzGbHHUve .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqzGbHHUve .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqzGbHHUve .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqzGbHHUve .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqzGbHHUve .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqzGbHHUve .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqzGNTtS9M {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tqzGNTtS9M {
    min-height: 170px !important;
  }
}
.cid-tqzGNTtS9M .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tqzGNTtS9M .empty_md {
    display: block;
  }
}
.cid-tqzGNTtS9M .container,
.cid-tqzGNTtS9M .container-fluid,
.cid-tqzGNTtS9M .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tqzGNTtS9M .container,
  .cid-tqzGNTtS9M .container-fluid,
  .cid-tqzGNTtS9M .empty_md {
    min-height: 170px !important;
  }
}
.cid-tqzGNTtS9M .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tqzGNTtS9M .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzGNTtS9M .top_menu {
    min-height: 110px !important;
  }
}
.cid-tqzGNTtS9M .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-tqzGNTtS9M .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tqzGNTtS9M .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tqzGNTtS9M .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-tqzGNTtS9M .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tqzGNTtS9M .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tqzGNTtS9M .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-tqzGNTtS9M .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-tqzGNTtS9M .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tqzGNTtS9M .empty,
  .cid-tqzGNTtS9M .icons-menu {
    min-width: 265px;
  }
  .cid-tqzGNTtS9M .navbar-logo {
    margin: 0;
  }
  .cid-tqzGNTtS9M .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tqzGNTtS9M .btn {
    white-space: nowrap;
  }
  .cid-tqzGNTtS9M .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tqzGNTtS9M .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tqzGNTtS9M .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tqzGNTtS9M .dropdown-toggle::after,
  .cid-tqzGNTtS9M .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tqzGNTtS9M .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-tqzGNTtS9M .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-tqzGNTtS9M .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tqzGNTtS9M .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-tqzGNTtS9M .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-tqzGNTtS9M .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tqzGNTtS9M .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tqzGNTtS9M .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tqzGNTtS9M .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tqzGNTtS9M .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tqzGNTtS9M .nav-item:focus,
.cid-tqzGNTtS9M .nav-link:focus {
  outline: none;
}
.cid-tqzGNTtS9M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tqzGNTtS9M .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tqzGNTtS9M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqzGNTtS9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqzGNTtS9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqzGNTtS9M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqzGNTtS9M ul.navbar-nav li {
  margin: auto;
}
.cid-tqzGNTtS9M .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tqzGNTtS9M .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tqzGNTtS9M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tqzGNTtS9M .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tqzGNTtS9M .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tqzGNTtS9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqzGNTtS9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqzGNTtS9M .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tqzGNTtS9M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-tqzGNTtS9M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqzGNTtS9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqzGNTtS9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqzGNTtS9M .navbar .icons-menu,
  .cid-tqzGNTtS9M .navbar .empty {
    display: none;
  }
  .cid-tqzGNTtS9M .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tqzGNTtS9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqzGNTtS9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqzGNTtS9M .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tqzGNTtS9M .navbar .container-fluid,
  .cid-tqzGNTtS9M .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tqzGNTtS9M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqzGNTtS9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqzGNTtS9M .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tqzGNTtS9M .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tqzGNTtS9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tqzGNTtS9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tqzGNTtS9M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tqzGNTtS9M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqzGNTtS9M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqzGNTtS9M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqzGNTtS9M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqzGNTtS9M .dropdown-item.active,
.cid-tqzGNTtS9M .dropdown-item:active {
  background-color: transparent;
}
.cid-tqzGNTtS9M .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqzGNTtS9M .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tqzGNTtS9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqzGNTtS9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tqzGNTtS9M .navbar-buttons {
  text-align: center;
}
.cid-tqzGNTtS9M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqzGNTtS9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tqzGNTtS9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqzGNTtS9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzGNTtS9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqzGNTtS9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqzGNTtS9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzGNTtS9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqzGNTtS9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqzGNTtS9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqzGNTtS9M .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tqzGNTtS9M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqzGNTtS9M a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-tqzGNTtS9M .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-tqzGNTtS9M .navbar {
    height: 77px;
  }
  .cid-tqzGNTtS9M .navbar.opened {
    height: auto;
  }
  .cid-tqzGNTtS9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAeMOyJj2 {
  background-image: url("../../../assets/images/adobestock-63922407-rs-1534x1027.jpg");
}
.cid-tqAeMOyJj2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqAeMOyJj2 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqAeMOyJj2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqAeMOyJj2 .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-tqAeMOyJj2 .under-image {
  width: 100%;
  height: 10%;
  opacity: 0.75;
  border-radius: 25px;
  text-align: center;
  padding: 2rem  1rem;
  margin-top: 1rem;
  background: #efefef;
}
.cid-tqAeMOyJj2 .mbr-section-title {
  color: #b8d94f;
  text-align: left;
}
.cid-tqAeMOyJj2 .under-img {
  text-align: center;
  line-height: 1.5;
  color: #232323;
  margin: 0 !important;
}
.cid-tqAeMOyJj2 .mbr-text,
.cid-tqAeMOyJj2 .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-tqAeMOyJj2 .mbr-text {
  line-height: 1.4;
}
.cid-tqAeMOyJj2 .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-tqAeMOyJj2 .mbr-section-title P {
  text-align: left;
}
.cid-tqAeMOyJj2 .sub-title P {
  text-align: left;
}
.cid-tqAeMOyJj2 .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-tqzGNQOF5M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzGNQOF5M .mbr-text,
.cid-tqzGNQOF5M blockquote {
  color: #767676;
}
.cid-tqzGNQOF5M .mbr-text {
  color: #232323;
}
.cid-tqzGNQOF5M .mbr-text P {
  text-align: left;
}
.cid-tqzGNR63nx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzGNR63nx .mbr-text,
.cid-tqzGNR63nx blockquote {
  color: #767676;
}
.cid-tqzGNR63nx .mbr-text {
  color: #232323;
}
.cid-tqzGNR63nx .mbr-text P {
  text-align: left;
}
.cid-tqzGNRnMhl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzGNRnMhl .mbr-text,
.cid-tqzGNRnMhl blockquote {
  color: #767676;
}
.cid-tqzGNRnMhl .mbr-text {
  color: #232323;
}
.cid-tqzGNRnMhl .mbr-text P {
  text-align: left;
}
.cid-tqzGNRHwup {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzGNRHwup .mbr-text,
.cid-tqzGNRHwup blockquote {
  color: #767676;
}
.cid-tqzGNRHwup .mbr-text {
  color: #232323;
}
.cid-tqzGNRHwup .mbr-text P {
  text-align: left;
}
.cid-tqzGNRYATz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tqzGNRYATz .mbr-text,
.cid-tqzGNRYATz blockquote {
  color: #767676;
}
.cid-tqzGNRYATz .mbr-text {
  color: #232323;
}
.cid-tqzGNRYATz .mbr-text P {
  text-align: left;
}
.cid-tqzGNSicwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqzGNSRCm6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tqzGNSRCm6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzGNSRCm6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzGNSRCm6 .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-tqzGNSRCm6 .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-tqzGNSRCm6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqzGNSRCm6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqzGNSRCm6 .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-tqzGNSRCm6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqzGNSRCm6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqzGNSRCm6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqzGNSRCm6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqzGNSRCm6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqzGNSRCm6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqzGNSRCm6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u6a7Kp51pN {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-u6a7Kp51pN {
    min-height: 170px !important;
  }
}
.cid-u6a7Kp51pN .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-u6a7Kp51pN .empty_md {
    display: block;
  }
}
.cid-u6a7Kp51pN .container,
.cid-u6a7Kp51pN .container-fluid,
.cid-u6a7Kp51pN .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-u6a7Kp51pN .container,
  .cid-u6a7Kp51pN .container-fluid,
  .cid-u6a7Kp51pN .empty_md {
    min-height: 170px !important;
  }
}
.cid-u6a7Kp51pN .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-u6a7Kp51pN .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u6a7Kp51pN .top_menu {
    min-height: 110px !important;
  }
}
.cid-u6a7Kp51pN .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-u6a7Kp51pN .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u6a7Kp51pN .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-u6a7Kp51pN .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-u6a7Kp51pN .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-u6a7Kp51pN .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-u6a7Kp51pN .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-u6a7Kp51pN .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-u6a7Kp51pN .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-u6a7Kp51pN .empty,
  .cid-u6a7Kp51pN .icons-menu {
    min-width: 265px;
  }
  .cid-u6a7Kp51pN .navbar-logo {
    margin: 0;
  }
  .cid-u6a7Kp51pN .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-u6a7Kp51pN .btn {
    white-space: nowrap;
  }
  .cid-u6a7Kp51pN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u6a7Kp51pN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u6a7Kp51pN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u6a7Kp51pN .dropdown-toggle::after,
  .cid-u6a7Kp51pN .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u6a7Kp51pN .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-u6a7Kp51pN .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-u6a7Kp51pN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-u6a7Kp51pN .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-u6a7Kp51pN .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-u6a7Kp51pN .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-u6a7Kp51pN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u6a7Kp51pN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u6a7Kp51pN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u6a7Kp51pN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u6a7Kp51pN .nav-item:focus,
.cid-u6a7Kp51pN .nav-link:focus {
  outline: none;
}
.cid-u6a7Kp51pN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u6a7Kp51pN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u6a7Kp51pN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u6a7Kp51pN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6a7Kp51pN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u6a7Kp51pN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6a7Kp51pN ul.navbar-nav li {
  margin: auto;
}
.cid-u6a7Kp51pN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-u6a7Kp51pN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-u6a7Kp51pN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u6a7Kp51pN .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-u6a7Kp51pN .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-u6a7Kp51pN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6a7Kp51pN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6a7Kp51pN .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-u6a7Kp51pN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-u6a7Kp51pN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6a7Kp51pN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6a7Kp51pN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u6a7Kp51pN .navbar .icons-menu,
  .cid-u6a7Kp51pN .navbar .empty {
    display: none;
  }
  .cid-u6a7Kp51pN .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-u6a7Kp51pN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6a7Kp51pN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6a7Kp51pN .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-u6a7Kp51pN .navbar .container-fluid,
  .cid-u6a7Kp51pN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u6a7Kp51pN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6a7Kp51pN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6a7Kp51pN .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-u6a7Kp51pN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u6a7Kp51pN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-u6a7Kp51pN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6a7Kp51pN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-u6a7Kp51pN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u6a7Kp51pN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u6a7Kp51pN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6a7Kp51pN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6a7Kp51pN .dropdown-item.active,
.cid-u6a7Kp51pN .dropdown-item:active {
  background-color: transparent;
}
.cid-u6a7Kp51pN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6a7Kp51pN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u6a7Kp51pN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6a7Kp51pN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u6a7Kp51pN .navbar-buttons {
  text-align: center;
}
.cid-u6a7Kp51pN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u6a7Kp51pN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-u6a7Kp51pN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6a7Kp51pN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6a7Kp51pN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6a7Kp51pN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6a7Kp51pN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6a7Kp51pN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6a7Kp51pN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6a7Kp51pN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6a7Kp51pN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u6a7Kp51pN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6a7Kp51pN a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-u6a7Kp51pN .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-u6a7Kp51pN .navbar {
    height: 77px;
  }
  .cid-u6a7Kp51pN .navbar.opened {
    height: auto;
  }
  .cid-u6a7Kp51pN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6aGsQklzz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6aGsQklzz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6aGsQklzz .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
  font-size: 3rem;
}
.cid-u6aGsQklzz .period {
  display: block;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
}
.cid-u6aGsQklzz .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
  font-size: 3rem;
}
.cid-u6aGsQklzz .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u6aGsQklzz .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-u6aGsQklzz .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u6aGsQklzz .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u6aGsQklzz .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-u6aGsQklzz .number {
    font-size: 25px;
  }
  .cid-u6aGsQklzz .period {
    font-size: 0.7rem;
  }
}
.cid-u6a7KmWdmr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6a7KmWdmr .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-u6a7KmWdmr .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u6a7KmWdmr .card .wrapper {
  overflow: hidden;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-u6a7KmWdmr .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-u6a7KmWdmr .card .wrapper .sign-wrap img {
  width: 250px;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-section-title {
  color: #000000;
}
.cid-u6a7KmWdmr .card .wrapper .mbr-text {
  color: #000000;
}
.cid-u6a7KnKCgR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6a7KnKCgR .mbr-section-subtitle {
  color: #767676;
}
.cid-u6a7KnKCgR H2 {
  color: #ffffff;
}
.cid-u6a7KofUmp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6a7KofUmp .mbr-section-subtitle {
  color: #767676;
}
.cid-u6a7KofUmp H2 {
  color: #ffffff;
}
.cid-u6a7KoySKP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u6a7KoySKP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6a7KoySKP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6a7KoySKP .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-u6a7KoySKP .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-u6a7KoySKP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6a7KoySKP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6a7KoySKP .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-u6a7KoySKP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u6a7KoySKP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u6a7KoySKP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u6a7KoySKP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6a7KoySKP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6a7KoySKP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u6a7KoySKP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u6aINrGrD2 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-u6aINrGrD2 {
    min-height: 170px !important;
  }
}
.cid-u6aINrGrD2 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-u6aINrGrD2 .empty_md {
    display: block;
  }
}
.cid-u6aINrGrD2 .container,
.cid-u6aINrGrD2 .container-fluid,
.cid-u6aINrGrD2 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-u6aINrGrD2 .container,
  .cid-u6aINrGrD2 .container-fluid,
  .cid-u6aINrGrD2 .empty_md {
    min-height: 170px !important;
  }
}
.cid-u6aINrGrD2 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-u6aINrGrD2 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u6aINrGrD2 .top_menu {
    min-height: 110px !important;
  }
}
.cid-u6aINrGrD2 .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-u6aINrGrD2 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u6aINrGrD2 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-u6aINrGrD2 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-u6aINrGrD2 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-u6aINrGrD2 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-u6aINrGrD2 .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-u6aINrGrD2 .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-u6aINrGrD2 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-u6aINrGrD2 .empty,
  .cid-u6aINrGrD2 .icons-menu {
    min-width: 265px;
  }
  .cid-u6aINrGrD2 .navbar-logo {
    margin: 0;
  }
  .cid-u6aINrGrD2 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-u6aINrGrD2 .btn {
    white-space: nowrap;
  }
  .cid-u6aINrGrD2 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u6aINrGrD2 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u6aINrGrD2 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u6aINrGrD2 .dropdown-toggle::after,
  .cid-u6aINrGrD2 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u6aINrGrD2 .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-u6aINrGrD2 .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-u6aINrGrD2 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-u6aINrGrD2 .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-u6aINrGrD2 .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-u6aINrGrD2 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-u6aINrGrD2 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u6aINrGrD2 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u6aINrGrD2 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u6aINrGrD2 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u6aINrGrD2 .nav-item:focus,
.cid-u6aINrGrD2 .nav-link:focus {
  outline: none;
}
.cid-u6aINrGrD2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u6aINrGrD2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u6aINrGrD2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u6aINrGrD2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6aINrGrD2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u6aINrGrD2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6aINrGrD2 ul.navbar-nav li {
  margin: auto;
}
.cid-u6aINrGrD2 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-u6aINrGrD2 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-u6aINrGrD2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u6aINrGrD2 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-u6aINrGrD2 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-u6aINrGrD2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6aINrGrD2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6aINrGrD2 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-u6aINrGrD2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-u6aINrGrD2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6aINrGrD2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6aINrGrD2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u6aINrGrD2 .navbar .icons-menu,
  .cid-u6aINrGrD2 .navbar .empty {
    display: none;
  }
  .cid-u6aINrGrD2 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-u6aINrGrD2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6aINrGrD2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6aINrGrD2 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-u6aINrGrD2 .navbar .container-fluid,
  .cid-u6aINrGrD2 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u6aINrGrD2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6aINrGrD2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6aINrGrD2 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-u6aINrGrD2 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u6aINrGrD2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-u6aINrGrD2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6aINrGrD2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-u6aINrGrD2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u6aINrGrD2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u6aINrGrD2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6aINrGrD2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6aINrGrD2 .dropdown-item.active,
.cid-u6aINrGrD2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6aINrGrD2 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6aINrGrD2 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u6aINrGrD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6aINrGrD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u6aINrGrD2 .navbar-buttons {
  text-align: center;
}
.cid-u6aINrGrD2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u6aINrGrD2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-u6aINrGrD2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6aINrGrD2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6aINrGrD2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6aINrGrD2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6aINrGrD2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6aINrGrD2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6aINrGrD2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6aINrGrD2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6aINrGrD2 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u6aINrGrD2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6aINrGrD2 a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-u6aINrGrD2 .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-u6aINrGrD2 .navbar {
    height: 77px;
  }
  .cid-u6aINrGrD2 .navbar.opened {
    height: auto;
  }
  .cid-u6aINrGrD2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6aINpWknm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #efefef;
}
.cid-u6aINpWknm .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #55b4d4;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-u6aINpWknm .main_header {
    padding-top: 66px;
  }
  .cid-u6aINpWknm .main_header > .row {
    flex-direction: column;
  }
  .cid-u6aINpWknm .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u6aINpWknm .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-u6aINpWknm .mbr-section-title {
    text-align: center;
  }
}
.cid-u6aINpWknm .mbr-text {
  margin: 25px 0;
}
.cid-u6aINpWknm .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u6aINpWknm .bgImage {
    height: 65vh;
  }
}
.cid-u6aINpWknm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6aINpWknm .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-u6aINpWknm .linkBtn a:after,
.cid-u6aINpWknm .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-u6aINpWknm .linkBtn a:before {
  left: 0;
}
.cid-u6aINpWknm .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-u6aINpWknm .linkBtn a:hover:before,
.cid-u6aINpWknm .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-u6aINpWknm .mbr-text,
.cid-u6aINpWknm .linkBtn {
  color: #000000;
}
.cid-u6aINqSDuE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u6aINqSDuE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6aINqSDuE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6aINqSDuE .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-u6aINqSDuE .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-u6aINqSDuE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6aINqSDuE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6aINqSDuE .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-u6aINqSDuE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u6aINqSDuE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u6aINqSDuE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u6aINqSDuE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6aINqSDuE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6aINqSDuE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u6aINqSDuE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNah1fa1zu {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .empty_md {
    display: block;
  }
}
.cid-sNah1fa1zu .container,
.cid-sNah1fa1zu .container-fluid,
.cid-sNah1fa1zu .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sNah1fa1zu .container,
  .cid-sNah1fa1zu .container-fluid,
  .cid-sNah1fa1zu .empty_md {
    min-height: 170px !important;
  }
}
.cid-sNah1fa1zu .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sNah1fa1zu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 110px !important;
  }
}
.cid-sNah1fa1zu .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-sNah1fa1zu .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sNah1fa1zu .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sNah1fa1zu .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sNah1fa1zu .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-sNah1fa1zu .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-sNah1fa1zu .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sNah1fa1zu .empty,
  .cid-sNah1fa1zu .icons-menu {
    min-width: 265px;
  }
  .cid-sNah1fa1zu .navbar-logo {
    margin: 0;
  }
  .cid-sNah1fa1zu .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sNah1fa1zu .btn {
    white-space: nowrap;
  }
  .cid-sNah1fa1zu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sNah1fa1zu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sNah1fa1zu .dropdown-toggle::after,
  .cid-sNah1fa1zu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sNah1fa1zu .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-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .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-sNah1fa1zu .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sNah1fa1zu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sNah1fa1zu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sNah1fa1zu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sNah1fa1zu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sNah1fa1zu .nav-item:focus,
.cid-sNah1fa1zu .nav-link:focus {
  outline: none;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sNah1fa1zu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNah1fa1zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sNah1fa1zu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNah1fa1zu ul.navbar-nav li {
  margin: auto;
}
.cid-sNah1fa1zu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sNah1fa1zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sNah1fa1zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNah1fa1zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNah1fa1zu .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sNah1fa1zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNah1fa1zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sNah1fa1zu .navbar .icons-menu,
  .cid-sNah1fa1zu .navbar .empty {
    display: none;
  }
  .cid-sNah1fa1zu .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sNah1fa1zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNah1fa1zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNah1fa1zu .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sNah1fa1zu .navbar .container-fluid,
  .cid-sNah1fa1zu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNah1fa1zu .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sNah1fa1zu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sNah1fa1zu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sNah1fa1zu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sNah1fa1zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNah1fa1zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNah1fa1zu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNah1fa1zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNah1fa1zu .dropdown-item.active,
.cid-sNah1fa1zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNah1fa1zu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNah1fa1zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sNah1fa1zu .navbar-buttons {
  text-align: center;
}
.cid-sNah1fa1zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNah1fa1zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNah1fa1zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNah1fa1zu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sNah1fa1zu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sNah1fa1zu a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-sNah1fa1zu .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-sNah1fa1zu .navbar {
    height: 77px;
  }
  .cid-sNah1fa1zu .navbar.opened {
    height: auto;
  }
  .cid-sNah1fa1zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utRoYqBFp3 {
  padding-top: 20rem;
  padding-bottom: 5em;
  background-image: url("../../../assets/images/mbr-1920x1141.jpeg");
}
.cid-utRoYqBFp3 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-utRoYqBFp3 .img-wrap img {
  width: 50%;
  margin: auto;
}
.cid-utRoYqBFp3 .mbr-text,
.cid-utRoYqBFp3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cid-utRoYqBFp3 .mbr-section-title {
  color: #ffffff;
}
.cid-utRoYqBFp3 .buttons-wrap .link {
  display: flex;
}
.cid-utRoYqBFp3 .mbr-arrow {
  bottom: 0;
}
.cid-trZKFHP8bN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trZKFHP8bN .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-trZKFHP8bN .row {
    padding: 20px 34px;
  }
}
.cid-trZKGXB69B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trZKGXB69B .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-trZKGXB69B .row {
    padding: 20px 34px;
  }
}
.cid-v93oeyXglG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-v93oeyXglG {
    min-height: 170px !important;
  }
}
.cid-v93oeyXglG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-v93oeyXglG .empty_md {
    display: block;
  }
}
.cid-v93oeyXglG .container,
.cid-v93oeyXglG .container-fluid,
.cid-v93oeyXglG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-v93oeyXglG .container,
  .cid-v93oeyXglG .container-fluid,
  .cid-v93oeyXglG .empty_md {
    min-height: 170px !important;
  }
}
.cid-v93oeyXglG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-v93oeyXglG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v93oeyXglG .top_menu {
    min-height: 110px !important;
  }
}
.cid-v93oeyXglG .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-v93oeyXglG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v93oeyXglG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-v93oeyXglG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-v93oeyXglG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-v93oeyXglG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-v93oeyXglG .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-v93oeyXglG .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-v93oeyXglG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-v93oeyXglG .empty,
  .cid-v93oeyXglG .icons-menu {
    min-width: 265px;
  }
  .cid-v93oeyXglG .navbar-logo {
    margin: 0;
  }
  .cid-v93oeyXglG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-v93oeyXglG .btn {
    white-space: nowrap;
  }
  .cid-v93oeyXglG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v93oeyXglG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v93oeyXglG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-v93oeyXglG .dropdown-toggle::after,
  .cid-v93oeyXglG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-v93oeyXglG .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-v93oeyXglG .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-v93oeyXglG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-v93oeyXglG .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-v93oeyXglG .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-v93oeyXglG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-v93oeyXglG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v93oeyXglG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v93oeyXglG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-v93oeyXglG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-v93oeyXglG .nav-item:focus,
.cid-v93oeyXglG .nav-link:focus {
  outline: none;
}
.cid-v93oeyXglG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v93oeyXglG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v93oeyXglG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v93oeyXglG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93oeyXglG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v93oeyXglG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93oeyXglG ul.navbar-nav li {
  margin: auto;
}
.cid-v93oeyXglG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-v93oeyXglG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-v93oeyXglG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v93oeyXglG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-v93oeyXglG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-v93oeyXglG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93oeyXglG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v93oeyXglG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-v93oeyXglG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-v93oeyXglG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v93oeyXglG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93oeyXglG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v93oeyXglG .navbar .icons-menu,
  .cid-v93oeyXglG .navbar .empty {
    display: none;
  }
  .cid-v93oeyXglG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-v93oeyXglG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93oeyXglG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93oeyXglG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-v93oeyXglG .navbar .container-fluid,
  .cid-v93oeyXglG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-v93oeyXglG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v93oeyXglG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93oeyXglG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-v93oeyXglG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-v93oeyXglG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-v93oeyXglG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v93oeyXglG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-v93oeyXglG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v93oeyXglG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v93oeyXglG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93oeyXglG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93oeyXglG .dropdown-item.active,
.cid-v93oeyXglG .dropdown-item:active {
  background-color: transparent;
}
.cid-v93oeyXglG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93oeyXglG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-v93oeyXglG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v93oeyXglG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v93oeyXglG .navbar-buttons {
  text-align: center;
}
.cid-v93oeyXglG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v93oeyXglG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-v93oeyXglG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v93oeyXglG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v93oeyXglG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v93oeyXglG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v93oeyXglG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v93oeyXglG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v93oeyXglG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v93oeyXglG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v93oeyXglG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v93oeyXglG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v93oeyXglG a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-v93oeyXglG .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-v93oeyXglG .navbar {
    height: 77px;
  }
  .cid-v93oeyXglG .navbar.opened {
    height: auto;
  }
  .cid-v93oeyXglG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93oezlNuP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v93oezlNuP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v93oezlNuP .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
  font-size: 3rem;
}
.cid-v93oezlNuP .period {
  display: block;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
}
.cid-v93oezlNuP .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
  font-size: 3rem;
}
.cid-v93oezlNuP .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v93oezlNuP .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-v93oezlNuP .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v93oezlNuP .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v93oezlNuP .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-v93oezlNuP .number {
    font-size: 25px;
  }
  .cid-v93oezlNuP .period {
    font-size: 0.7rem;
  }
}
.cid-v93oezyuoJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v93oezyuoJ .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-v93oezyuoJ .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-v93oezyuoJ .card .wrapper {
  overflow: hidden;
}
.cid-v93oezyuoJ .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-v93oezyuoJ .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-v93oezyuoJ .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v93oezyuoJ .card .wrapper .mbr-text {
  color: #82786e;
  font-weight: 300;
}
.cid-v93oezyuoJ .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-v93oezyuoJ .card .wrapper .sign-wrap img {
  width: 250px;
}
.cid-v93oezyuoJ .card .wrapper .mbr-section-title {
  color: #000000;
}
.cid-v93oezyuoJ .card .wrapper .mbr-text {
  color: #000000;
}
.cid-v93oezNoiX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v93oezNoiX .mbr-section-subtitle {
  color: #767676;
}
.cid-v93oezNoiX H2 {
  color: #ffffff;
}
.cid-v93oeA2jxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v93oeA2jxc .mbr-section-subtitle {
  color: #767676;
}
.cid-v93oeA2jxc H2 {
  color: #ffffff;
}
.cid-v93oeAb2Zi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v93oeAb2Zi .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v93oeAb2Zi .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v93oeAb2Zi .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-v93oeAb2Zi .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-v93oeAb2Zi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93oeAb2Zi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v93oeAb2Zi .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-v93oeAb2Zi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93oeAb2Zi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93oeAb2Zi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v93oeAb2Zi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93oeAb2Zi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93oeAb2Zi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93oeAb2Zi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v93oon1lmc {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-v93oon1lmc {
    min-height: 170px !important;
  }
}
.cid-v93oon1lmc .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-v93oon1lmc .empty_md {
    display: block;
  }
}
.cid-v93oon1lmc .container,
.cid-v93oon1lmc .container-fluid,
.cid-v93oon1lmc .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-v93oon1lmc .container,
  .cid-v93oon1lmc .container-fluid,
  .cid-v93oon1lmc .empty_md {
    min-height: 170px !important;
  }
}
.cid-v93oon1lmc .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-v93oon1lmc .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v93oon1lmc .top_menu {
    min-height: 110px !important;
  }
}
.cid-v93oon1lmc .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-v93oon1lmc .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v93oon1lmc .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-v93oon1lmc .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-v93oon1lmc .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-v93oon1lmc .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-v93oon1lmc .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-v93oon1lmc .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-v93oon1lmc .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-v93oon1lmc .empty,
  .cid-v93oon1lmc .icons-menu {
    min-width: 265px;
  }
  .cid-v93oon1lmc .navbar-logo {
    margin: 0;
  }
  .cid-v93oon1lmc .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-v93oon1lmc .btn {
    white-space: nowrap;
  }
  .cid-v93oon1lmc .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v93oon1lmc .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v93oon1lmc .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-v93oon1lmc .dropdown-toggle::after,
  .cid-v93oon1lmc .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-v93oon1lmc .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-v93oon1lmc .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-v93oon1lmc .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-v93oon1lmc .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-v93oon1lmc .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-v93oon1lmc .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-v93oon1lmc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v93oon1lmc .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v93oon1lmc .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-v93oon1lmc .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-v93oon1lmc .nav-item:focus,
.cid-v93oon1lmc .nav-link:focus {
  outline: none;
}
.cid-v93oon1lmc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v93oon1lmc .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v93oon1lmc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v93oon1lmc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93oon1lmc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v93oon1lmc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93oon1lmc ul.navbar-nav li {
  margin: auto;
}
.cid-v93oon1lmc .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-v93oon1lmc .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-v93oon1lmc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v93oon1lmc .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-v93oon1lmc .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-v93oon1lmc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93oon1lmc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v93oon1lmc .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-v93oon1lmc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-v93oon1lmc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v93oon1lmc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93oon1lmc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v93oon1lmc .navbar .icons-menu,
  .cid-v93oon1lmc .navbar .empty {
    display: none;
  }
  .cid-v93oon1lmc .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-v93oon1lmc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93oon1lmc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93oon1lmc .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-v93oon1lmc .navbar .container-fluid,
  .cid-v93oon1lmc .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-v93oon1lmc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v93oon1lmc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93oon1lmc .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-v93oon1lmc .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-v93oon1lmc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-v93oon1lmc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v93oon1lmc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-v93oon1lmc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v93oon1lmc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v93oon1lmc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93oon1lmc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93oon1lmc .dropdown-item.active,
.cid-v93oon1lmc .dropdown-item:active {
  background-color: transparent;
}
.cid-v93oon1lmc .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93oon1lmc .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-v93oon1lmc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v93oon1lmc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v93oon1lmc .navbar-buttons {
  text-align: center;
}
.cid-v93oon1lmc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v93oon1lmc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-v93oon1lmc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v93oon1lmc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v93oon1lmc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v93oon1lmc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v93oon1lmc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v93oon1lmc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v93oon1lmc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v93oon1lmc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v93oon1lmc .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v93oon1lmc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v93oon1lmc a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-v93oon1lmc .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-v93oon1lmc .navbar {
    height: 77px;
  }
  .cid-v93oon1lmc .navbar.opened {
    height: auto;
  }
  .cid-v93oon1lmc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93oS009sk {
  background-image: url("../../../assets/images/mbr-1920x1442.jpg");
}
.cid-v93oS009sk .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-v93oS009sk .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-v93oS009sk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v93oS009sk .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-v93oS009sk .col-12 {
  position: relative;
}
.cid-v93oS009sk .mbr-section-title {
  color: #000000;
}
.cid-v93oS009sk .mbr-text,
.cid-v93oS009sk .mbr-section-btn {
  color: #000000;
}
.cid-v93oS009sk .mbr-text .sign,
.cid-v93oS009sk .mbr-section-btn .sign {
  width: 100px;
  display: inline;
}
.cid-v93oS009sk .mbr-text .text,
.cid-v93oS009sk .mbr-section-btn .text,
.cid-v93oS009sk .mbr-text .si,
.cid-v93oS009sk .mbr-section-btn .si {
  text-align: left;
}
@media (max-width: 100px) {
  .cid-v93oS009sk .mbr-text .sign,
  .cid-v93oS009sk .mbr-section-btn .sign {
    width: 50%;
  }
}
.cid-v93oonvnE2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v93oonvnE2 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v93oonvnE2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v93oonvnE2 .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-v93oonvnE2 .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-v93oonvnE2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93oonvnE2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v93oonvnE2 .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-v93oonvnE2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93oonvnE2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93oonvnE2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v93oonvnE2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93oonvnE2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93oonvnE2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93oonvnE2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdFd8cWDGi {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-vdFd8cWDGi {
    min-height: 170px !important;
  }
}
.cid-vdFd8cWDGi .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-vdFd8cWDGi .empty_md {
    display: block;
  }
}
.cid-vdFd8cWDGi .container,
.cid-vdFd8cWDGi .container-fluid,
.cid-vdFd8cWDGi .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-vdFd8cWDGi .container,
  .cid-vdFd8cWDGi .container-fluid,
  .cid-vdFd8cWDGi .empty_md {
    min-height: 170px !important;
  }
}
.cid-vdFd8cWDGi .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-vdFd8cWDGi .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdFd8cWDGi .top_menu {
    min-height: 110px !important;
  }
}
.cid-vdFd8cWDGi .navbar-caption:hover {
  color: #f5001c !important;
}
.cid-vdFd8cWDGi .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vdFd8cWDGi .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-vdFd8cWDGi .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #06182d;
  }
  .cid-vdFd8cWDGi .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-vdFd8cWDGi .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-vdFd8cWDGi .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-vdFd8cWDGi .icons-menu .icons-wrapper:hover {
    background: #06182d;
  }
  .cid-vdFd8cWDGi .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-vdFd8cWDGi .empty,
  .cid-vdFd8cWDGi .icons-menu {
    min-width: 265px;
  }
  .cid-vdFd8cWDGi .navbar-logo {
    margin: 0;
  }
  .cid-vdFd8cWDGi .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-vdFd8cWDGi .btn {
    white-space: nowrap;
  }
  .cid-vdFd8cWDGi .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vdFd8cWDGi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vdFd8cWDGi .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vdFd8cWDGi .dropdown-toggle::after,
  .cid-vdFd8cWDGi .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vdFd8cWDGi .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-vdFd8cWDGi .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-vdFd8cWDGi .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-vdFd8cWDGi .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-vdFd8cWDGi .dropdown-menu .dropdown-item:hover {
  color: #071549 !important;
  background-color: #e6e6e6;
}
.cid-vdFd8cWDGi .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-vdFd8cWDGi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vdFd8cWDGi .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vdFd8cWDGi .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vdFd8cWDGi .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vdFd8cWDGi .nav-item:focus,
.cid-vdFd8cWDGi .nav-link:focus {
  outline: none;
}
.cid-vdFd8cWDGi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vdFd8cWDGi .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vdFd8cWDGi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vdFd8cWDGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdFd8cWDGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vdFd8cWDGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdFd8cWDGi ul.navbar-nav li {
  margin: auto;
}
.cid-vdFd8cWDGi .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vdFd8cWDGi .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vdFd8cWDGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vdFd8cWDGi .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-vdFd8cWDGi .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-vdFd8cWDGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdFd8cWDGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdFd8cWDGi .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-vdFd8cWDGi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.9rem - 1rem);
  }
}
.cid-vdFd8cWDGi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdFd8cWDGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdFd8cWDGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdFd8cWDGi .navbar .icons-menu,
  .cid-vdFd8cWDGi .navbar .empty {
    display: none;
  }
  .cid-vdFd8cWDGi .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-vdFd8cWDGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdFd8cWDGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdFd8cWDGi .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-vdFd8cWDGi .navbar .container-fluid,
  .cid-vdFd8cWDGi .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vdFd8cWDGi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdFd8cWDGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdFd8cWDGi .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-vdFd8cWDGi .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vdFd8cWDGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-vdFd8cWDGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdFd8cWDGi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vdFd8cWDGi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdFd8cWDGi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdFd8cWDGi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdFd8cWDGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdFd8cWDGi .dropdown-item.active,
.cid-vdFd8cWDGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vdFd8cWDGi .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdFd8cWDGi .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-vdFd8cWDGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdFd8cWDGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vdFd8cWDGi .navbar-buttons {
  text-align: center;
}
.cid-vdFd8cWDGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vdFd8cWDGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-vdFd8cWDGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdFd8cWDGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdFd8cWDGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdFd8cWDGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdFd8cWDGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdFd8cWDGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdFd8cWDGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdFd8cWDGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdFd8cWDGi .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vdFd8cWDGi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vdFd8cWDGi a.nav-link:hover {
  color: #f5001c !important;
}
.is-builder .cid-vdFd8cWDGi .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-vdFd8cWDGi .navbar {
    height: 77px;
  }
  .cid-vdFd8cWDGi .navbar.opened {
    height: auto;
  }
  .cid-vdFd8cWDGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdFdjetkow {
  background-image: url("../../../assets/images/hyatt-zilara-cap-cana-beach-2-1504x1002.jpg");
}
.cid-vdFdjetkow .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdFdjetkow .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-vdFdjetkow .mbr-figure img {
    width: 100% !important;
  }
}
.cid-vdFd8dAJUu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdFd8dAJUu .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdFd8dAJUu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdFd8dAJUu .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-vdFd8dAJUu .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-vdFd8dAJUu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdFd8dAJUu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdFd8dAJUu .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-vdFd8dAJUu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdFd8dAJUu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdFd8dAJUu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vdFd8dAJUu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdFd8dAJUu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdFd8dAJUu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdFd8dAJUu .media-container-row .row-copirayt p {
  width: 100%;
}
