body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.125rem;
  line-height: 1.41;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5d61ee !important;
}
.bg-success {
  background-color: #c298d3 !important;
}
.bg-info {
  background-color: #85c0d9 !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d61ee !important;
  border-color: #5d61ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #171ddd !important;
  border-color: #171ddd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171ddd !important;
  border-color: #171ddd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5d61ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171ddd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d61ee !important;
  border-color: #5d61ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57b8e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2390bd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85c0d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #439ec4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c298d3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9e5bb9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5d61ee !important;
}
.text-secondary {
  color: #57b8e0 !important;
}
.text-success {
  color: #c298d3 !important;
}
.text-info {
  color: #85c0d9 !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #161bcf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2186b0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9851b4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3b96bd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5d61ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #85c0d9;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d61ee;
  border-color: #5d61ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d61ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5d61ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #5d61ee;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d61ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d61ee;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5d61ee;
  border-bottom-color: #5d61ee;
}
.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: #5d61ee !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #57b8e0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235d61ee' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-t0rwmd6IrK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hero-redcliffe-jetty-1800x979.jpg");
}
.cid-t0rwmd6IrK .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rwmd6IrK .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-t0rwmd6IrK .mbr-section-btn {
  margin-top: 30px;
}
.cid-t0rwmd6IrK .mbr-section-title,
.cid-t0rwmd6IrK .mbr-section-btn {
  color: #fff0b0;
  text-align: left;
}
.cid-t0rxrNblCE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0rxrNblCE .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0rAvAImok {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0rAvAImok .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-t0rAvAImok img,
.cid-t0rAvAImok .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0rAvAImok .item:focus,
.cid-t0rAvAImok span:focus {
  outline: none;
}
.cid-t0rAvAImok .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-t0rAvAImok .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-t0rAvAImok .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-t0rAvAImok .item {
    width: 100% !important;
  }
}
.cid-t0rAvAImok .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-t0rAvAImok .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-t0rAvAImok .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0rAvAImok .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-t0rAvAImok .item-img img {
  width: 100%;
}
.cid-t0rAvAImok .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dff5fd;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-t0rAvAImok .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-t0rAvAImok .item-content .links-container {
  text-align: center;
}
.cid-t0rAvAImok .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-t0rAvAImok .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-t0rAvAImok .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-t0rAvAImok .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-t0rAvAImok .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-tfvfIGxU7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78c6e1;
}
.cid-tfvfIGxU7Y .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-tfvfIGxU7Y .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-tfvfIGxU7Y .card {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
.cid-tfvfIGxU7Y .card .card-body {
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .cid-tfvfIGxU7Y .card .card-body {
    padding: 20px;
  }
}
.cid-tfvfIGxU7Y .buttons-container {
  margin: 40px auto 0px auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-tfvfIGxU7Y .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1497d0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.7s ease;
}
.cid-tfvfIGxU7Y .buttons-container button:hover {
  background-color: #5bc2ef;
}
.cid-tfvfIGxU7Y .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-tfvfIGxU7Y .embla__button:disabled {
  cursor: default;
}
.cid-tfvfIGxU7Y .embla__button:hover {
  cursor: pointer;
}
.cid-tfvfIGxU7Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-tfvfIGxU7Y .embla__slide {
    min-width: 310px;
    max-width: 310px;
  }
}
.cid-tfvfIGxU7Y .embla {
  position: relative;
  width: 100%;
}
.cid-tfvfIGxU7Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tfvfIGxU7Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tfvfIGxU7Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tfvfIGxU7Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tfvfIGxU7Y .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tfvfIGxU7Y .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tfvfIGxU7Y .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tfvfIGxU7Y .slide-content {
  width: 100%;
  height: 100%;
}
.cid-tfvfIGxU7Y .mbr-section-subtitle {
  text-align: left;
}
.cid-tfvfIGxU7Y .mbr-text {
  text-align: left;
}
.cid-tfvfIGxU7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfvfIGxU7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfvfIGxU7Y .main-sect.mbr-section-title {
  color: #ffffff;
}
.cid-tfviP801p3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfviP801p3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfviP801p3 .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-tfviP801p3 .main-row {
  flex-direction: row-reverse;
}
.cid-tfviP801p3 .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0 !important;
}
@media (max-width: 1200px) {
  .cid-tfviP801p3 .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-tfviP801p3 .main-row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-tfviP801p3 .main-row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfviP801p3 .main-row {
    padding-left: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfviP801p3 .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-tfviP801p3 .main-row {
    width: 86%;
  }
}
.cid-tfviP801p3 .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-tfviP801p3 .col-map {
    width: 100% !important;
  }
}
.cid-tfviP801p3 .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-tfviP801p3 .col-form {
    padding-right: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfviP801p3 .col-form {
    width: 100% !important;
  }
}
.cid-tfviP801p3 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tfviP801p3 .mbr-section-head {
  margin-bottom: 20px;
}
.cid-tfviP801p3 form .dragArea.row {
  justify-content: flex-start;
}
.cid-tfviP801p3 form .mbr-section-btn {
  margin-top: 12px;
}
.cid-tfviP801p3 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-tfviP801p3 form .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tfviP801p3 form .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-tfviP801p3 form .form-group {
  margin-bottom: 8px !important;
}
.cid-tfviP801p3 form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  color: #a0a0a0;
  font-weight: 400;
}
.cid-tfviP801p3 form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-tfviP801p3 form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfviP801p3 form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfviP801p3 form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-tfviP801p3 form textarea {
  height: 146px;
}
.cid-tfviP801p3 form input:active,
.cid-tfviP801p3 form input:focus {
  color: #000 !important;
}
.cid-tfviP801p3 form input:active::-webkit-input-placeholder,
.cid-tfviP801p3 form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-tfviP801p3 form input:active::-moz-placeholder,
.cid-tfviP801p3 form input:focus::-moz-placeholder {
  color: #000;
}
.cid-tfviP801p3 form input:active:-moz-placeholder,
.cid-tfviP801p3 form input:focus:-moz-placeholder {
  color: #000;
}
.cid-tfviP801p3 form input:active:-ms-input-placeholder,
.cid-tfviP801p3 form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-tfviP801p3 .google-map {
  height: 573px;
  position: relative;
}
.cid-tfviP801p3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfviP801p3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfviP801p3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfviP801p3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfviP801p3 form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-tfviP801p3 form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-tfzOSkTMD0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tfzOSkTMD0 .mbr-text {
  color: #ffffff;
}
.cid-ttlRU3zZJh {
  z-index: 1000;
  width: 100%;
}
.cid-ttlRU3zZJh nav.navbar {
  position: fixed;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ttlRU3zZJh .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ttlRU3zZJh .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttlRU3zZJh .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-ttlRU3zZJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlRU3zZJh .nav-link {
  position: relative;
}
.cid-ttlRU3zZJh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh .dropdown-menu,
.cid-ttlRU3zZJh .navbar.opened {
  background: #38afe2 !important;
}
.cid-ttlRU3zZJh .nav-item:focus,
.cid-ttlRU3zZJh .nav-link:focus {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlRU3zZJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlRU3zZJh .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-ttlRU3zZJh .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ttlRU3zZJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlRU3zZJh .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlRU3zZJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar.collapsed {
  justify-content: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlRU3zZJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlRU3zZJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlRU3zZJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlRU3zZJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlRU3zZJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlRU3zZJh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttlRU3zZJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-ttlRU3zZJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown-item.active,
.cid-ttlRU3zZJh .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlRU3zZJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlRU3zZJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlRU3zZJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttlRU3zZJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar {
    height: 70px;
  }
  .cid-ttlRU3zZJh .navbar.opened {
    height: auto;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttlRU3zZJh .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ttlRU3zZJh .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ttlRU3zZJh .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ttlRU3zZJh .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ttlRU3zZJh .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item {
    width: 100%;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ttlRU3zZJh .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ttlRU3zZJh .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ttlRU3zZJh .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ttlRU3zZJh .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ttlRU3zZJh .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ttlRU3zZJh .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ttlRU3zZJh .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ttlRU3zZJh .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ttlRU3zZJh .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .offcanvas_box {
    display: none;
  }
}
.cid-ttlRU3zZJh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttlRU3zZJh .list li {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .list a {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ttlRU3zZJh .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ttlRU3zZJh .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tfzQ5y4Xrt {
  padding-top: 3rem;
  padding-bottom: 7rem;
  min-height: 845px;
  background-image: url("../../../assets/images/hero-redcliffe-jetty-side-1600x544.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tfzQ5y4Xrt {
    min-height: 667px;
  }
}
.cid-tfzQ5y4Xrt .row {
  align-items: stretch;
  width: 100%;
}
.cid-tfzQ5y4Xrt .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfzQ5y4Xrt .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfzQ5y4Xrt .col-text {
    width: 60%;
  }
}
.cid-tfzQ5y4Xrt .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tfzQ5y4Xrt .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tfzQ5y4Xrt .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfzQ5y4Xrt .text-container {
    padding: 10px !important;
  }
}
.cid-tfzQ5y4Xrt .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tfzQ5y4Xrt .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tfzQ5y4Xrt .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tfzQ5y4Xrt .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tfzQ5y4Xrt .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tfzQ5y4Xrt .text-wrapper {
    padding: 0;
  }
}
.cid-tfzQ5y4Xrt .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tfzQ5y4Xrt .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tfzQ5y4Xrt .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tfzQ5y4Xrt .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tfzQ5y4Xrt .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tfzQ5y4Xrt .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tfzQ5y4Xrt .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tfzQ5y4Xrt .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfzQ5y4Xrt .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfzQ5y4Xrt .col-img {
    width: 40%;
  }
}
.cid-tfzPM8fko0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tfzPM8fko0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tfzPM8fko0 .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfzPM8fko0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfzPM8fko0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfzPM8fko0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfzPM8fko0 .mbr-section-title,
.cid-tfzPM8fko0 .mbr-section-btn {
  color: #38afe2;
}
.cid-tfLy6Yw6Ae {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #dff5fd;
}
.cid-tfLy6Yw6Ae .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tfLy6Yw6Ae .row {
    justify-content: flex-start;
  }
}
.cid-tfLy6Yw6Ae .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tfLy6Yw6Ae .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tfLy6Yw6Ae .col-card {
    width: 100% !important;
  }
}
.cid-tfLy6Yw6Ae .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tfLy6Yw6Ae .card-title {
    padding: 0 !important;
  }
}
.cid-tfLy6Yw6Ae .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfLy6Yw6Ae .card-wrapper {
  height: 100%;
}
.cid-tfLy6Yw6Ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLy6Yw6Ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfzOSkTMD0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tfzOSkTMD0 .mbr-text {
  color: #ffffff;
}
.cid-ttlRU3zZJh {
  z-index: 1000;
  width: 100%;
}
.cid-ttlRU3zZJh nav.navbar {
  position: fixed;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ttlRU3zZJh .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ttlRU3zZJh .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttlRU3zZJh .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-ttlRU3zZJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlRU3zZJh .nav-link {
  position: relative;
}
.cid-ttlRU3zZJh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh .dropdown-menu,
.cid-ttlRU3zZJh .navbar.opened {
  background: #38afe2 !important;
}
.cid-ttlRU3zZJh .nav-item:focus,
.cid-ttlRU3zZJh .nav-link:focus {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlRU3zZJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlRU3zZJh .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-ttlRU3zZJh .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ttlRU3zZJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlRU3zZJh .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlRU3zZJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar.collapsed {
  justify-content: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlRU3zZJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlRU3zZJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlRU3zZJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlRU3zZJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlRU3zZJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlRU3zZJh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttlRU3zZJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-ttlRU3zZJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown-item.active,
.cid-ttlRU3zZJh .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlRU3zZJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlRU3zZJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlRU3zZJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttlRU3zZJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar {
    height: 70px;
  }
  .cid-ttlRU3zZJh .navbar.opened {
    height: auto;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttlRU3zZJh .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ttlRU3zZJh .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ttlRU3zZJh .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ttlRU3zZJh .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ttlRU3zZJh .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item {
    width: 100%;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ttlRU3zZJh .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ttlRU3zZJh .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ttlRU3zZJh .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ttlRU3zZJh .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ttlRU3zZJh .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ttlRU3zZJh .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ttlRU3zZJh .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ttlRU3zZJh .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ttlRU3zZJh .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .offcanvas_box {
    display: none;
  }
}
.cid-ttlRU3zZJh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttlRU3zZJh .list li {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .list a {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ttlRU3zZJh .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ttlRU3zZJh .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tfA2PJHDVf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/redcliffe-bee-gees-way-1600x750.jpg");
}
.cid-tfA2PJHDVf .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tfA2PJHDVf .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfA2PJHDVf .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfA2PJHDVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfA2PJHDVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfA2PJHDVf .mbr-section-title,
.cid-tfA2PJHDVf .mbr-section-btn {
  color: #78c6e1;
  text-align: left;
}
.cid-tfA2aomgue {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfA2aomgue .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfA2aomgue .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}
.cid-tfA2aomgue .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfA2aomgue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfA2aomgue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnS2ZKVdZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tBnS2ZKVdZ .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tBnS2ZKVdZ .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tBnS2ZKVdZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tBnS2ZKVdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnS2ZKVdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfADCaVZVZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfADCaVZVZ .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfADCaVZVZ .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfADCaVZVZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfADCaVZVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfADCaVZVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAhTWHWs2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAhTWHWs2 .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAhTWHWs2 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAhTWHWs2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAhTWHWs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAhTWHWs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAE0zKZf8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfAE0zKZf8 .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAE0zKZf8 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAE0zKZf8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAE0zKZf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAE0zKZf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAE1fpjs7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAE1fpjs7 .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAE1fpjs7 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAE1fpjs7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAE1fpjs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAE1fpjs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAl8RLk4g {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #def0f6;
}
.cid-tfAl8RLk4g .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAl8RLk4g .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAl8RLk4g .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAl8RLk4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAl8RLk4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAl4XSNBo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAl4XSNBo .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAl4XSNBo .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAl4XSNBo .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAl4XSNBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAl4XSNBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAE1Vo4OK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfAE1Vo4OK .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAE1Vo4OK .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAE1Vo4OK .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAE1Vo4OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAE1Vo4OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAlby7jbe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAlby7jbe .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAlby7jbe .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAlby7jbe .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAlby7jbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAlby7jbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAE4gpxYz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfAE4gpxYz .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAE4gpxYz .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAE4gpxYz .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAE4gpxYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAE4gpxYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAl9VzxvW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAl9VzxvW .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAl9VzxvW .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAl9VzxvW .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAl9VzxvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAl9VzxvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAld8bg8F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfAld8bg8F .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAld8bg8F .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAld8bg8F .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAld8bg8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAld8bg8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAE3CuFwU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAE3CuFwU .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAE3CuFwU .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAE3CuFwU .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAE3CuFwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAE3CuFwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAlemRK9h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #dff5fd;
}
.cid-tfAlemRK9h .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAlemRK9h .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAlemRK9h .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAlemRK9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAlemRK9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfAI7u2xv4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #faf7ed;
}
.cid-tfAI7u2xv4 .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfAI7u2xv4 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfAI7u2xv4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfAI7u2xv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfAI7u2xv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLt1vMRZG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfLt1vMRZG .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tfLt1vMRZG img,
.cid-tfLt1vMRZG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfLt1vMRZG .item:focus,
.cid-tfLt1vMRZG span:focus {
  outline: none;
}
.cid-tfLt1vMRZG .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tfLt1vMRZG .item {
    margin-bottom: 70px !important;
  }
}
.cid-tfLt1vMRZG .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tfLt1vMRZG .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
.cid-tfLt1vMRZG .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tfLt1vMRZG .item-img img {
  width: 100%;
}
.cid-tfLt1vMRZG .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tfLt1vMRZG .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tfLt1vMRZG .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-tfLt1vMRZG .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tfLt1vMRZG .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
  text-align: center;
}
.cid-tfLt1vMRZG .mbr-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tfA0FcMPAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tfA0FcMPAh .mbr-text {
  color: #ffffff;
}
.cid-ttlRU3zZJh {
  z-index: 1000;
  width: 100%;
}
.cid-ttlRU3zZJh nav.navbar {
  position: fixed;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ttlRU3zZJh .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ttlRU3zZJh .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttlRU3zZJh .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-ttlRU3zZJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlRU3zZJh .nav-link {
  position: relative;
}
.cid-ttlRU3zZJh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh .dropdown-menu,
.cid-ttlRU3zZJh .navbar.opened {
  background: #38afe2 !important;
}
.cid-ttlRU3zZJh .nav-item:focus,
.cid-ttlRU3zZJh .nav-link:focus {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlRU3zZJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlRU3zZJh .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-ttlRU3zZJh .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ttlRU3zZJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlRU3zZJh .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlRU3zZJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar.collapsed {
  justify-content: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlRU3zZJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlRU3zZJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlRU3zZJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlRU3zZJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlRU3zZJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlRU3zZJh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttlRU3zZJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-ttlRU3zZJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown-item.active,
.cid-ttlRU3zZJh .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlRU3zZJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlRU3zZJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlRU3zZJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttlRU3zZJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar {
    height: 70px;
  }
  .cid-ttlRU3zZJh .navbar.opened {
    height: auto;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttlRU3zZJh .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ttlRU3zZJh .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ttlRU3zZJh .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ttlRU3zZJh .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ttlRU3zZJh .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item {
    width: 100%;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ttlRU3zZJh .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ttlRU3zZJh .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ttlRU3zZJh .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ttlRU3zZJh .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ttlRU3zZJh .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ttlRU3zZJh .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ttlRU3zZJh .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ttlRU3zZJh .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ttlRU3zZJh .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .offcanvas_box {
    display: none;
  }
}
.cid-ttlRU3zZJh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttlRU3zZJh .list li {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .list a {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ttlRU3zZJh .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ttlRU3zZJh .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tfLydG7SHh {
  padding-top: 3rem;
  padding-bottom: 7rem;
  min-height: 845px;
  background-image: url("../../../assets/images/location-aerial-paceway-1-2000x708.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tfLydG7SHh {
    min-height: 667px;
  }
}
.cid-tfLydG7SHh .row {
  align-items: stretch;
  width: 100%;
}
.cid-tfLydG7SHh .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfLydG7SHh .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfLydG7SHh .col-text {
    width: 60%;
  }
}
.cid-tfLydG7SHh .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tfLydG7SHh .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tfLydG7SHh .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfLydG7SHh .text-container {
    padding: 10px !important;
  }
}
.cid-tfLydG7SHh .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tfLydG7SHh .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tfLydG7SHh .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tfLydG7SHh .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tfLydG7SHh .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tfLydG7SHh .text-wrapper {
    padding: 0;
  }
}
.cid-tfLydG7SHh .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tfLydG7SHh .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tfLydG7SHh .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tfLydG7SHh .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tfLydG7SHh .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tfLydG7SHh .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tfLydG7SHh .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tfLydG7SHh .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfLydG7SHh .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfLydG7SHh .col-img {
    width: 40%;
  }
}
.cid-tfLydGNV8I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tfLydGNV8I .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tfLydGNV8I .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfLydGNV8I .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfLydGNV8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLydGNV8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLydGNV8I .mbr-section-title,
.cid-tfLydGNV8I .mbr-section-btn {
  color: #38afe2;
}
.cid-tfLLHsw4A5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #def0f6;
}
.cid-tfLLHsw4A5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfLLHsw4A5 .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-tfLLHsw4A5 .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .cid-tfLLHsw4A5 .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-tfLLHsw4A5 .main-row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-tfLLHsw4A5 .main-row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfLLHsw4A5 .main-row {
    padding-right: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfLLHsw4A5 .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-tfLLHsw4A5 .main-row {
    width: 86%;
  }
}
.cid-tfLLHsw4A5 .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-tfLLHsw4A5 .col-map {
    width: 100% !important;
  }
}
.cid-tfLLHsw4A5 .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-tfLLHsw4A5 .col-form {
    padding-left: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfLLHsw4A5 .col-form {
    width: 100% !important;
  }
}
.cid-tfLLHsw4A5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tfLLHsw4A5 .mbr-section-head {
  margin-bottom: 20px;
}
.cid-tfLLHsw4A5 form .dragArea.row {
  justify-content: flex-start;
}
.cid-tfLLHsw4A5 form .mbr-section-btn {
  margin-top: 12px;
}
.cid-tfLLHsw4A5 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-tfLLHsw4A5 form .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tfLLHsw4A5 form .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-tfLLHsw4A5 form .form-group {
  margin-bottom: 8px !important;
}
.cid-tfLLHsw4A5 form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  color: #a0a0a0;
  font-weight: 400;
}
.cid-tfLLHsw4A5 form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-tfLLHsw4A5 form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfLLHsw4A5 form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfLLHsw4A5 form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-tfLLHsw4A5 form textarea {
  height: 146px;
}
.cid-tfLLHsw4A5 form input:active,
.cid-tfLLHsw4A5 form input:focus {
  color: #000 !important;
}
.cid-tfLLHsw4A5 form input:active::-webkit-input-placeholder,
.cid-tfLLHsw4A5 form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-tfLLHsw4A5 form input:active::-moz-placeholder,
.cid-tfLLHsw4A5 form input:focus::-moz-placeholder {
  color: #000;
}
.cid-tfLLHsw4A5 form input:active:-moz-placeholder,
.cid-tfLLHsw4A5 form input:focus:-moz-placeholder {
  color: #000;
}
.cid-tfLLHsw4A5 form input:active:-ms-input-placeholder,
.cid-tfLLHsw4A5 form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-tfLLHsw4A5 .google-map {
  height: 573px;
  position: relative;
}
.cid-tfLLHsw4A5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfLLHsw4A5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfLLHsw4A5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfLLHsw4A5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfLLHsw4A5 form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-tfLLHsw4A5 form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-tfLydHoavl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tfLydHoavl .mbr-text {
  color: #ffffff;
}
.cid-ttlRU3zZJh {
  z-index: 1000;
  width: 100%;
}
.cid-ttlRU3zZJh nav.navbar {
  position: fixed;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ttlRU3zZJh .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ttlRU3zZJh .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttlRU3zZJh .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-ttlRU3zZJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlRU3zZJh .nav-link {
  position: relative;
}
.cid-ttlRU3zZJh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh .dropdown-menu,
.cid-ttlRU3zZJh .navbar.opened {
  background: #38afe2 !important;
}
.cid-ttlRU3zZJh .nav-item:focus,
.cid-ttlRU3zZJh .nav-link:focus {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlRU3zZJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlRU3zZJh .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-ttlRU3zZJh .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ttlRU3zZJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlRU3zZJh .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlRU3zZJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar.collapsed {
  justify-content: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlRU3zZJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlRU3zZJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlRU3zZJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlRU3zZJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlRU3zZJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlRU3zZJh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttlRU3zZJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-ttlRU3zZJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown-item.active,
.cid-ttlRU3zZJh .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlRU3zZJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlRU3zZJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlRU3zZJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttlRU3zZJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar {
    height: 70px;
  }
  .cid-ttlRU3zZJh .navbar.opened {
    height: auto;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttlRU3zZJh .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ttlRU3zZJh .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ttlRU3zZJh .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ttlRU3zZJh .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ttlRU3zZJh .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item {
    width: 100%;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ttlRU3zZJh .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ttlRU3zZJh .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ttlRU3zZJh .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ttlRU3zZJh .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ttlRU3zZJh .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ttlRU3zZJh .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ttlRU3zZJh .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ttlRU3zZJh .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ttlRU3zZJh .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .offcanvas_box {
    display: none;
  }
}
.cid-ttlRU3zZJh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttlRU3zZJh .list li {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .list a {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ttlRU3zZJh .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ttlRU3zZJh .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ttlRU3zZJh {
  z-index: 1000;
  width: 100%;
}
.cid-ttlRU3zZJh nav.navbar {
  position: fixed;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ttlRU3zZJh .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ttlRU3zZJh .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttlRU3zZJh .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-ttlRU3zZJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlRU3zZJh .nav-link {
  position: relative;
}
.cid-ttlRU3zZJh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh .dropdown-menu,
.cid-ttlRU3zZJh .navbar.opened {
  background: #38afe2 !important;
}
.cid-ttlRU3zZJh .nav-item:focus,
.cid-ttlRU3zZJh .nav-link:focus {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlRU3zZJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlRU3zZJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlRU3zZJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlRU3zZJh .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-ttlRU3zZJh .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ttlRU3zZJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlRU3zZJh .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlRU3zZJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar.collapsed {
  justify-content: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlRU3zZJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlRU3zZJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlRU3zZJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlRU3zZJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlRU3zZJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlRU3zZJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlRU3zZJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlRU3zZJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlRU3zZJh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttlRU3zZJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlRU3zZJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-ttlRU3zZJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlRU3zZJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlRU3zZJh .dropdown-item.active,
.cid-ttlRU3zZJh .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlRU3zZJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlRU3zZJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-ttlRU3zZJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlRU3zZJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlRU3zZJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlRU3zZJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlRU3zZJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlRU3zZJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlRU3zZJh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttlRU3zZJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlRU3zZJh .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-ttlRU3zZJh .navbar {
    height: 70px;
  }
  .cid-ttlRU3zZJh .navbar.opened {
    height: auto;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttlRU3zZJh .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ttlRU3zZJh .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ttlRU3zZJh .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ttlRU3zZJh .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ttlRU3zZJh .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ttlRU3zZJh .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .nav-item {
    width: 100%;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ttlRU3zZJh .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ttlRU3zZJh .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ttlRU3zZJh .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ttlRU3zZJh .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-ttlRU3zZJh nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ttlRU3zZJh .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ttlRU3zZJh .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ttlRU3zZJh .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ttlRU3zZJh .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-ttlRU3zZJh .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ttlRU3zZJh .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ttlRU3zZJh .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ttlRU3zZJh .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ttlRU3zZJh .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ttlRU3zZJh .offcanvas_box {
    display: none;
  }
}
.cid-ttlRU3zZJh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttlRU3zZJh .list li {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .list a {
  display: flex;
  align-items: center;
}
.cid-ttlRU3zZJh .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ttlRU3zZJh .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ttlRU3zZJh .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tfLR3HShoe {
  padding-top: 3rem;
  padding-bottom: 7rem;
  min-height: 845px;
  background-image: url("../../../assets/images/how-to-join-aerial-2000x734.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tfLR3HShoe {
    min-height: 667px;
  }
}
.cid-tfLR3HShoe .row {
  align-items: stretch;
  width: 100%;
}
.cid-tfLR3HShoe .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfLR3HShoe .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfLR3HShoe .col-text {
    width: 60%;
  }
}
.cid-tfLR3HShoe .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tfLR3HShoe .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tfLR3HShoe .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfLR3HShoe .text-container {
    padding: 10px !important;
  }
}
.cid-tfLR3HShoe .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tfLR3HShoe .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tfLR3HShoe .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tfLR3HShoe .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tfLR3HShoe .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tfLR3HShoe .text-wrapper {
    padding: 0;
  }
}
.cid-tfLR3HShoe .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tfLR3HShoe .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tfLR3HShoe .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tfLR3HShoe .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tfLR3HShoe .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tfLR3HShoe .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tfLR3HShoe .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tfLR3HShoe .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tfLR3HShoe .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tfLR3HShoe .col-img {
    width: 40%;
  }
}
.cid-tfLR3IR6fZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tfLR3IR6fZ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tfLR3IR6fZ .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfLR3IR6fZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfLR3IR6fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLR3IR6fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLR3IR6fZ .mbr-section-title,
.cid-tfLR3IR6fZ .mbr-section-btn {
  color: #1497d0;
}
.cid-tfLUef1ddN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #def0f6;
}
.cid-tfLUef1ddN .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tfLUef1ddN .col-card {
    width: 100% !important;
  }
}
.cid-tfLUef1ddN .card-title {
  color: #000000;
  margin-right: 25%;
}
@media (max-width: 680px) {
  .cid-tfLUef1ddN .card-title {
    margin-right: 10%;
  }
}
.cid-tfLUef1ddN .mbr-text {
  color: #000000;
  margin: 16px 60px 0 0;
}
.cid-tfLUef1ddN .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-tfLUef1ddN .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-tfLUef1ddN .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tfLUef1ddN .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-tfLUef1ddN .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-tfLUef1ddN .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tfLUef1ddN .card-2,
  .cid-tfLUef1ddN .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-tfLUef1ddN .card-2,
  .cid-tfLUef1ddN .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-tfLUef1ddN .card-2,
  .cid-tfLUef1ddN .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-tfLUef1ddN .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-tfLUef1ddN .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-tfLUef1ddN .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-tfLUef1ddN .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-tfLUef1ddN .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-tfLUef1ddN .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-tfLUef1ddN .card-link:hover:after {
  width: 0;
}
.cid-tfLUef1ddN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLUef1ddN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLYnu3iNu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfLYnu3iNu .mbr-section-title {
  color: #1497d0;
  margin-bottom: 0;
}
.cid-tfLYnu3iNu .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tfLYnu3iNu .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfLYnu3iNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLYnu3iNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLR3JfaqV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #def0f6;
}
.cid-tfLR3JfaqV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfLR3JfaqV .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-tfLR3JfaqV .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .cid-tfLR3JfaqV .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-tfLR3JfaqV .main-row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-tfLR3JfaqV .main-row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-tfLR3JfaqV .main-row {
    padding-right: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfLR3JfaqV .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-tfLR3JfaqV .main-row {
    width: 86%;
  }
}
.cid-tfLR3JfaqV .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-tfLR3JfaqV .col-map {
    width: 100% !important;
  }
}
.cid-tfLR3JfaqV .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-tfLR3JfaqV .col-form {
    padding-left: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-tfLR3JfaqV .col-form {
    width: 100% !important;
  }
}
.cid-tfLR3JfaqV .mbr-section-title {
  margin-bottom: 25px;
  color: #1497d0;
}
.cid-tfLR3JfaqV .mbr-section-head {
  margin-bottom: 20px;
}
.cid-tfLR3JfaqV form .dragArea.row {
  justify-content: flex-start;
}
.cid-tfLR3JfaqV form .mbr-section-btn {
  margin-top: 12px;
}
.cid-tfLR3JfaqV form .mbr-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-tfLR3JfaqV form .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tfLR3JfaqV form .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-tfLR3JfaqV form .form-group {
  margin-bottom: 8px !important;
}
.cid-tfLR3JfaqV form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  color: #a0a0a0;
  font-weight: 400;
}
.cid-tfLR3JfaqV form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-tfLR3JfaqV form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfLR3JfaqV form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-tfLR3JfaqV form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-tfLR3JfaqV form textarea {
  height: 146px;
}
.cid-tfLR3JfaqV form input:active,
.cid-tfLR3JfaqV form input:focus {
  color: #000 !important;
}
.cid-tfLR3JfaqV form input:active::-webkit-input-placeholder,
.cid-tfLR3JfaqV form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-tfLR3JfaqV form input:active::-moz-placeholder,
.cid-tfLR3JfaqV form input:focus::-moz-placeholder {
  color: #000;
}
.cid-tfLR3JfaqV form input:active:-moz-placeholder,
.cid-tfLR3JfaqV form input:focus:-moz-placeholder {
  color: #000;
}
.cid-tfLR3JfaqV form input:active:-ms-input-placeholder,
.cid-tfLR3JfaqV form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-tfLR3JfaqV .google-map {
  height: 573px;
  position: relative;
}
.cid-tfLR3JfaqV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfLR3JfaqV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfLR3JfaqV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfLR3JfaqV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfLR3JfaqV form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-tfLR3JfaqV form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-tfLR3JO0tx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tfLR3JO0tx .mbr-text {
  color: #ffffff;
}
.cid-uJIs3xgMnd {
  z-index: 1000;
  width: 100%;
}
.cid-uJIs3xgMnd nav.navbar {
  position: fixed;
}
.cid-uJIs3xgMnd .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-uJIs3xgMnd .dropdown-menu {
  background: #38afe2 !important;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-uJIs3xgMnd .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-uJIs3xgMnd .dropdown-item:hover {
  background-position: right !important;
}
.cid-uJIs3xgMnd .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-uJIs3xgMnd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJIs3xgMnd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJIs3xgMnd .nav-link {
  position: relative;
}
.cid-uJIs3xgMnd .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uJIs3xgMnd .dropdown-menu,
.cid-uJIs3xgMnd .navbar.opened {
  background: #38afe2 !important;
}
.cid-uJIs3xgMnd .nav-item:focus,
.cid-uJIs3xgMnd .nav-link:focus {
  outline: none;
}
.cid-uJIs3xgMnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJIs3xgMnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIs3xgMnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIs3xgMnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIs3xgMnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIs3xgMnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIs3xgMnd .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #38afe2;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-uJIs3xgMnd .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-uJIs3xgMnd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJIs3xgMnd .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIs3xgMnd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJIs3xgMnd .navbar.collapsed {
  justify-content: center;
}
.cid-uJIs3xgMnd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIs3xgMnd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uJIs3xgMnd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIs3xgMnd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIs3xgMnd .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-uJIs3xgMnd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIs3xgMnd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJIs3xgMnd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJIs3xgMnd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIs3xgMnd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIs3xgMnd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIs3xgMnd .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-uJIs3xgMnd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIs3xgMnd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJIs3xgMnd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJIs3xgMnd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIs3xgMnd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIs3xgMnd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJIs3xgMnd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJIs3xgMnd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIs3xgMnd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-uJIs3xgMnd .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uJIs3xgMnd .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-uJIs3xgMnd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJIs3xgMnd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIs3xgMnd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIs3xgMnd .dropdown-item.active,
.cid-uJIs3xgMnd .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIs3xgMnd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIs3xgMnd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJIs3xgMnd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJIs3xgMnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38afe2;
}
.cid-uJIs3xgMnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIs3xgMnd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJIs3xgMnd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIs3xgMnd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIs3xgMnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b5ddee;
}
.cid-uJIs3xgMnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIs3xgMnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIs3xgMnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIs3xgMnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIs3xgMnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIs3xgMnd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIs3xgMnd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIs3xgMnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIs3xgMnd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uJIs3xgMnd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJIs3xgMnd .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-uJIs3xgMnd .navbar {
    height: 70px;
  }
  .cid-uJIs3xgMnd .navbar.opened {
    height: auto;
  }
  .cid-uJIs3xgMnd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIs3xgMnd .navbar-short {
  background-color: #38afe2 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-uJIs3xgMnd .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uJIs3xgMnd .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-uJIs3xgMnd .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-uJIs3xgMnd .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .navbar-nav {
    padding-top: 18px;
  }
}
.cid-uJIs3xgMnd .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uJIs3xgMnd .nav-item .nav-link:hover {
  background-position: right;
}
.cid-uJIs3xgMnd .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-uJIs3xgMnd .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .nav-item {
    width: 100%;
  }
  .cid-uJIs3xgMnd .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-uJIs3xgMnd .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-uJIs3xgMnd .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-uJIs3xgMnd .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-uJIs3xgMnd .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-uJIs3xgMnd .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #b5ddee !important;
}
@media (min-width: 992px) {
  .cid-uJIs3xgMnd nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-uJIs3xgMnd .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-uJIs3xgMnd .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-uJIs3xgMnd .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-uJIs3xgMnd .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-uJIs3xgMnd .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-uJIs3xgMnd .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-uJIs3xgMnd .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-uJIs3xgMnd .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-uJIs3xgMnd .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-uJIs3xgMnd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #38afe2;
  }
  .cid-uJIs3xgMnd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #b5ddee 0, #b5ddee 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #b5ddee 66.66666667%, #b5ddee 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-uJIs3xgMnd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-uJIs3xgMnd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-uJIs3xgMnd .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-uJIs3xgMnd .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-uJIs3xgMnd .offcanvas_box {
    display: none;
  }
}
.cid-uJIs3xgMnd .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJIs3xgMnd .list li {
  display: flex;
  align-items: center;
}
.cid-uJIs3xgMnd .list a {
  display: flex;
  align-items: center;
}
.cid-uJIs3xgMnd .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-uJIs3xgMnd .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-uJIs3xgMnd .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-uJIs3xAJlj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 845px;
  background-image: url("../../../assets/images/how-to-join-aerial-2000x734.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uJIs3xAJlj {
    min-height: 667px;
  }
}
.cid-uJIs3xAJlj .row {
  align-items: stretch;
  width: 100%;
}
.cid-uJIs3xAJlj .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-uJIs3xAJlj .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-uJIs3xAJlj .col-text {
    width: 60%;
  }
}
.cid-uJIs3xAJlj .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-uJIs3xAJlj .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-uJIs3xAJlj .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-uJIs3xAJlj .text-container {
    padding: 10px !important;
  }
}
.cid-uJIs3xAJlj .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-uJIs3xAJlj .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-uJIs3xAJlj .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-uJIs3xAJlj .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-uJIs3xAJlj .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJIs3xAJlj .text-wrapper {
    padding: 0;
  }
}
.cid-uJIs3xAJlj .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uJIs3xAJlj .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uJIs3xAJlj .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uJIs3xAJlj .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uJIs3xAJlj .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uJIs3xAJlj .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-uJIs3xAJlj .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uJIs3xAJlj .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-uJIs3xAJlj .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-uJIs3xAJlj .col-img {
    width: 40%;
  }
}
.cid-uJIs3xULFu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJIs3xULFu .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uJIs3xULFu .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uJIs3xULFu .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJIs3xULFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIs3xULFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIs3xULFu .mbr-section-title,
.cid-uJIs3xULFu .mbr-section-btn {
  color: #1497d0;
}
.cid-uJIs3yw4ze {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJIs3yw4ze .mbr-section-title {
  color: #6e6e6e;
  margin-bottom: 0;
}
.cid-uJIs3yw4ze .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uJIs3yw4ze .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJIs3yw4ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIs3yw4ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIs3yPuE1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #def0f6;
}
.cid-uJIs3yPuE1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJIs3yPuE1 .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-uJIs3yPuE1 .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .cid-uJIs3yPuE1 .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-uJIs3yPuE1 .main-row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-uJIs3yPuE1 .main-row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-uJIs3yPuE1 .main-row {
    padding-right: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-uJIs3yPuE1 .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-uJIs3yPuE1 .main-row {
    width: 86%;
  }
}
.cid-uJIs3yPuE1 .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-uJIs3yPuE1 .col-map {
    width: 100% !important;
  }
}
.cid-uJIs3yPuE1 .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-uJIs3yPuE1 .col-form {
    padding-left: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-uJIs3yPuE1 .col-form {
    width: 100% !important;
  }
}
.cid-uJIs3yPuE1 .mbr-section-title {
  margin-bottom: 25px;
  color: #1497d0;
}
.cid-uJIs3yPuE1 .mbr-section-head {
  margin-bottom: 20px;
}
.cid-uJIs3yPuE1 form .dragArea.row {
  justify-content: flex-start;
}
.cid-uJIs3yPuE1 form .mbr-section-btn {
  margin-top: 12px;
}
.cid-uJIs3yPuE1 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-uJIs3yPuE1 form .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJIs3yPuE1 form .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-uJIs3yPuE1 form .form-group {
  margin-bottom: 8px !important;
}
.cid-uJIs3yPuE1 form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  color: #a0a0a0;
  font-weight: 400;
}
.cid-uJIs3yPuE1 form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-uJIs3yPuE1 form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-uJIs3yPuE1 form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-uJIs3yPuE1 form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-uJIs3yPuE1 form textarea {
  height: 146px;
}
.cid-uJIs3yPuE1 form input:active,
.cid-uJIs3yPuE1 form input:focus {
  color: #000 !important;
}
.cid-uJIs3yPuE1 form input:active::-webkit-input-placeholder,
.cid-uJIs3yPuE1 form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-uJIs3yPuE1 form input:active::-moz-placeholder,
.cid-uJIs3yPuE1 form input:focus::-moz-placeholder {
  color: #000;
}
.cid-uJIs3yPuE1 form input:active:-moz-placeholder,
.cid-uJIs3yPuE1 form input:focus:-moz-placeholder {
  color: #000;
}
.cid-uJIs3yPuE1 form input:active:-ms-input-placeholder,
.cid-uJIs3yPuE1 form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-uJIs3yPuE1 .google-map {
  height: 573px;
  position: relative;
}
.cid-uJIs3yPuE1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJIs3yPuE1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJIs3yPuE1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJIs3yPuE1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJIs3yPuE1 form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-uJIs3yPuE1 form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-uJIs3zbuCh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-uJIs3zbuCh .mbr-text {
  color: #ffffff;
}
