body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #17418b !important;
}
.bg-success {
  background-color: #4ab1fa !important;
}
.bg-info {
  background-color: #17418b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #fadabf !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #17418b !important;
  border-color: #17418b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0c2249 !important;
  border-color: #0c2249 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c2249 !important;
  border-color: #0c2249 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #17418b !important;
  border-color: #17418b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0c2249 !important;
  border-color: #0c2249 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0c2249 !important;
  border-color: #0c2249 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4ab1fa !important;
  border-color: #4ab1fa !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0790f1 !important;
  border-color: #0790f1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0790f1 !important;
  border-color: #0790f1 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #fadabf !important;
  border-color: #fadabf !important;
  color: #ad560d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ad560d !important;
  background-color: #f4b178 !important;
  border-color: #f4b178 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ad560d !important;
  background-color: #f4b178 !important;
  border-color: #f4b178 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #091833;
  color: #091833;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #17418b;
  border-color: #17418b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17418b !important;
  border-color: #17418b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #091833;
  color: #091833;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #17418b;
  border-color: #17418b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17418b !important;
  border-color: #17418b !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0681d8;
  color: #0681d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #4ab1fa;
  border-color: #4ab1fa;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4ab1fa !important;
  border-color: #4ab1fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #f3a360;
  color: #f3a360;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ad560d;
  background-color: #fadabf;
  border-color: #fadabf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ad560d !important;
  background-color: #fadabf !important;
  border-color: #fadabf !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #17418b !important;
}
.text-secondary {
  color: #ff4a52 !important;
}
.text-success {
  color: #4ab1fa !important;
}
.text-info {
  color: #17418b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #fadabf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #091833 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e3000a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0681d8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #091833 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f3a360 !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: #17418b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #fadabf;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17418b;
  border-color: #17418b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #17418b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #427be0;
}
.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: #427be0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #17418b;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17418b;
  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-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17418b;
  border-bottom-color: #17418b;
}
.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: #17418b !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: #ff4a52 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2317418b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-ssKUFcJ0dy {
  z-index: 1000;
  width: 100%;
}
.cid-ssKUFcJ0dy nav.navbar {
  position: fixed;
}
.cid-ssKUFcJ0dy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssKUFcJ0dy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssKUFcJ0dy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssKUFcJ0dy .dropdown-item:hover,
.cid-ssKUFcJ0dy .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-ssKUFcJ0dy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssKUFcJ0dy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssKUFcJ0dy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssKUFcJ0dy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssKUFcJ0dy .nav-link {
  position: relative;
}
.cid-ssKUFcJ0dy .container {
  display: flex;
  margin: auto;
}
.cid-ssKUFcJ0dy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssKUFcJ0dy .dropdown-menu,
.cid-ssKUFcJ0dy .navbar.opened {
  background: #4ab1fa !important;
}
.cid-ssKUFcJ0dy .nav-item:focus,
.cid-ssKUFcJ0dy .nav-link:focus {
  outline: none;
}
.cid-ssKUFcJ0dy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssKUFcJ0dy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssKUFcJ0dy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssKUFcJ0dy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssKUFcJ0dy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssKUFcJ0dy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssKUFcJ0dy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-ssKUFcJ0dy .navbar.opened {
  transition: all 0.3s;
}
.cid-ssKUFcJ0dy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssKUFcJ0dy .navbar .navbar-logo img {
  width: auto;
}
.cid-ssKUFcJ0dy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssKUFcJ0dy .navbar.collapsed {
  justify-content: center;
}
.cid-ssKUFcJ0dy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssKUFcJ0dy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssKUFcJ0dy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-ssKUFcJ0dy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssKUFcJ0dy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssKUFcJ0dy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ssKUFcJ0dy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssKUFcJ0dy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssKUFcJ0dy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssKUFcJ0dy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssKUFcJ0dy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssKUFcJ0dy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssKUFcJ0dy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssKUFcJ0dy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ssKUFcJ0dy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssKUFcJ0dy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssKUFcJ0dy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssKUFcJ0dy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssKUFcJ0dy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssKUFcJ0dy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssKUFcJ0dy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssKUFcJ0dy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssKUFcJ0dy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssKUFcJ0dy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssKUFcJ0dy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssKUFcJ0dy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssKUFcJ0dy .dropdown-item.active,
.cid-ssKUFcJ0dy .dropdown-item:active {
  background-color: transparent;
}
.cid-ssKUFcJ0dy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssKUFcJ0dy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssKUFcJ0dy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssKUFcJ0dy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-ssKUFcJ0dy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssKUFcJ0dy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssKUFcJ0dy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssKUFcJ0dy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssKUFcJ0dy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssKUFcJ0dy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-ssKUFcJ0dy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssKUFcJ0dy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssKUFcJ0dy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssKUFcJ0dy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssKUFcJ0dy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssKUFcJ0dy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssKUFcJ0dy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssKUFcJ0dy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssKUFcJ0dy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssKUFcJ0dy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssKUFcJ0dy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssKUFcJ0dy .navbar {
    height: 70px;
  }
  .cid-ssKUFcJ0dy .navbar.opened {
    height: auto;
  }
  .cid-ssKUFcJ0dy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2SRgkSLT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-st2SRgkSLT .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-st2SRgkSLT .mbr-text {
  color: #ffffff;
}
.cid-st2SRgkSLT p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-st2SRgkSLT .card {
    margin-bottom: 2rem;
  }
}
.cid-st2SRgkSLT .card-title,
.cid-st2SRgkSLT .card-img {
  color: #000000;
}
.cid-st2SRgkSLT .mbr-section-title {
  text-align: center;
}
.cid-st2SRgkSLT .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-stdPIVjb0D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/shutterstock-131435936-1000x667.jpg");
}
.cid-stdPIVjb0D .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-stdPIVjb0D .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-stdPIVjb0D p {
  line-height: 1.6;
}
.cid-stdPIVjb0D .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-stdPIVjb0D .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-stdPIVjb0D .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-stdPIVjb0D img {
  transition: all 0.3s;
}
.cid-stdPIVjb0D .card-box {
  padding: 1.5rem;
}
.cid-stdPIVjb0D .mbr-section-title {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.cid-stdPIVjb0D .card-box > p,
.cid-stdPIVjb0D .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-stdPIVjb0D .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-st2Pd5AgkA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17418b;
}
.cid-st2Pd5AgkA .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-st2Pd5AgkA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-st2Pd5AgkA .mbr-text {
  color: #444;
}
.cid-st2Pd5AgkA h5 {
  margin-bottom: 0;
}
.cid-st2Pd5AgkA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-st2Pd5AgkA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-st2Pd5AgkA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-st2Pd5AgkA .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-st2Pd5AgkA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-st2Pd5AgkA .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-st2Pd5AgkA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-st2Pd5AgkA .social-list a:hover {
  opacity: .4;
}
.cid-st2Pd5AgkA .media-container-row > div {
  padding: 0px;
}
.cid-st2Pd5AgkA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-st2Pd5AgkA .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-st2Pd5AgkA .group-title SPAN {
  color: #ffffff;
}
.cid-st2Pd5AgkA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-st2Pd5AgkA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-st2Pd5AgkA .social-list,
  .cid-st2Pd5AgkA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-st2Pd5AgkA h3 {
    margin-bottom: 10px;
  }
  .cid-st2Pd5AgkA .navbar-brand {
    text-align: center;
  }
}
.cid-st2Pd5AgkA .links SPAN {
  color: #9e9e9e;
}
.cid-stdXTqzVQK {
  z-index: 1000;
  width: 100%;
}
.cid-stdXTqzVQK nav.navbar {
  position: fixed;
}
.cid-stdXTqzVQK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stdXTqzVQK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stdXTqzVQK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stdXTqzVQK .dropdown-item:hover,
.cid-stdXTqzVQK .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-stdXTqzVQK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stdXTqzVQK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stdXTqzVQK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stdXTqzVQK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stdXTqzVQK .nav-link {
  position: relative;
}
.cid-stdXTqzVQK .container {
  display: flex;
  margin: auto;
}
.cid-stdXTqzVQK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stdXTqzVQK .dropdown-menu,
.cid-stdXTqzVQK .navbar.opened {
  background: #4ab1fa !important;
}
.cid-stdXTqzVQK .nav-item:focus,
.cid-stdXTqzVQK .nav-link:focus {
  outline: none;
}
.cid-stdXTqzVQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stdXTqzVQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stdXTqzVQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stdXTqzVQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stdXTqzVQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stdXTqzVQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stdXTqzVQK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-stdXTqzVQK .navbar.opened {
  transition: all 0.3s;
}
.cid-stdXTqzVQK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stdXTqzVQK .navbar .navbar-logo img {
  width: auto;
}
.cid-stdXTqzVQK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stdXTqzVQK .navbar.collapsed {
  justify-content: center;
}
.cid-stdXTqzVQK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stdXTqzVQK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stdXTqzVQK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-stdXTqzVQK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stdXTqzVQK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stdXTqzVQK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stdXTqzVQK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stdXTqzVQK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stdXTqzVQK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stdXTqzVQK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stdXTqzVQK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stdXTqzVQK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stdXTqzVQK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stdXTqzVQK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stdXTqzVQK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stdXTqzVQK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stdXTqzVQK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stdXTqzVQK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stdXTqzVQK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stdXTqzVQK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stdXTqzVQK .navbar.navbar-short {
  min-height: 60px;
}
.cid-stdXTqzVQK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stdXTqzVQK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stdXTqzVQK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stdXTqzVQK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stdXTqzVQK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stdXTqzVQK .dropdown-item.active,
.cid-stdXTqzVQK .dropdown-item:active {
  background-color: transparent;
}
.cid-stdXTqzVQK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stdXTqzVQK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stdXTqzVQK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stdXTqzVQK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-stdXTqzVQK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stdXTqzVQK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stdXTqzVQK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stdXTqzVQK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stdXTqzVQK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stdXTqzVQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-stdXTqzVQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stdXTqzVQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stdXTqzVQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stdXTqzVQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stdXTqzVQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stdXTqzVQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stdXTqzVQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stdXTqzVQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stdXTqzVQK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stdXTqzVQK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stdXTqzVQK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stdXTqzVQK .navbar {
    height: 70px;
  }
  .cid-stdXTqzVQK .navbar.opened {
    height: auto;
  }
  .cid-stdXTqzVQK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stdZtOjiC9 {
  padding-top: 615px;
  background-image: url("../../../assets/images/top-photo-saona-on-website-1500x750.jpg");
}
.cid-ste9lGvYZl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ste9lGvYZl .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-ste9lGvYZl .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-ste9lGvYZl .ico-line {
  display: -webkit-flex;
}
.cid-ste9lGvYZl .col-md-4 {
  padding: 0;
}
.cid-ste9lGvYZl p {
  line-height: 1.6;
}
.cid-ste9lGvYZl .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-ste9lGvYZl .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-ste9lGvYZl .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-ste9lGvYZl .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-ste9lGvYZl img {
  transition: all 0.3s;
}
.cid-ste9lGvYZl h5 {
  margin: 0;
}
.cid-ste9lGvYZl .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-ste9lGvYZl .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-ste9lGvYZl .card-box > p,
.cid-ste9lGvYZl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ste9lGvYZl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ste9lGvYZl .price {
  color: #ffffff;
  text-align: left;
}
.cid-ste9lGvYZl .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ste9lGvYZl .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-ste9lGvYZl .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-ste9lGvYZl .col-md-4 {
    padding: 0 15px;
  }
  .cid-ste9lGvYZl .col-md-8 {
    margin: 0 15px;
  }
  .cid-ste9lGvYZl .price-box {
    left: 15px;
  }
  .cid-ste9lGvYZl .card-box {
    padding: 1rem;
  }
}
.cid-u5GqHKWYDI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5GqHKWYDI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5GqHKWYDI H2 {
  color: #062a69;
}
.cid-u5GqHKWYDI LABEL {
  color: #062a69;
}
.cid-stdXTrA89b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-stdXTrA89b .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-stdXTrA89b .mbr-text {
  color: #ffffff;
}
.cid-stdXTrA89b p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-stdXTrA89b .card {
    margin-bottom: 2rem;
  }
}
.cid-stdXTrA89b .card-title,
.cid-stdXTrA89b .card-img {
  color: #000000;
}
.cid-stdXTrA89b .mbr-section-title {
  text-align: center;
}
.cid-stdXTrA89b .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-stdXTtohqm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-stdXTtohqm .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-stdXTtohqm .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-stdXTtohqm .mbr-text {
  color: #444;
}
.cid-stdXTtohqm h5 {
  margin-bottom: 0;
}
.cid-stdXTtohqm .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-stdXTtohqm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stdXTtohqm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-stdXTtohqm .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stdXTtohqm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stdXTtohqm .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-stdXTtohqm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stdXTtohqm .social-list a:hover {
  opacity: .4;
}
.cid-stdXTtohqm .media-container-row > div {
  padding: 0px;
}
.cid-stdXTtohqm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-stdXTtohqm .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-stdXTtohqm .group-title SPAN {
  color: #ffffff;
}
.cid-stdXTtohqm .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-stdXTtohqm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-stdXTtohqm .social-list,
  .cid-stdXTtohqm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-stdXTtohqm h3 {
    margin-bottom: 10px;
  }
  .cid-stdXTtohqm .navbar-brand {
    text-align: center;
  }
}
.cid-stdXTtohqm .links SPAN {
  color: #9e9e9e;
}
.cid-stkaG6EgNe {
  z-index: 1000;
  width: 100%;
}
.cid-stkaG6EgNe nav.navbar {
  position: fixed;
}
.cid-stkaG6EgNe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stkaG6EgNe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stkaG6EgNe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stkaG6EgNe .dropdown-item:hover,
.cid-stkaG6EgNe .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-stkaG6EgNe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stkaG6EgNe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stkaG6EgNe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stkaG6EgNe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stkaG6EgNe .nav-link {
  position: relative;
}
.cid-stkaG6EgNe .container {
  display: flex;
  margin: auto;
}
.cid-stkaG6EgNe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stkaG6EgNe .dropdown-menu,
.cid-stkaG6EgNe .navbar.opened {
  background: #4ab1fa !important;
}
.cid-stkaG6EgNe .nav-item:focus,
.cid-stkaG6EgNe .nav-link:focus {
  outline: none;
}
.cid-stkaG6EgNe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stkaG6EgNe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stkaG6EgNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stkaG6EgNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stkaG6EgNe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stkaG6EgNe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stkaG6EgNe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-stkaG6EgNe .navbar.opened {
  transition: all 0.3s;
}
.cid-stkaG6EgNe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stkaG6EgNe .navbar .navbar-logo img {
  width: auto;
}
.cid-stkaG6EgNe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stkaG6EgNe .navbar.collapsed {
  justify-content: center;
}
.cid-stkaG6EgNe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stkaG6EgNe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stkaG6EgNe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-stkaG6EgNe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stkaG6EgNe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stkaG6EgNe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stkaG6EgNe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stkaG6EgNe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stkaG6EgNe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stkaG6EgNe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stkaG6EgNe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stkaG6EgNe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stkaG6EgNe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stkaG6EgNe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stkaG6EgNe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stkaG6EgNe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stkaG6EgNe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stkaG6EgNe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stkaG6EgNe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stkaG6EgNe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stkaG6EgNe .navbar.navbar-short {
  min-height: 60px;
}
.cid-stkaG6EgNe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stkaG6EgNe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stkaG6EgNe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stkaG6EgNe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stkaG6EgNe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stkaG6EgNe .dropdown-item.active,
.cid-stkaG6EgNe .dropdown-item:active {
  background-color: transparent;
}
.cid-stkaG6EgNe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stkaG6EgNe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stkaG6EgNe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stkaG6EgNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-stkaG6EgNe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stkaG6EgNe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stkaG6EgNe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stkaG6EgNe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stkaG6EgNe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stkaG6EgNe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-stkaG6EgNe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stkaG6EgNe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stkaG6EgNe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stkaG6EgNe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stkaG6EgNe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stkaG6EgNe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stkaG6EgNe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stkaG6EgNe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stkaG6EgNe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stkaG6EgNe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stkaG6EgNe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stkaG6EgNe .navbar {
    height: 70px;
  }
  .cid-stkaG6EgNe .navbar.opened {
    height: auto;
  }
  .cid-stkaG6EgNe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stkaG7smQS {
  padding-top: 615px;
  background-image: url("../../../assets/images/top-photo-catalina-website-1500x750.jpg");
}
.cid-stkaG8aFzH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stkaG8aFzH .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-stkaG8aFzH .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-stkaG8aFzH .ico-line {
  display: -webkit-flex;
}
.cid-stkaG8aFzH .col-md-4 {
  padding: 0;
}
.cid-stkaG8aFzH p {
  line-height: 1.6;
}
.cid-stkaG8aFzH .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-stkaG8aFzH .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-stkaG8aFzH .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-stkaG8aFzH .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-stkaG8aFzH img {
  transition: all 0.3s;
}
.cid-stkaG8aFzH h5 {
  margin: 0;
}
.cid-stkaG8aFzH .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-stkaG8aFzH .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-stkaG8aFzH .card-box > p,
.cid-stkaG8aFzH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-stkaG8aFzH .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-stkaG8aFzH .price {
  color: #ffffff;
  text-align: left;
}
.cid-stkaG8aFzH .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-stkaG8aFzH .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-stkaG8aFzH .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-stkaG8aFzH .col-md-4 {
    padding: 0 15px;
  }
  .cid-stkaG8aFzH .col-md-8 {
    margin: 0 15px;
  }
  .cid-stkaG8aFzH .price-box {
    left: 15px;
  }
  .cid-stkaG8aFzH .card-box {
    padding: 1rem;
  }
}
.cid-u5Gr47ibS7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5Gr47ibS7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5Gr47ibS7 H2 {
  color: #062a69;
}
.cid-u5Gr47ibS7 LABEL {
  color: #062a69;
}
.cid-stkaGaWLja {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-stkaGaWLja .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-stkaGaWLja .mbr-text {
  color: #ffffff;
}
.cid-stkaGaWLja p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-stkaGaWLja .card {
    margin-bottom: 2rem;
  }
}
.cid-stkaGaWLja .card-title,
.cid-stkaGaWLja .card-img {
  color: #000000;
}
.cid-stkaGaWLja .mbr-section-title {
  text-align: center;
}
.cid-stkaGaWLja .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-stkaGbCQyo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-stkaGbCQyo .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-stkaGbCQyo .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-stkaGbCQyo .mbr-text {
  color: #444;
}
.cid-stkaGbCQyo h5 {
  margin-bottom: 0;
}
.cid-stkaGbCQyo .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-stkaGbCQyo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stkaGbCQyo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-stkaGbCQyo .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stkaGbCQyo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stkaGbCQyo .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-stkaGbCQyo .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stkaGbCQyo .social-list a:hover {
  opacity: .4;
}
.cid-stkaGbCQyo .media-container-row > div {
  padding: 0px;
}
.cid-stkaGbCQyo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-stkaGbCQyo .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-stkaGbCQyo .group-title SPAN {
  color: #ffffff;
}
.cid-stkaGbCQyo .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-stkaGbCQyo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-stkaGbCQyo .social-list,
  .cid-stkaGbCQyo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-stkaGbCQyo h3 {
    margin-bottom: 10px;
  }
  .cid-stkaGbCQyo .navbar-brand {
    text-align: center;
  }
}
.cid-stkaGbCQyo .links SPAN {
  color: #9e9e9e;
}
.cid-stNDprsXOH {
  z-index: 1000;
  width: 100%;
}
.cid-stNDprsXOH nav.navbar {
  position: fixed;
}
.cid-stNDprsXOH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stNDprsXOH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stNDprsXOH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stNDprsXOH .dropdown-item:hover,
.cid-stNDprsXOH .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-stNDprsXOH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stNDprsXOH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stNDprsXOH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stNDprsXOH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stNDprsXOH .nav-link {
  position: relative;
}
.cid-stNDprsXOH .container {
  display: flex;
  margin: auto;
}
.cid-stNDprsXOH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stNDprsXOH .dropdown-menu,
.cid-stNDprsXOH .navbar.opened {
  background: #4ab1fa !important;
}
.cid-stNDprsXOH .nav-item:focus,
.cid-stNDprsXOH .nav-link:focus {
  outline: none;
}
.cid-stNDprsXOH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stNDprsXOH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stNDprsXOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stNDprsXOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stNDprsXOH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stNDprsXOH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stNDprsXOH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-stNDprsXOH .navbar.opened {
  transition: all 0.3s;
}
.cid-stNDprsXOH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stNDprsXOH .navbar .navbar-logo img {
  width: auto;
}
.cid-stNDprsXOH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stNDprsXOH .navbar.collapsed {
  justify-content: center;
}
.cid-stNDprsXOH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stNDprsXOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stNDprsXOH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-stNDprsXOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stNDprsXOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stNDprsXOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stNDprsXOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stNDprsXOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stNDprsXOH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stNDprsXOH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stNDprsXOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stNDprsXOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stNDprsXOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stNDprsXOH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stNDprsXOH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stNDprsXOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stNDprsXOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stNDprsXOH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stNDprsXOH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stNDprsXOH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stNDprsXOH .navbar.navbar-short {
  min-height: 60px;
}
.cid-stNDprsXOH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stNDprsXOH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stNDprsXOH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stNDprsXOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stNDprsXOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stNDprsXOH .dropdown-item.active,
.cid-stNDprsXOH .dropdown-item:active {
  background-color: transparent;
}
.cid-stNDprsXOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stNDprsXOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stNDprsXOH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stNDprsXOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-stNDprsXOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stNDprsXOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stNDprsXOH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stNDprsXOH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stNDprsXOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stNDprsXOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-stNDprsXOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stNDprsXOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stNDprsXOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stNDprsXOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stNDprsXOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stNDprsXOH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stNDprsXOH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stNDprsXOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stNDprsXOH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stNDprsXOH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stNDprsXOH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stNDprsXOH .navbar {
    height: 70px;
  }
  .cid-stNDprsXOH .navbar.opened {
    height: auto;
  }
  .cid-stNDprsXOH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stNDps0Gk4 {
  padding-top: 900px;
  background-image: url("../../../assets/images/top-photo-on-website-horseback-1500x750.jpg");
}
.cid-stNDpsxeuB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stNDpsxeuB .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-stNDpsxeuB .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-stNDpsxeuB .ico-line {
  display: -webkit-flex;
}
.cid-stNDpsxeuB .col-md-4 {
  padding: 0;
}
.cid-stNDpsxeuB p {
  line-height: 1.6;
}
.cid-stNDpsxeuB .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-stNDpsxeuB .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-stNDpsxeuB .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-stNDpsxeuB .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-stNDpsxeuB img {
  transition: all 0.3s;
}
.cid-stNDpsxeuB h5 {
  margin: 0;
}
.cid-stNDpsxeuB .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-stNDpsxeuB .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-stNDpsxeuB .card-box > p,
.cid-stNDpsxeuB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-stNDpsxeuB .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-stNDpsxeuB .price {
  color: #ffffff;
  text-align: left;
}
.cid-stNDpsxeuB .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-stNDpsxeuB .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-stNDpsxeuB .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-stNDpsxeuB .col-md-4 {
    padding: 0 15px;
  }
  .cid-stNDpsxeuB .col-md-8 {
    margin: 0 15px;
  }
  .cid-stNDpsxeuB .price-box {
    left: 15px;
  }
  .cid-stNDpsxeuB .card-box {
    padding: 1rem;
  }
}
.cid-u5GqTEuTdP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5GqTEuTdP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5GqTEuTdP H2 {
  color: #062a69;
}
.cid-u5GqTEuTdP LABEL {
  color: #062a69;
}
.cid-stNDptPuLW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-stNDptPuLW .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-stNDptPuLW .mbr-text {
  color: #ffffff;
}
.cid-stNDptPuLW p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-stNDptPuLW .card {
    margin-bottom: 2rem;
  }
}
.cid-stNDptPuLW .card-title,
.cid-stNDptPuLW .card-img {
  color: #000000;
}
.cid-stNDptPuLW .mbr-section-title {
  text-align: center;
}
.cid-stNDptPuLW .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-stNDpul2HL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-stNDpul2HL .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-stNDpul2HL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-stNDpul2HL .mbr-text {
  color: #444;
}
.cid-stNDpul2HL h5 {
  margin-bottom: 0;
}
.cid-stNDpul2HL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-stNDpul2HL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stNDpul2HL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-stNDpul2HL .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stNDpul2HL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stNDpul2HL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-stNDpul2HL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stNDpul2HL .social-list a:hover {
  opacity: .4;
}
.cid-stNDpul2HL .media-container-row > div {
  padding: 0px;
}
.cid-stNDpul2HL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-stNDpul2HL .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-stNDpul2HL .group-title SPAN {
  color: #ffffff;
}
.cid-stNDpul2HL .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-stNDpul2HL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-stNDpul2HL .social-list,
  .cid-stNDpul2HL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-stNDpul2HL h3 {
    margin-bottom: 10px;
  }
  .cid-stNDpul2HL .navbar-brand {
    text-align: center;
  }
}
.cid-stNDpul2HL .links SPAN {
  color: #9e9e9e;
}
.cid-sulS2H0yPK {
  z-index: 1000;
  width: 100%;
}
.cid-sulS2H0yPK nav.navbar {
  position: fixed;
}
.cid-sulS2H0yPK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sulS2H0yPK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sulS2H0yPK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sulS2H0yPK .dropdown-item:hover,
.cid-sulS2H0yPK .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-sulS2H0yPK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sulS2H0yPK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sulS2H0yPK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sulS2H0yPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sulS2H0yPK .nav-link {
  position: relative;
}
.cid-sulS2H0yPK .container {
  display: flex;
  margin: auto;
}
.cid-sulS2H0yPK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sulS2H0yPK .dropdown-menu,
.cid-sulS2H0yPK .navbar.opened {
  background: #4ab1fa !important;
}
.cid-sulS2H0yPK .nav-item:focus,
.cid-sulS2H0yPK .nav-link:focus {
  outline: none;
}
.cid-sulS2H0yPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sulS2H0yPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sulS2H0yPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sulS2H0yPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sulS2H0yPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sulS2H0yPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sulS2H0yPK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-sulS2H0yPK .navbar.opened {
  transition: all 0.3s;
}
.cid-sulS2H0yPK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sulS2H0yPK .navbar .navbar-logo img {
  width: auto;
}
.cid-sulS2H0yPK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sulS2H0yPK .navbar.collapsed {
  justify-content: center;
}
.cid-sulS2H0yPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sulS2H0yPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sulS2H0yPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sulS2H0yPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sulS2H0yPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sulS2H0yPK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sulS2H0yPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sulS2H0yPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sulS2H0yPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sulS2H0yPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sulS2H0yPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sulS2H0yPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sulS2H0yPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sulS2H0yPK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sulS2H0yPK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sulS2H0yPK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sulS2H0yPK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sulS2H0yPK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sulS2H0yPK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sulS2H0yPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sulS2H0yPK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sulS2H0yPK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sulS2H0yPK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sulS2H0yPK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sulS2H0yPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sulS2H0yPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sulS2H0yPK .dropdown-item.active,
.cid-sulS2H0yPK .dropdown-item:active {
  background-color: transparent;
}
.cid-sulS2H0yPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sulS2H0yPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sulS2H0yPK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sulS2H0yPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-sulS2H0yPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sulS2H0yPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sulS2H0yPK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sulS2H0yPK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sulS2H0yPK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sulS2H0yPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-sulS2H0yPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sulS2H0yPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sulS2H0yPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sulS2H0yPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sulS2H0yPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sulS2H0yPK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sulS2H0yPK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sulS2H0yPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sulS2H0yPK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sulS2H0yPK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sulS2H0yPK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sulS2H0yPK .navbar {
    height: 70px;
  }
  .cid-sulS2H0yPK .navbar.opened {
    height: auto;
  }
  .cid-sulS2H0yPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sulS2HD7gA {
  padding-top: 615px;
  background-image: url("../../../assets/images/top-photo-altos-de-chavon-on-website-1500x750.jpg");
}
.cid-sulS2IdtVG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sulS2IdtVG .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-sulS2IdtVG .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-sulS2IdtVG .ico-line {
  display: -webkit-flex;
}
.cid-sulS2IdtVG .col-md-4 {
  padding: 0;
}
.cid-sulS2IdtVG p {
  line-height: 1.6;
}
.cid-sulS2IdtVG .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-sulS2IdtVG .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-sulS2IdtVG .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-sulS2IdtVG .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-sulS2IdtVG img {
  transition: all 0.3s;
}
.cid-sulS2IdtVG h5 {
  margin: 0;
}
.cid-sulS2IdtVG .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-sulS2IdtVG .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-sulS2IdtVG .card-box > p,
.cid-sulS2IdtVG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sulS2IdtVG .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sulS2IdtVG .price {
  color: #ffffff;
  text-align: left;
}
.cid-sulS2IdtVG .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-sulS2IdtVG .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-sulS2IdtVG .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-sulS2IdtVG .col-md-4 {
    padding: 0 15px;
  }
  .cid-sulS2IdtVG .col-md-8 {
    margin: 0 15px;
  }
  .cid-sulS2IdtVG .price-box {
    left: 15px;
  }
  .cid-sulS2IdtVG .card-box {
    padding: 1rem;
  }
}
.cid-u5GqYq3cZe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5GqYq3cZe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5GqYq3cZe H2 {
  color: #062a69;
}
.cid-u5GqYq3cZe LABEL {
  color: #062a69;
}
.cid-sulS2JCAHa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-sulS2JCAHa .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-sulS2JCAHa .mbr-text {
  color: #ffffff;
}
.cid-sulS2JCAHa p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sulS2JCAHa .card {
    margin-bottom: 2rem;
  }
}
.cid-sulS2JCAHa .card-title,
.cid-sulS2JCAHa .card-img {
  color: #000000;
}
.cid-sulS2JCAHa .mbr-section-title {
  text-align: center;
}
.cid-sulS2JCAHa .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sulS2K8nXT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-sulS2K8nXT .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-sulS2K8nXT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sulS2K8nXT .mbr-text {
  color: #444;
}
.cid-sulS2K8nXT h5 {
  margin-bottom: 0;
}
.cid-sulS2K8nXT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sulS2K8nXT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sulS2K8nXT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-sulS2K8nXT .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sulS2K8nXT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sulS2K8nXT .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sulS2K8nXT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sulS2K8nXT .social-list a:hover {
  opacity: .4;
}
.cid-sulS2K8nXT .media-container-row > div {
  padding: 0px;
}
.cid-sulS2K8nXT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sulS2K8nXT .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-sulS2K8nXT .group-title SPAN {
  color: #ffffff;
}
.cid-sulS2K8nXT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sulS2K8nXT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sulS2K8nXT .social-list,
  .cid-sulS2K8nXT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sulS2K8nXT h3 {
    margin-bottom: 10px;
  }
  .cid-sulS2K8nXT .navbar-brand {
    text-align: center;
  }
}
.cid-sulS2K8nXT .links SPAN {
  color: #9e9e9e;
}
.cid-tnU5PTZY0f {
  z-index: 1000;
  width: 100%;
}
.cid-tnU5PTZY0f nav.navbar {
  position: fixed;
}
.cid-tnU5PTZY0f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnU5PTZY0f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tnU5PTZY0f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnU5PTZY0f .dropdown-item:hover,
.cid-tnU5PTZY0f .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-tnU5PTZY0f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnU5PTZY0f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnU5PTZY0f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnU5PTZY0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnU5PTZY0f .nav-link {
  position: relative;
}
.cid-tnU5PTZY0f .container {
  display: flex;
  margin: auto;
}
.cid-tnU5PTZY0f .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnU5PTZY0f .dropdown-menu,
.cid-tnU5PTZY0f .navbar.opened {
  background: #4ab1fa !important;
}
.cid-tnU5PTZY0f .nav-item:focus,
.cid-tnU5PTZY0f .nav-link:focus {
  outline: none;
}
.cid-tnU5PTZY0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnU5PTZY0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnU5PTZY0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnU5PTZY0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnU5PTZY0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnU5PTZY0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnU5PTZY0f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-tnU5PTZY0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tnU5PTZY0f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnU5PTZY0f .navbar .navbar-logo img {
  width: auto;
}
.cid-tnU5PTZY0f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnU5PTZY0f .navbar.collapsed {
  justify-content: center;
}
.cid-tnU5PTZY0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnU5PTZY0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnU5PTZY0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tnU5PTZY0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnU5PTZY0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnU5PTZY0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tnU5PTZY0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnU5PTZY0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnU5PTZY0f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnU5PTZY0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnU5PTZY0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnU5PTZY0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnU5PTZY0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnU5PTZY0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tnU5PTZY0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnU5PTZY0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnU5PTZY0f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnU5PTZY0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnU5PTZY0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnU5PTZY0f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnU5PTZY0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnU5PTZY0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnU5PTZY0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnU5PTZY0f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnU5PTZY0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnU5PTZY0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnU5PTZY0f .dropdown-item.active,
.cid-tnU5PTZY0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tnU5PTZY0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnU5PTZY0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnU5PTZY0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnU5PTZY0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-tnU5PTZY0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnU5PTZY0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnU5PTZY0f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnU5PTZY0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnU5PTZY0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tnU5PTZY0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-tnU5PTZY0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnU5PTZY0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnU5PTZY0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnU5PTZY0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnU5PTZY0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnU5PTZY0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnU5PTZY0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnU5PTZY0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnU5PTZY0f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnU5PTZY0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnU5PTZY0f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnU5PTZY0f .navbar {
    height: 70px;
  }
  .cid-tnU5PTZY0f .navbar.opened {
    height: auto;
  }
  .cid-tnU5PTZY0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnU5PUBZva {
  padding-top: 600px;
  background-image: url("../../../assets/images/cayo-levantado-1200x455.jpg");
}
.cid-tnU5PVkyKK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnU5PVkyKK .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-tnU5PVkyKK .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-tnU5PVkyKK .ico-line {
  display: -webkit-flex;
}
.cid-tnU5PVkyKK .col-md-4 {
  padding: 0;
}
.cid-tnU5PVkyKK p {
  line-height: 1.6;
}
.cid-tnU5PVkyKK .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tnU5PVkyKK .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-tnU5PVkyKK .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-tnU5PVkyKK .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-tnU5PVkyKK img {
  transition: all 0.3s;
}
.cid-tnU5PVkyKK h5 {
  margin: 0;
}
.cid-tnU5PVkyKK .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-tnU5PVkyKK .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-tnU5PVkyKK .card-box > p,
.cid-tnU5PVkyKK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tnU5PVkyKK .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tnU5PVkyKK .price {
  color: #ffffff;
  text-align: left;
}
.cid-tnU5PVkyKK .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tnU5PVkyKK .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tnU5PVkyKK .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-tnU5PVkyKK .col-md-4 {
    padding: 0 15px;
  }
  .cid-tnU5PVkyKK .col-md-8 {
    margin: 0 15px;
  }
  .cid-tnU5PVkyKK .price-box {
    left: 15px;
  }
  .cid-tnU5PVkyKK .card-box {
    padding: 1rem;
  }
}
.cid-u5GqOUdMMY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5GqOUdMMY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5GqOUdMMY H2 {
  color: #062a69;
}
.cid-u5GqOUdMMY LABEL {
  color: #062a69;
}
.cid-tnU5PXbhS3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-tnU5PXbhS3 .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-tnU5PXbhS3 .mbr-text {
  color: #ffffff;
}
.cid-tnU5PXbhS3 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tnU5PXbhS3 .card {
    margin-bottom: 2rem;
  }
}
.cid-tnU5PXbhS3 .card-title,
.cid-tnU5PXbhS3 .card-img {
  color: #000000;
}
.cid-tnU5PXbhS3 .mbr-section-title {
  text-align: center;
}
.cid-tnU5PXbhS3 .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tnU5PXHDKc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-tnU5PXHDKc .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tnU5PXHDKc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tnU5PXHDKc .mbr-text {
  color: #444;
}
.cid-tnU5PXHDKc h5 {
  margin-bottom: 0;
}
.cid-tnU5PXHDKc .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tnU5PXHDKc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnU5PXHDKc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tnU5PXHDKc .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnU5PXHDKc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tnU5PXHDKc .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tnU5PXHDKc .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnU5PXHDKc .social-list a:hover {
  opacity: .4;
}
.cid-tnU5PXHDKc .media-container-row > div {
  padding: 0px;
}
.cid-tnU5PXHDKc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tnU5PXHDKc .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-tnU5PXHDKc .group-title SPAN {
  color: #ffffff;
}
.cid-tnU5PXHDKc .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tnU5PXHDKc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tnU5PXHDKc .social-list,
  .cid-tnU5PXHDKc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tnU5PXHDKc h3 {
    margin-bottom: 10px;
  }
  .cid-tnU5PXHDKc .navbar-brand {
    text-align: center;
  }
}
.cid-tnU5PXHDKc .links SPAN {
  color: #9e9e9e;
}
.cid-tXQjBpYexV {
  z-index: 1000;
  width: 100%;
}
.cid-tXQjBpYexV nav.navbar {
  position: fixed;
}
.cid-tXQjBpYexV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXQjBpYexV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXQjBpYexV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXQjBpYexV .dropdown-item:hover,
.cid-tXQjBpYexV .dropdown-item:focus {
  background: #17418b !important;
  color: white !important;
}
.cid-tXQjBpYexV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXQjBpYexV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXQjBpYexV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXQjBpYexV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXQjBpYexV .nav-link {
  position: relative;
}
.cid-tXQjBpYexV .container {
  display: flex;
  margin: auto;
}
.cid-tXQjBpYexV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXQjBpYexV .dropdown-menu,
.cid-tXQjBpYexV .navbar.opened {
  background: #4ab1fa !important;
}
.cid-tXQjBpYexV .nav-item:focus,
.cid-tXQjBpYexV .nav-link:focus {
  outline: none;
}
.cid-tXQjBpYexV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXQjBpYexV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXQjBpYexV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXQjBpYexV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXQjBpYexV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXQjBpYexV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXQjBpYexV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(74, 177, 250, 0.5);
}
.cid-tXQjBpYexV .navbar.opened {
  transition: all 0.3s;
}
.cid-tXQjBpYexV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXQjBpYexV .navbar .navbar-logo img {
  width: auto;
}
.cid-tXQjBpYexV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXQjBpYexV .navbar.collapsed {
  justify-content: center;
}
.cid-tXQjBpYexV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXQjBpYexV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXQjBpYexV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tXQjBpYexV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXQjBpYexV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXQjBpYexV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXQjBpYexV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXQjBpYexV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXQjBpYexV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXQjBpYexV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXQjBpYexV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXQjBpYexV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXQjBpYexV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXQjBpYexV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXQjBpYexV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXQjBpYexV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXQjBpYexV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXQjBpYexV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXQjBpYexV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXQjBpYexV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXQjBpYexV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXQjBpYexV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXQjBpYexV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXQjBpYexV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXQjBpYexV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXQjBpYexV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXQjBpYexV .dropdown-item.active,
.cid-tXQjBpYexV .dropdown-item:active {
  background-color: transparent;
}
.cid-tXQjBpYexV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXQjBpYexV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXQjBpYexV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXQjBpYexV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4ab1fa;
}
.cid-tXQjBpYexV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXQjBpYexV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXQjBpYexV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXQjBpYexV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXQjBpYexV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXQjBpYexV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17418b;
}
.cid-tXQjBpYexV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXQjBpYexV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXQjBpYexV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXQjBpYexV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXQjBpYexV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXQjBpYexV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXQjBpYexV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXQjBpYexV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXQjBpYexV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXQjBpYexV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXQjBpYexV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXQjBpYexV .navbar {
    height: 70px;
  }
  .cid-tXQjBpYexV .navbar.opened {
    height: auto;
  }
  .cid-tXQjBpYexV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXQjBqsL8x {
  padding-top: 615px;
  background-image: url("../../../assets/images/img-6904-1024x687.jpeg");
}
.cid-tXQjBr1fak {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXQjBr1fak .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-tXQjBr1fak .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-tXQjBr1fak .ico-line {
  display: -webkit-flex;
}
.cid-tXQjBr1fak .col-md-4 {
  padding: 0;
}
.cid-tXQjBr1fak p {
  line-height: 1.6;
}
.cid-tXQjBr1fak .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tXQjBr1fak .card-title {
  color: #3c9de2;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-tXQjBr1fak .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-tXQjBr1fak .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-tXQjBr1fak img {
  transition: all 0.3s;
}
.cid-tXQjBr1fak h5 {
  margin: 0;
}
.cid-tXQjBr1fak .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-tXQjBr1fak .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-tXQjBr1fak .card-box > p,
.cid-tXQjBr1fak .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tXQjBr1fak .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tXQjBr1fak .price {
  color: #ffffff;
  text-align: left;
}
.cid-tXQjBr1fak .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tXQjBr1fak .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tXQjBr1fak .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-tXQjBr1fak .col-md-4 {
    padding: 0 15px;
  }
  .cid-tXQjBr1fak .col-md-8 {
    margin: 0 15px;
  }
  .cid-tXQjBr1fak .price-box {
    left: 15px;
  }
  .cid-tXQjBr1fak .card-box {
    padding: 1rem;
  }
}
.cid-u5GkOioWHg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-1195982053-1000x667.jpg");
}
.cid-u5GkOioWHg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-u5GkOioWHg H2 {
  color: #062a69;
}
.cid-u5GkOioWHg LABEL {
  color: #062a69;
}
.cid-tXQjBs438g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #46bbd6;
}
.cid-tXQjBs438g .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-tXQjBs438g .mbr-text {
  color: #ffffff;
}
.cid-tXQjBs438g p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tXQjBs438g .card {
    margin-bottom: 2rem;
  }
}
.cid-tXQjBs438g .card-title,
.cid-tXQjBs438g .card-img {
  color: #000000;
}
.cid-tXQjBs438g .mbr-section-title {
  text-align: center;
}
.cid-tXQjBs438g .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXQjBsrrDw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062a69;
}
.cid-tXQjBsrrDw .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tXQjBsrrDw .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tXQjBsrrDw .mbr-text {
  color: #444;
}
.cid-tXQjBsrrDw h5 {
  margin-bottom: 0;
}
.cid-tXQjBsrrDw .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tXQjBsrrDw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXQjBsrrDw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tXQjBsrrDw .socicon {
  font-size: 1.3rem;
  background: #3c9de2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXQjBsrrDw .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tXQjBsrrDw .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tXQjBsrrDw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tXQjBsrrDw .social-list a:hover {
  opacity: .4;
}
.cid-tXQjBsrrDw .media-container-row > div {
  padding: 0px;
}
.cid-tXQjBsrrDw .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tXQjBsrrDw .group-title {
  text-align: left;
  color: #4ab1fa;
}
.cid-tXQjBsrrDw .group-title SPAN {
  color: #ffffff;
}
.cid-tXQjBsrrDw .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tXQjBsrrDw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tXQjBsrrDw .social-list,
  .cid-tXQjBsrrDw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tXQjBsrrDw h3 {
    margin-bottom: 10px;
  }
  .cid-tXQjBsrrDw .navbar-brand {
    text-align: center;
  }
}
.cid-tXQjBsrrDw .links SPAN {
  color: #9e9e9e;
}
