@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-8 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.3rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.bg-bar {
  background-color: #c36e44 !important;
}
.bg-homewood {
  background-color: #442b46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-bar,
.btn-bar:active {
  background-color: #c36e44 !important;
  border-color: #c36e44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-bar:hover,
.btn-bar:focus,
.btn-bar.focus,
.btn-bar.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-bar.disabled,
.btn-bar:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-homewood-1,
.btn-homewood-1:active {
  background-color: #442b46 !important;
  border-color: #442b46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-homewood-1:hover,
.btn-homewood-1:focus,
.btn-homewood-1.focus,
.btn-homewood-1.active {
  color: #ffffff !important;
  background-color: #6f4a73 !important;
  border-color: #6f4a73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-homewood-1.disabled,
.btn-homewood-1:disabled {
  color: #ffffff !important;
  background-color: #6f4a73 !important;
  border-color: #6f4a73 !important;
}
.btn-homewood-2,
.btn-homewood-2:active {
  background-color: #4E1A2F !important;
  border-color: #4E1A2F !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-homewood-2:hover,
.btn-homewood-2:focus,
.btn-homewood-2.focus,
.btn-homewood-2.active {
  color: #ffffff !important;
  background-color: #613547 !important;
  border-color: #613547 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-homewood-2.disabled,
.btn-homewood-2:disabled {
  color: #ffffff !important;
  background-color: #613547 !important;
  border-color: #613547 !important;
}
.btn-courtyard,
.btn-courtyard:active {
  background-color: #B92E39 !important;
  border-color: #B92E39 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-courtyard:hover,
.btn-courtyard:focus,
.btn-courtyard.focus,
.btn-courtyard.active {
  color: #ffffff !important;
  background-color: #E54838 !important;
  border-color: #E54838 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-courtyard.disabled,
.btn-courtyard:disabled {
  color: #ffffff !important;
  background-color: #E54838 !important;
  border-color: #E54838 !important;
}
.btn-springhill,
.btn-springhill:active {
  background-color: #278372 !important;
  border-color: #278372 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-springhill:hover,
.btn-springhill:focus,
.btn-springhill.focus,
.btn-springhill.active {
  color: #ffffff !important;
  background-color: #629274 !important;
  border-color: #629274 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-springhill.disabled,
.btn-springhill:disabled {
  color: #ffffff !important;
  background-color: #629274 !important;
  border-color: #629274 !important;
}
.btn-sandcastle-1,
.btn-sandcastle-1:active {
  background-color: #F46145 !important;
  border-color: #F46145 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-sandcastle-1:hover,
.btn-sandcastle-1:focus,
.btn-sandcastle-1.focus,
.btn-sandcastle-1.active {
  color: #ffffff !important;
  background-color: #F49545 !important;
  border-color: #F49545 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-sandcastle-1.disabled,
.btn-sandcastle-1:disabled {
  color: #ffffff !important;
  background-color: #F49545 !important;
  border-color: #F49545 !important;
}
.btn-sandcastle-2,
.btn-sandcastle-2:active {
  background-color: #3E5D7B !important;
  border-color: #3E5D7B !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-sandcastle-2:hover,
.btn-sandcastle-2:focus,
.btn-sandcastle-2.focus,
.btn-sandcastle-2.active {
  color: #ffffff !important;
  background-color: #4B78A8 !important;
  border-color: #4B78A8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-sandcastle-2.disabled,
.btn-sandcastle-2:disabled {
  color: #ffffff !important;
  background-color: #4B78A8 !important;
  border-color: #4B78A8 !important;
}
.btn-breakers,
.btn-breakers:active {
  background-color: #FDB25E !important;
  border-color: #FDB25E !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-breakers:hover,
.btn-breakers:focus,
.btn-breakers.focus,
.btn-breakers.active {
  color: #ffffff !important;
  background-color: #F46145 !important;
  border-color: #F46145 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-breakers.disabled,
.btn-breakers:disabled {
  color: #ffffff !important;
  background-color: #F46145 !important;
  border-color: #F46145 !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: #232323 !important;
  border-color: #232323 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
.cid-soLMV5xMuS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soLMV5xMuS nav.navbar {
  position: fixed;
}
.cid-soLMV5xMuS .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-soLMV5xMuS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soLMV5xMuS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soLMV5xMuS .dropdown-item:hover,
.cid-soLMV5xMuS .dropdown-item:focus {
  background: #043349 !important;
  color: white !important;
}
.cid-soLMV5xMuS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soLMV5xMuS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soLMV5xMuS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soLMV5xMuS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soLMV5xMuS .nav-link {
  position: relative;
}
.cid-soLMV5xMuS .container {
  display: flex;
  margin: auto;
}
.cid-soLMV5xMuS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soLMV5xMuS .dropdown-menu,
.cid-soLMV5xMuS .navbar.opened {
  background: #095174 !important;
}
.cid-soLMV5xMuS .nav-item:focus,
.cid-soLMV5xMuS .nav-link:focus {
  outline: none;
}
.cid-soLMV5xMuS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soLMV5xMuS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soLMV5xMuS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soLMV5xMuS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soLMV5xMuS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soLMV5xMuS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soLMV5xMuS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soLMV5xMuS .navbar.opened {
  transition: all 0.3s;
}
.cid-soLMV5xMuS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soLMV5xMuS .navbar .navbar-logo img {
  width: auto;
}
.cid-soLMV5xMuS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soLMV5xMuS .navbar.collapsed {
  justify-content: center;
}
.cid-soLMV5xMuS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soLMV5xMuS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soLMV5xMuS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soLMV5xMuS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soLMV5xMuS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soLMV5xMuS .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-soLMV5xMuS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soLMV5xMuS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soLMV5xMuS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soLMV5xMuS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soLMV5xMuS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soLMV5xMuS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soLMV5xMuS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soLMV5xMuS .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-soLMV5xMuS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soLMV5xMuS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soLMV5xMuS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soLMV5xMuS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soLMV5xMuS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soLMV5xMuS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soLMV5xMuS .navbar.navbar-short {
  min-height: 60px;
}
.cid-soLMV5xMuS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soLMV5xMuS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soLMV5xMuS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soLMV5xMuS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soLMV5xMuS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soLMV5xMuS .dropdown-item.active,
.cid-soLMV5xMuS .dropdown-item:active {
  background-color: transparent;
}
.cid-soLMV5xMuS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soLMV5xMuS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soLMV5xMuS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soLMV5xMuS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soLMV5xMuS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soLMV5xMuS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soLMV5xMuS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soLMV5xMuS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soLMV5xMuS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soLMV5xMuS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #FFF;
}
.cid-soLMV5xMuS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soLMV5xMuS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soLMV5xMuS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soLMV5xMuS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soLMV5xMuS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soLMV5xMuS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soLMV5xMuS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soLMV5xMuS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soLMV5xMuS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soLMV5xMuS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soLMV5xMuS .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-soLMV5xMuS .navbar {
    height: 70px;
  }
  .cid-soLMV5xMuS .navbar.opened {
    height: auto;
  }
  .cid-soLMV5xMuS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soLQ6c3NiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-soLQ6c3NiA .carousel {
  height: 800px;
}
.cid-soLQ6c3NiA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-soLQ6c3NiA .carousel-item,
.cid-soLQ6c3NiA .carousel-inner {
  height: 100%;
}
.cid-soLQ6c3NiA .mbr-overlay {
  z-index: 1;
}
.cid-soLQ6c3NiA .carousel-caption {
  bottom: 40px;
}
.cid-soLQ6c3NiA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-soLQ6c3NiA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-soLQ6c3NiA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-soLQ6c3NiA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-soLQ6c3NiA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-soLQ6c3NiA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-soLQ6c3NiA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-soLQ6c3NiA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soLQ6c3NiA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soLQ6c3NiA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soLQ6c3NiA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soLQ6c3NiA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-soLQ6c3NiA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soLQ6c3NiA .carousel-indicators li.active,
.cid-soLQ6c3NiA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soLQ6c3NiA .carousel-indicators li::after,
.cid-soLQ6c3NiA .carousel-indicators li::before {
  content: none;
}
.cid-soLQ6c3NiA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soLQ6c3NiA .carousel-indicators {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cid-tmwZpSTnTh-h {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ffb5b5;
  }
  .cid-tmwZpSTnTh-h .carousel {
    height: 800px;
  }
  .cid-tmwZpSTnTh-h .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-tmwZpSTnTh-h .carousel-item,
  .cid-tmwZpSTnTh-h .carousel-inner {
    height: 100%;
  }
  .cid-tmwZpSTnTh-h .carousel-caption {
    bottom: 40px;
  }
  .cid-tmwZpSTnTh-h .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-tmwZpSTnTh-h .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-tmwZpSTnTh-h .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
  }
  .cid-tmwZpSTnTh-h .item-wrapper {
    width: 100%;
  }
  @media (max-width: 767px) {
    .cid-tmwZpSTnTh-h .container .carousel-control {
      margin-bottom: 0;
    }
    .cid-tmwZpSTnTh-h .content-slider-wrap {
      width: 100% !important;
    } 
  }
  .cid-tmwZpSTnTh-h .container .carousel-indicators {
    margin-bottom: 3px;
  }
  .cid-tmwZpSTnTh-h .carousel-control {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .cid-tmwZpSTnTh-h .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-tmwZpSTnTh-h .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-tmwZpSTnTh-h .carousel-control {
      top: auto;
      bottom: 1rem;
    }
  }
  .cid-tmwZpSTnTh-h .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
  }
  .cid-tmwZpSTnTh-h .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    width: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .cid-tmwZpSTnTh-h .carousel-indicators li.active,
  .cid-tmwZpSTnTh-h .carousel-indicators li:hover {
    opacity: 0.9;
  }
  .cid-tmwZpSTnTh-h .carousel-indicators li::after,
  .cid-tmwZpSTnTh-h .carousel-indicators li::before {
    content: none;
  }
  .cid-tmwZpSTnTh-h .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
  }
  @media (max-width: 768px) {
    .cid-tmwZpSTnTh-h .carousel-indicators {
      display: none !important;
    }
  }
}

@media (max-width: 991px) {
	.cid-tmwZpSTnTh-h {
		display:none;
	}
}

@media (max-width: 991px) {
  .cid-tmwZpSTnTh-v {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffb5b5;
  }
  .cid-tmwZpSTnTh-v .carousel {
    height: 800px;
  }
  .cid-tmwZpSTnTh-v .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-tmwZpSTnTh-v .carousel-item,
  .cid-tmwZpSTnTh-v .carousel-inner {
    height: 100%;
  }
  .cid-tmwZpSTnTh-v .carousel-caption {
    bottom: 40px;
  }
  .cid-tmwZpSTnTh-v .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-tmwZpSTnTh-v .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-tmwZpSTnTh-v .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
  }
  .cid-tmwZpSTnTh-v .item-wrapper {
    width: 100%;
  }
  @media (max-width: 767px) {
    .cid-tmwZpSTnTh-v .container .carousel-control {
      margin-bottom: 0;
    }
    .cid-tmwZpSTnTh-v .content-slider-wrap {
      width: 100% !important;
    } 
  }
  .cid-tmwZpSTnTh-v .container .carousel-indicators {
    margin-bottom: 3px;
  }
  .cid-tmwZpSTnTh-v .carousel-control {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .cid-tmwZpSTnTh-v .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-tmwZpSTnTh-v .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-tmwZpSTnTh-v .carousel-control {
      top: auto;
      bottom: 1rem;
    }
  }
  .cid-tmwZpSTnTh-v .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
  }
  .cid-tmwZpSTnTh-v .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    width: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .cid-tmwZpSTnTh-v .carousel-indicators li.active,
  .cid-tmwZpSTnTh-v .carousel-indicators li:hover {
    opacity: 0.9;
  }
  .cid-tmwZpSTnTh-v .carousel-indicators li::after,
  .cid-tmwZpSTnTh-v .carousel-indicators li::before {
    content: none;
  }
  .cid-tmwZpSTnTh-v .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
  }
  @media (max-width: 768px) {
    .cid-tmwZpSTnTh-v .carousel-indicators {
      display: none !important;
    }
  }
}

@media (min-width: 992px) {
	.cid-tmwZpSTnTh-v {
		display:none;
	}
}

.cid-soOCHO5wN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2981ab;
}
.cid-soOCHO5wN1 .mbr-section-title {
  color: #ffffff;
}
.cid-soOCHO5wN1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soLUgJo4q5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background-count-2000x498.jpg");
}
.cid-soLUgJo4q5 .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-soLUgJo4q5 .number {
  color: #22a5e5;
}
.cid-soLUgJo4q5 .period {
  display: block;
}
.cid-soLUgJo4q5 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-soLUgJo4q5 .period {
    font-size: 0.8rem;
  }
}
.cid-soLUgJo4q5 .btn {
  height: 100%;
  margin: 0;
}
.cid-soLUgJo4q5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-soLUgJo4q5 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-soLUgJo4q5 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-soLUgJo4q5 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-soLUgJo4q5 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-soLWZLJTLy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-sits-2000x999.jpg");
}
.cid-soLWZLJTLy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soLWZLJTLy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soLWZLJTLy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soLWZLJTLy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soLWZLJTLy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soLWZLJTLy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soLWZLJTLy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soLX0owsOp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-40-1920x1276.jpg");
}
.cid-soLX0owsOp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soLX0owsOp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soLX0owsOp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soLX0owsOp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soLX0owsOp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soLX0owsOp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soLX0owsOp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soLX0owsOq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/kpnr_background.jpg");
}
.cid-soLX0owsOq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soLX0owsOq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soLX0owsOq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soLX0owsOq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soLX0owsOq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soLX0owsOq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soLX0owsOq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soLX0Rrm20 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/christmas-background.jpg");
}
.cid-soLX0Rrm20 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soLX0Rrm20 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soLX0Rrm20 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soLX0Rrm20 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soLX0Rrm20 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soLX0Rrm20 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soLX0Rrm20 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soWiHvouAs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/img/api-index-secondary.jpg");
}
@media (max-width: 991px) {
  .cid-soWiHvouAs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soWiHvouAs .row {
  flex-direction: row-reverse;
}
.cid-soWiHvouAs img {
  width: 100%;
}
.cid-soOAzhpe4E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6ec7f2;
}
.cid-soOAzhpe4E .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soOAzhpe4E .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soOAzhpe4E .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soOAzhpe4E .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soOAzhpe4E .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soOAzhpe4E .text2 {
  color: #000000;
  text-align: left;
}
.cid-soOAzhpe4E .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soOAzhpe4E .logo-title {
  text-align: center;
}
.cid-soOAzhpe4E .logo-sub-title {
  text-align: center;
}
.cid-soOAzhpe4E .links {
  text-align: center;
  color: #656565;
}
.cid-soOAzhpe4E .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soOAvPuqUs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #095174;
}
.cid-soOAvPuqUs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soOAvPuqUs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soOAvPuqUs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soOAvPuqUs .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soOAvPuqUs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soOAvPuqUs .copyright {
  color: #ffffff;
}
.cid-soOAB8fLf0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-soOAB8fLf0 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-soOAB8fLf0 section {
  position: relative;
}
.cid-soOAB8fLf0 h4 {
  margin: 0;
}
.cid-soOAB8fLf0 a {
  font-weight: 300;
}
.cid-soOAB8fLf0 .row {
  align-items: center;
}
.cid-soOAB8fLf0 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-soOAB8fLf0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-soOAB8fLf0 .img1 {
  color: #ffffff;
}
.cid-soOAB8fLf0 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-soOAB8fLf0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-soOAB8fLf0 .align-left,
  .cid-soOAB8fLf0 .align-right {
    text-align: center;
  }
  .cid-soOAB8fLf0 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-soOAB8fLf0 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-soOAB8fLf0 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-soOAB8fLf0 .item-title {
  color: #c1c1c1;
}
.cid-soOAB8fLf0 H4 {
  color: #04344a;
}
.cid-soQ0PRJquY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQ0PRJquY nav.navbar {
  position: fixed;
}
.cid-soQ0PRJquY .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-soQ0PRJquY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQ0PRJquY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQ0PRJquY .dropdown-item:hover,
.cid-soQ0PRJquY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQ0PRJquY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQ0PRJquY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQ0PRJquY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQ0PRJquY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQ0PRJquY .nav-link {
  position: relative;
}
.cid-soQ0PRJquY .container {
  display: flex;
  margin: auto;
}
.cid-soQ0PRJquY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQ0PRJquY .dropdown-menu,
.cid-soQ0PRJquY .navbar.opened {
  background: #1887bc !important;
}
.cid-soQ0PRJquY .nav-item:focus,
.cid-soQ0PRJquY .nav-link:focus {
  outline: none;
}
.cid-soQ0PRJquY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQ0PRJquY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQ0PRJquY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQ0PRJquY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQ0PRJquY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQ0PRJquY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQ0PRJquY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQ0PRJquY .navbar.opened {
  transition: all 0.3s;
}
.cid-soQ0PRJquY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQ0PRJquY .navbar .navbar-logo img {
  width: auto;
}
.cid-soQ0PRJquY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQ0PRJquY .navbar.collapsed {
  justify-content: center;
}
.cid-soQ0PRJquY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQ0PRJquY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQ0PRJquY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQ0PRJquY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQ0PRJquY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQ0PRJquY .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-soQ0PRJquY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQ0PRJquY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQ0PRJquY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQ0PRJquY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQ0PRJquY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQ0PRJquY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQ0PRJquY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQ0PRJquY .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-soQ0PRJquY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQ0PRJquY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQ0PRJquY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQ0PRJquY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQ0PRJquY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQ0PRJquY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQ0PRJquY .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQ0PRJquY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQ0PRJquY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQ0PRJquY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQ0PRJquY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQ0PRJquY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQ0PRJquY .dropdown-item.active,
.cid-soQ0PRJquY .dropdown-item:active {
  background-color: transparent;
}
.cid-soQ0PRJquY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQ0PRJquY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQ0PRJquY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQ0PRJquY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQ0PRJquY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQ0PRJquY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQ0PRJquY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQ0PRJquY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQ0PRJquY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQ0PRJquY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQ0PRJquY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQ0PRJquY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ0PRJquY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ0PRJquY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQ0PRJquY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ0PRJquY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQ0PRJquY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQ0PRJquY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ0PRJquY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQ0PRJquY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQ0PRJquY .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-soQ0PRJquY .navbar {
    height: 70px;
  }
  .cid-soQ0PRJquY .navbar.opened {
    height: auto;
  }
  .cid-soQ0PRJquY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spVS6VRhnC {
  background-image: url("../../../assets/img/api-about.jpg");
}
.cid-spVS6VRhnC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spVS6VRhnC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spVS6VRhnC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spVS6VRhnC .mbr-section-title DIV {
  text-align: left;
}
.cid-spVS6VRhnC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-spVS6VRhnC .mbr-text,
.cid-spVS6VRhnC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-soQ1jhTMYt {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soQ1jhTMYt .mbr-section-subtitle {
  text-align: left;
}
.cid-soQ1jhTMYt .mbr-section-title {
  text-align: left;
}
.cid-spXjzk6Im6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/api-team-background-2-1920x1080.jpg");
}
.cid-spXjzk6Im6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-spXjzk6Im6 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-spXjzk6Im6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spXjzk6Im6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-spXjzk6Im6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-spXjzk6Im6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-spXjzk6Im6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spXjzk6Im6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-spXjzk6Im6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spXjzk6Im6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u1y63YGG6M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1y63YGG6M .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6M img,
.cid-u1y63YGG6M .item-img {
  width: 100%;
}
.cid-u1y63YGG6M .item:focus,
.cid-u1y63YGG6M span:focus {
  outline: none;
}
.cid-u1y63YGG6M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1y63YGG6M .item {
    margin-bottom: 1rem;
  }
}
.cid-u1y63YGG6M .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1y63YGG6M .mbr-section-title {
  color: #232323;
}
.cid-u1y63YGG6M .mbr-text,
.cid-u1y63YGG6M .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6M .item-title {
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6M .content-head {
  max-width: 800px;
}
.cid-u1FgQw9dWI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/img/foundations-background-alt.jpg");
}
.cid-u1FgQw9dWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1FgQw9dWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1FgQw9dWI .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (min-width: 992px) {
  .cid-u1FgQw9dWI .event-title {
	font-size:2.3rem;
  }
}
@media (max-width: 992px) {
  .cid-u1FgQw9dWI .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u1FgQw9dWI .event-title {
	font-size:2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-u1FgQw9dWI .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-u1FgQw9dWI .row {
  justify-content: space-between;
}
.cid-u1FgQw9dWI .mbr-section-title {
  color: #ffffff;
}
.cid-u1FgQw9dWI .mbr-text,
.cid-u1FgQw9dWI .mbr-section-btn {
  color: #ffffff;
}
.cid-u1FgQw9dWI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1FmSg6MWV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/img/foundations-background-alt-2.jpg");
}
.cid-u1FmSg6MWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1FmSg6MWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1FmSg6MWV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-u1FmSg6MWV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1FmSg6MWV .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-u1FmSg6MWV .content-head {
  max-width: 800px;
}
.cid-u1FmSg6MWV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1FmSg6MWV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1FmSg6MWV .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1FmSg6MWV .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1y63YGG6N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1y63YGG6N .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6N img,
.cid-u1y63YGG6N .item-img {
  width: 100%;
}
.cid-u1y63YGG6N .item:focus,
.cid-u1y63YGG6N span:focus {
  outline: none;
}
.cid-u1y63YGG6N .item {
	padding-bottom:1rem;
}
@media (max-width: 767px) {
  .cid-u1y63YGG6N .item {
    margin-bottom: 1rem;
  }
}
.cid-u1y63YGG6N .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1y63YGG6N .mbr-section-title {
  color: #232323;
}
.cid-u1y63YGG6N .mbr-text,
.cid-u1y63YGG6N .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6N .item-title {
  color: #232323;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-u1y63YGG6N .header-title {
    color: #232323;
    text-align: center;
	font-size:8rem;
  }
}
@media (max-width: 767px) {
  .cid-u1y63YGG6N .header-title {
    color: #232323;
    text-align: center;
  }
}
.cid-u1y63YGG6N .content-head {
  max-width: 800px;
}
.cid-u1y63YGG6O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #F6F6F6;
}
.cid-u1y63YGG6O .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6O img,
.cid-u1y63YGG6O .item-img {
  width: 100%;
}
.cid-u1y63YGG6O .item:focus,
.cid-u1y63YGG6O span:focus {
  outline: none;
}
.cid-u1y63YGG6O .item {
	padding-bottom:1rem;
}
@media (max-width: 767px) {
  .cid-u1y63YGG6O .item {
    margin-bottom: 1rem;
  }
}
.cid-u1y63YGG6O .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1y63YGG6O .mbr-section-title {
  color: #232323;
}
.cid-u1y63YGG6O .mbr-text,
.cid-u1y63YGG6O .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1y63YGG6O .item-title {
  color: #232323;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-u1y63YGG6O .header-title {
    color: #232323;
    text-align: center;
	font-size:8rem;
  }
  .cid-u1y63YGG6O .spacer {
  }
}
@media (max-width: 767px) {
  .cid-u1y63YGG6O .header-title {
    color: #232323;
    text-align: center;
  }
  .cid-u1y63YGG6O .spacer {
	display:none;
  }
}
.cid-u1y63YGG6O .content-head {
  max-width:1300px;
}
.cid-soQ0PVa2DC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQ0PVa2DC .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQ0PVa2DC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQ0PVa2DC .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQ0PVa2DC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQ0PVa2DC .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQ0PVa2DC .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQ0PVa2DC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQ0PVa2DC .logo-title {
  text-align: center;
}
.cid-soQ0PVa2DC .logo-sub-title {
  text-align: center;
}
.cid-soQ0PVa2DC .links {
  text-align: center;
  color: #656565;
}
.cid-soQ0PVa2DC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQ0PVB3lN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQ0PVB3lN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQ0PVB3lN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQ0PVB3lN .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQ0PVB3lN .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQ0PVB3lN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQ0PVB3lN .copyright {
  color: #ffffff;
}
.cid-soQ9wx97Nw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQ9wx97Nw nav.navbar {
  position: fixed;
}
.cid-soQ9wx97Nw .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-soQ9wx97Nw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQ9wx97Nw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQ9wx97Nw .dropdown-item:hover,
.cid-soQ9wx97Nw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQ9wx97Nw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQ9wx97Nw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQ9wx97Nw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQ9wx97Nw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQ9wx97Nw .nav-link {
  position: relative;
}
.cid-soQ9wx97Nw .container {
  display: flex;
  margin: auto;
}
.cid-soQ9wx97Nw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQ9wx97Nw .dropdown-menu,
.cid-soQ9wx97Nw .navbar.opened {
  background: #1887bc !important;
}
.cid-soQ9wx97Nw .nav-item:focus,
.cid-soQ9wx97Nw .nav-link:focus {
  outline: none;
}
.cid-soQ9wx97Nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQ9wx97Nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQ9wx97Nw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQ9wx97Nw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQ9wx97Nw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQ9wx97Nw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQ9wx97Nw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQ9wx97Nw .navbar.opened {
  transition: all 0.3s;
}
.cid-soQ9wx97Nw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQ9wx97Nw .navbar .navbar-logo img {
  width: auto;
}
.cid-soQ9wx97Nw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQ9wx97Nw .navbar.collapsed {
  justify-content: center;
}
.cid-soQ9wx97Nw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQ9wx97Nw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQ9wx97Nw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQ9wx97Nw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQ9wx97Nw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQ9wx97Nw .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-soQ9wx97Nw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQ9wx97Nw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQ9wx97Nw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQ9wx97Nw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQ9wx97Nw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQ9wx97Nw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQ9wx97Nw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQ9wx97Nw .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-soQ9wx97Nw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQ9wx97Nw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQ9wx97Nw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQ9wx97Nw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQ9wx97Nw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQ9wx97Nw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQ9wx97Nw .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQ9wx97Nw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQ9wx97Nw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQ9wx97Nw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQ9wx97Nw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQ9wx97Nw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQ9wx97Nw .dropdown-item.active,
.cid-soQ9wx97Nw .dropdown-item:active {
  background-color: transparent;
}
.cid-soQ9wx97Nw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQ9wx97Nw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQ9wx97Nw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQ9wx97Nw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQ9wx97Nw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQ9wx97Nw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQ9wx97Nw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQ9wx97Nw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQ9wx97Nw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQ9wx97Nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQ9wx97Nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQ9wx97Nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9wx97Nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9wx97Nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQ9wx97Nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9wx97Nw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQ9wx97Nw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQ9wx97Nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9wx97Nw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQ9wx97Nw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQ9wx97Nw .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-soQ9wx97Nw .navbar {
    height: 70px;
  }
  .cid-soQ9wx97Nw .navbar.opened {
    height: auto;
  }
  .cid-soQ9wx97Nw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soVNVIRkw1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soVNVIRkw1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soVNVIRkw1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soVNVIRkw1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soVNVIRkw1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soVNVIRkw1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soVNVIRkw1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soVNVIRkw1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soVOu0Gs66 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-soQ9wztQca {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQ9wztQca .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQ9wztQca .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQ9wztQca .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQ9wztQca .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQ9wztQca .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQ9wztQca .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQ9wztQca .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQ9wztQca .logo-title {
  text-align: center;
}
.cid-soQ9wztQca .logo-sub-title {
  text-align: center;
}
.cid-soQ9wztQca .links {
  text-align: center;
  color: #656565;
}
.cid-soQ9wztQca .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQ9wzUVrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQ9wzUVrf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQ9wzUVrf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQ9wzUVrf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQ9wzUVrf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQ9wzUVrf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQ9wzUVrf .copyright {
  color: #ffffff;
}
.cid-soQ9K7lk1Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQ9K7lk1Y nav.navbar {
  position: fixed;
}
.cid-soQ9K7lk1Y .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-soQ9K7lk1Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQ9K7lk1Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQ9K7lk1Y .dropdown-item:hover,
.cid-soQ9K7lk1Y .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQ9K7lk1Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQ9K7lk1Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQ9K7lk1Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQ9K7lk1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQ9K7lk1Y .nav-link {
  position: relative;
}
.cid-soQ9K7lk1Y .container {
  display: flex;
  margin: auto;
}
.cid-soQ9K7lk1Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQ9K7lk1Y .dropdown-menu,
.cid-soQ9K7lk1Y .navbar.opened {
  background: #1887bc !important;
}
.cid-soQ9K7lk1Y .nav-item:focus,
.cid-soQ9K7lk1Y .nav-link:focus {
  outline: none;
}
.cid-soQ9K7lk1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQ9K7lk1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQ9K7lk1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQ9K7lk1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQ9K7lk1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQ9K7lk1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQ9K7lk1Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQ9K7lk1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-soQ9K7lk1Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQ9K7lk1Y .navbar .navbar-logo img {
  width: auto;
}
.cid-soQ9K7lk1Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQ9K7lk1Y .navbar.collapsed {
  justify-content: center;
}
.cid-soQ9K7lk1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQ9K7lk1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQ9K7lk1Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQ9K7lk1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQ9K7lk1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQ9K7lk1Y .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-soQ9K7lk1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQ9K7lk1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQ9K7lk1Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQ9K7lk1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQ9K7lk1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQ9K7lk1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQ9K7lk1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQ9K7lk1Y .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-soQ9K7lk1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQ9K7lk1Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQ9K7lk1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQ9K7lk1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQ9K7lk1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQ9K7lk1Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQ9K7lk1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQ9K7lk1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQ9K7lk1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQ9K7lk1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQ9K7lk1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQ9K7lk1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQ9K7lk1Y .dropdown-item.active,
.cid-soQ9K7lk1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-soQ9K7lk1Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQ9K7lk1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQ9K7lk1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQ9K7lk1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQ9K7lk1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQ9K7lk1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQ9K7lk1Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQ9K7lk1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQ9K7lk1Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQ9K7lk1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQ9K7lk1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQ9K7lk1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9K7lk1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9K7lk1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQ9K7lk1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9K7lk1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQ9K7lk1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQ9K7lk1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9K7lk1Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQ9K7lk1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQ9K7lk1Y .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-soQ9K7lk1Y .navbar {
    height: 70px;
  }
  .cid-soQ9K7lk1Y .navbar.opened {
    height: auto;
  }
  .cid-soQ9K7lk1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQhsHM8ug {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soQhsHM8ug .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soQhsHM8ug .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soQhsHM8ug .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soQhsHM8ug .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQhsHM8ug .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soQhsHM8ug .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soQhsHM8ug .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQ9K9fZP5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQ9K9fZP5 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQ9K9fZP5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQ9K9fZP5 .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQ9K9fZP5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQ9K9fZP5 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQ9K9fZP5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQ9K9fZP5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQ9K9fZP5 .logo-title {
  text-align: center;
}
.cid-soQ9K9fZP5 .logo-sub-title {
  text-align: center;
}
.cid-soQ9K9fZP5 .links {
  text-align: center;
  color: #656565;
}
.cid-soQ9K9fZP5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQ9K9DSfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQ9K9DSfG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQ9K9DSfG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQ9K9DSfG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQ9K9DSfG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQ9K9DSfG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQ9K9DSfG .copyright {
  color: #ffffff;
}
.cid-soQ9T1jQjc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQ9T1jQjc nav.navbar {
  position: fixed;
}
.cid-soQ9T1jQjc .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-soQ9T1jQjc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQ9T1jQjc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQ9T1jQjc .dropdown-item:hover,
.cid-soQ9T1jQjc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQ9T1jQjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQ9T1jQjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQ9T1jQjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQ9T1jQjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQ9T1jQjc .nav-link {
  position: relative;
}
.cid-soQ9T1jQjc .container {
  display: flex;
  margin: auto;
}
.cid-soQ9T1jQjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQ9T1jQjc .dropdown-menu,
.cid-soQ9T1jQjc .navbar.opened {
  background: #1887bc !important;
}
.cid-soQ9T1jQjc .nav-item:focus,
.cid-soQ9T1jQjc .nav-link:focus {
  outline: none;
}
.cid-soQ9T1jQjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQ9T1jQjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQ9T1jQjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQ9T1jQjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQ9T1jQjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQ9T1jQjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQ9T1jQjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQ9T1jQjc .navbar.opened {
  transition: all 0.3s;
}
.cid-soQ9T1jQjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQ9T1jQjc .navbar .navbar-logo img {
  width: auto;
}
.cid-soQ9T1jQjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQ9T1jQjc .navbar.collapsed {
  justify-content: center;
}
.cid-soQ9T1jQjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQ9T1jQjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQ9T1jQjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQ9T1jQjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQ9T1jQjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQ9T1jQjc .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-soQ9T1jQjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQ9T1jQjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQ9T1jQjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQ9T1jQjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQ9T1jQjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQ9T1jQjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQ9T1jQjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQ9T1jQjc .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-soQ9T1jQjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQ9T1jQjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQ9T1jQjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQ9T1jQjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQ9T1jQjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQ9T1jQjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQ9T1jQjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQ9T1jQjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQ9T1jQjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQ9T1jQjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQ9T1jQjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQ9T1jQjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQ9T1jQjc .dropdown-item.active,
.cid-soQ9T1jQjc .dropdown-item:active {
  background-color: transparent;
}
.cid-soQ9T1jQjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQ9T1jQjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQ9T1jQjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQ9T1jQjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQ9T1jQjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQ9T1jQjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQ9T1jQjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQ9T1jQjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQ9T1jQjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQ9T1jQjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQ9T1jQjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQ9T1jQjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9T1jQjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQ9T1jQjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQ9T1jQjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9T1jQjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQ9T1jQjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQ9T1jQjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQ9T1jQjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQ9T1jQjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQ9T1jQjc .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-soQ9T1jQjc .navbar {
    height: 70px;
  }
  .cid-soQ9T1jQjc .navbar.opened {
    height: auto;
  }
  .cid-soQ9T1jQjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQiO0zQOR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soQiO0zQOR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soQiO0zQOR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soQiO0zQOR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soQiO0zQOR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQiO0zQOR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soQiO0zQOR .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soQiO0zQOR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQ9T321mw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQ9T321mw .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQ9T321mw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQ9T321mw .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQ9T321mw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQ9T321mw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQ9T321mw .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQ9T321mw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQ9T321mw .logo-title {
  text-align: center;
}
.cid-soQ9T321mw .logo-sub-title {
  text-align: center;
}
.cid-soQ9T321mw .links {
  text-align: center;
  color: #656565;
}
.cid-soQ9T321mw .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQ9T3r4OP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQ9T3r4OP .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQ9T3r4OP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQ9T3r4OP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQ9T3r4OP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQ9T3r4OP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQ9T3r4OP .copyright {
  color: #ffffff;
}
.cid-soQa3h2b4H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQa3h2b4H nav.navbar {
  position: fixed;
}
.cid-soQa3h2b4H .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-soQa3h2b4H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQa3h2b4H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQa3h2b4H .dropdown-item:hover,
.cid-soQa3h2b4H .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQa3h2b4H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQa3h2b4H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQa3h2b4H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQa3h2b4H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQa3h2b4H .nav-link {
  position: relative;
}
.cid-soQa3h2b4H .container {
  display: flex;
  margin: auto;
}
.cid-soQa3h2b4H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQa3h2b4H .dropdown-menu,
.cid-soQa3h2b4H .navbar.opened {
  background: #1887bc !important;
}
.cid-soQa3h2b4H .nav-item:focus,
.cid-soQa3h2b4H .nav-link:focus {
  outline: none;
}
.cid-soQa3h2b4H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQa3h2b4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQa3h2b4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQa3h2b4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQa3h2b4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQa3h2b4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQa3h2b4H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQa3h2b4H .navbar.opened {
  transition: all 0.3s;
}
.cid-soQa3h2b4H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQa3h2b4H .navbar .navbar-logo img {
  width: auto;
}
.cid-soQa3h2b4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQa3h2b4H .navbar.collapsed {
  justify-content: center;
}
.cid-soQa3h2b4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQa3h2b4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQa3h2b4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQa3h2b4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQa3h2b4H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQa3h2b4H .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-soQa3h2b4H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQa3h2b4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQa3h2b4H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQa3h2b4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQa3h2b4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQa3h2b4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQa3h2b4H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQa3h2b4H .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-soQa3h2b4H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQa3h2b4H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQa3h2b4H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQa3h2b4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQa3h2b4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQa3h2b4H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQa3h2b4H .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQa3h2b4H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQa3h2b4H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQa3h2b4H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQa3h2b4H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQa3h2b4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQa3h2b4H .dropdown-item.active,
.cid-soQa3h2b4H .dropdown-item:active {
  background-color: transparent;
}
.cid-soQa3h2b4H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQa3h2b4H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQa3h2b4H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQa3h2b4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQa3h2b4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQa3h2b4H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQa3h2b4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQa3h2b4H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQa3h2b4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQa3h2b4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQa3h2b4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQa3h2b4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQa3h2b4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQa3h2b4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQa3h2b4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQa3h2b4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQa3h2b4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQa3h2b4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQa3h2b4H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQa3h2b4H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQa3h2b4H .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-soQa3h2b4H .navbar {
    height: 70px;
  }
  .cid-soQa3h2b4H .navbar.opened {
    height: auto;
  }
  .cid-soQa3h2b4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soW5lHM2fX {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soW5lHM2fX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soW5lHM2fX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soW5lHM2fX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soW5lHM2fX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soW5lHM2fX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soW5lHM2fX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soW5lHM2fX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQa3iGBlv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQa3iGBlv .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQa3iGBlv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQa3iGBlv .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQa3iGBlv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQa3iGBlv .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQa3iGBlv .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQa3iGBlv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQa3iGBlv .logo-title {
  text-align: center;
}
.cid-soQa3iGBlv .logo-sub-title {
  text-align: center;
}
.cid-soQa3iGBlv .links {
  text-align: center;
  color: #656565;
}
.cid-soQa3iGBlv .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQa3j5WMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQa3j5WMv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQa3j5WMv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQa3j5WMv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQa3j5WMv .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQa3j5WMv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQa3j5WMv .copyright {
  color: #ffffff;
}
.cid-soQaqPWLfj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQaqPWLfj nav.navbar {
  position: fixed;
}
.cid-soQaqPWLfj .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-soQaqPWLfj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQaqPWLfj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQaqPWLfj .dropdown-item:hover,
.cid-soQaqPWLfj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQaqPWLfj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQaqPWLfj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQaqPWLfj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQaqPWLfj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQaqPWLfj .nav-link {
  position: relative;
}
.cid-soQaqPWLfj .container {
  display: flex;
  margin: auto;
}
.cid-soQaqPWLfj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQaqPWLfj .dropdown-menu,
.cid-soQaqPWLfj .navbar.opened {
  background: #1887bc !important;
}
.cid-soQaqPWLfj .nav-item:focus,
.cid-soQaqPWLfj .nav-link:focus {
  outline: none;
}
.cid-soQaqPWLfj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQaqPWLfj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQaqPWLfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQaqPWLfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQaqPWLfj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQaqPWLfj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQaqPWLfj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQaqPWLfj .navbar.opened {
  transition: all 0.3s;
}
.cid-soQaqPWLfj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQaqPWLfj .navbar .navbar-logo img {
  width: auto;
}
.cid-soQaqPWLfj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQaqPWLfj .navbar.collapsed {
  justify-content: center;
}
.cid-soQaqPWLfj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQaqPWLfj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQaqPWLfj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQaqPWLfj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQaqPWLfj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQaqPWLfj .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-soQaqPWLfj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQaqPWLfj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQaqPWLfj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQaqPWLfj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQaqPWLfj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQaqPWLfj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQaqPWLfj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQaqPWLfj .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-soQaqPWLfj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQaqPWLfj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQaqPWLfj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQaqPWLfj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQaqPWLfj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQaqPWLfj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQaqPWLfj .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQaqPWLfj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQaqPWLfj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQaqPWLfj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQaqPWLfj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQaqPWLfj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQaqPWLfj .dropdown-item.active,
.cid-soQaqPWLfj .dropdown-item:active {
  background-color: transparent;
}
.cid-soQaqPWLfj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQaqPWLfj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQaqPWLfj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQaqPWLfj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQaqPWLfj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQaqPWLfj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQaqPWLfj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQaqPWLfj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQaqPWLfj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQaqPWLfj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQaqPWLfj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQaqPWLfj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQaqPWLfj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQaqPWLfj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQaqPWLfj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQaqPWLfj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQaqPWLfj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQaqPWLfj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQaqPWLfj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQaqPWLfj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQaqPWLfj .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-soQaqPWLfj .navbar {
    height: 70px;
  }
  .cid-soQaqPWLfj .navbar.opened {
    height: auto;
  }
  .cid-soQaqPWLfj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soVunrsftA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soVunrsftA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soVunrsftA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soVunrsftA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soVunrsftA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soVunrsftA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soVunrsftA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soVunrsftA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQaqRKxbY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQaqRKxbY .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQaqRKxbY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQaqRKxbY .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQaqRKxbY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQaqRKxbY .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQaqRKxbY .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQaqRKxbY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQaqRKxbY .logo-title {
  text-align: center;
}
.cid-soQaqRKxbY .logo-sub-title {
  text-align: center;
}
.cid-soQaqRKxbY .links {
  text-align: center;
  color: #656565;
}
.cid-soQaqRKxbY .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQaqS5M1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQaqS5M1s .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQaqS5M1s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQaqS5M1s .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQaqS5M1s .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQaqS5M1s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQaqS5M1s .copyright {
  color: #ffffff;
}
.cid-soQauuzHQc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQauuzHQc nav.navbar {
  position: fixed;
}
.cid-soQauuzHQc .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-soQauuzHQc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQauuzHQc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQauuzHQc .dropdown-item:hover,
.cid-soQauuzHQc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQauuzHQc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQauuzHQc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQauuzHQc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQauuzHQc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQauuzHQc .nav-link {
  position: relative;
}
.cid-soQauuzHQc .container {
  display: flex;
  margin: auto;
}
.cid-soQauuzHQc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQauuzHQc .dropdown-menu,
.cid-soQauuzHQc .navbar.opened {
  background: #1887bc !important;
}
.cid-soQauuzHQc .nav-item:focus,
.cid-soQauuzHQc .nav-link:focus {
  outline: none;
}
.cid-soQauuzHQc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQauuzHQc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQauuzHQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQauuzHQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQauuzHQc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQauuzHQc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQauuzHQc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQauuzHQc .navbar.opened {
  transition: all 0.3s;
}
.cid-soQauuzHQc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQauuzHQc .navbar .navbar-logo img {
  width: auto;
}
.cid-soQauuzHQc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQauuzHQc .navbar.collapsed {
  justify-content: center;
}
.cid-soQauuzHQc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQauuzHQc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQauuzHQc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQauuzHQc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQauuzHQc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQauuzHQc .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-soQauuzHQc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQauuzHQc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQauuzHQc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQauuzHQc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQauuzHQc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQauuzHQc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQauuzHQc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQauuzHQc .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-soQauuzHQc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQauuzHQc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQauuzHQc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQauuzHQc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQauuzHQc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQauuzHQc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQauuzHQc .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQauuzHQc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQauuzHQc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQauuzHQc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQauuzHQc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQauuzHQc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQauuzHQc .dropdown-item.active,
.cid-soQauuzHQc .dropdown-item:active {
  background-color: transparent;
}
.cid-soQauuzHQc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQauuzHQc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQauuzHQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQauuzHQc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQauuzHQc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQauuzHQc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQauuzHQc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQauuzHQc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQauuzHQc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQauuzHQc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQauuzHQc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQauuzHQc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQauuzHQc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQauuzHQc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQauuzHQc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQauuzHQc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQauuzHQc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQauuzHQc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQauuzHQc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQauuzHQc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQauuzHQc .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-soQauuzHQc .navbar {
    height: 70px;
  }
  .cid-soQauuzHQc .navbar.opened {
    height: auto;
  }
  .cid-soQauuzHQc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQio3VsdW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soQio3VsdW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soQio3VsdW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soQio3VsdW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soQio3VsdW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQio3VsdW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soQio3VsdW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soQio3VsdW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQauwdMNt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQauwdMNt .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQauwdMNt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQauwdMNt .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQauwdMNt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQauwdMNt .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQauwdMNt .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQauwdMNt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQauwdMNt .logo-title {
  text-align: center;
}
.cid-soQauwdMNt .logo-sub-title {
  text-align: center;
}
.cid-soQauwdMNt .links {
  text-align: center;
  color: #656565;
}
.cid-soQauwdMNt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQauwAIDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQauwAIDb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQauwAIDb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQauwAIDb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQauwAIDb .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQauwAIDb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQauwAIDb .copyright {
  color: #ffffff;
}
.cid-soQaOw6qs5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQaOw6qs5 nav.navbar {
  position: fixed;
}
.cid-soQaOw6qs5 .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-soQaOw6qs5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQaOw6qs5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQaOw6qs5 .dropdown-item:hover,
.cid-soQaOw6qs5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQaOw6qs5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQaOw6qs5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQaOw6qs5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQaOw6qs5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQaOw6qs5 .nav-link {
  position: relative;
}
.cid-soQaOw6qs5 .container {
  display: flex;
  margin: auto;
}
.cid-soQaOw6qs5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQaOw6qs5 .dropdown-menu,
.cid-soQaOw6qs5 .navbar.opened {
  background: #1887bc !important;
}
.cid-soQaOw6qs5 .nav-item:focus,
.cid-soQaOw6qs5 .nav-link:focus {
  outline: none;
}
.cid-soQaOw6qs5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQaOw6qs5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQaOw6qs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQaOw6qs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQaOw6qs5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQaOw6qs5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQaOw6qs5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQaOw6qs5 .navbar.opened {
  transition: all 0.3s;
}
.cid-soQaOw6qs5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQaOw6qs5 .navbar .navbar-logo img {
  width: auto;
}
.cid-soQaOw6qs5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQaOw6qs5 .navbar.collapsed {
  justify-content: center;
}
.cid-soQaOw6qs5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQaOw6qs5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQaOw6qs5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQaOw6qs5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQaOw6qs5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQaOw6qs5 .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-soQaOw6qs5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQaOw6qs5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQaOw6qs5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQaOw6qs5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQaOw6qs5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQaOw6qs5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQaOw6qs5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQaOw6qs5 .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-soQaOw6qs5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQaOw6qs5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQaOw6qs5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQaOw6qs5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQaOw6qs5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQaOw6qs5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQaOw6qs5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQaOw6qs5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQaOw6qs5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQaOw6qs5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQaOw6qs5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQaOw6qs5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQaOw6qs5 .dropdown-item.active,
.cid-soQaOw6qs5 .dropdown-item:active {
  background-color: transparent;
}
.cid-soQaOw6qs5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQaOw6qs5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQaOw6qs5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQaOw6qs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQaOw6qs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQaOw6qs5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQaOw6qs5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQaOw6qs5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQaOw6qs5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQaOw6qs5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQaOw6qs5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQaOw6qs5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQaOw6qs5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQaOw6qs5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQaOw6qs5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQaOw6qs5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQaOw6qs5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQaOw6qs5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQaOw6qs5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQaOw6qs5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQaOw6qs5 .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-soQaOw6qs5 .navbar {
    height: 70px;
  }
  .cid-soQaOw6qs5 .navbar.opened {
    height: auto;
  }
  .cid-soQaOw6qs5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soW9ba2hym {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soW9ba2hym .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soW9ba2hym .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soW9ba2hym .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soW9ba2hym .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soW9ba2hym .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soW9ba2hym .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soW9ba2hym .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soQaOz8g7k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQaOz8g7k .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQaOz8g7k .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQaOz8g7k .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQaOz8g7k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQaOz8g7k .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQaOz8g7k .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQaOz8g7k .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQaOz8g7k .logo-title {
  text-align: center;
}
.cid-soQaOz8g7k .logo-sub-title {
  text-align: center;
}
.cid-soQaOz8g7k .links {
  text-align: center;
  color: #656565;
}
.cid-soQaOz8g7k .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQaOzx3o5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQaOzx3o5 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQaOzx3o5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQaOzx3o5 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQaOzx3o5 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQaOzx3o5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQaOzx3o5 .copyright {
  color: #ffffff;
}
.cid-soQbtyE3s3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQbtyE3s3 nav.navbar {
  position: fixed;
}
.cid-soQbtyE3s3 .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-soQbtyE3s3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQbtyE3s3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQbtyE3s3 .dropdown-item:hover,
.cid-soQbtyE3s3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQbtyE3s3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQbtyE3s3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQbtyE3s3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQbtyE3s3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQbtyE3s3 .nav-link {
  position: relative;
}
.cid-soQbtyE3s3 .container {
  display: flex;
  margin: auto;
}
.cid-soQbtyE3s3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQbtyE3s3 .dropdown-menu,
.cid-soQbtyE3s3 .navbar.opened {
  background: #1887bc !important;
}
.cid-soQbtyE3s3 .nav-item:focus,
.cid-soQbtyE3s3 .nav-link:focus {
  outline: none;
}
.cid-soQbtyE3s3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQbtyE3s3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQbtyE3s3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQbtyE3s3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQbtyE3s3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQbtyE3s3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQbtyE3s3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQbtyE3s3 .navbar.opened {
  transition: all 0.3s;
}
.cid-soQbtyE3s3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQbtyE3s3 .navbar .navbar-logo img {
  width: auto;
}
.cid-soQbtyE3s3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQbtyE3s3 .navbar.collapsed {
  justify-content: center;
}
.cid-soQbtyE3s3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQbtyE3s3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQbtyE3s3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQbtyE3s3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQbtyE3s3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQbtyE3s3 .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-soQbtyE3s3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQbtyE3s3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQbtyE3s3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQbtyE3s3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQbtyE3s3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQbtyE3s3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQbtyE3s3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQbtyE3s3 .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-soQbtyE3s3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQbtyE3s3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQbtyE3s3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQbtyE3s3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQbtyE3s3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQbtyE3s3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQbtyE3s3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQbtyE3s3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQbtyE3s3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQbtyE3s3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQbtyE3s3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQbtyE3s3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQbtyE3s3 .dropdown-item.active,
.cid-soQbtyE3s3 .dropdown-item:active {
  background-color: transparent;
}
.cid-soQbtyE3s3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQbtyE3s3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQbtyE3s3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQbtyE3s3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQbtyE3s3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQbtyE3s3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQbtyE3s3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQbtyE3s3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQbtyE3s3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQbtyE3s3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQbtyE3s3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQbtyE3s3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQbtyE3s3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQbtyE3s3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQbtyE3s3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQbtyE3s3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQbtyE3s3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQbtyE3s3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQbtyE3s3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQbtyE3s3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQbtyE3s3 .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-soQbtyE3s3 .navbar {
    height: 70px;
  }
  .cid-soQbtyE3s3 .navbar.opened {
    height: auto;
  }
  .cid-soQbtyE3s3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spXtS98kgv {
  background-image: url("../../../assets/img/sits-26.jpg");
}
.cid-spXtS98kgv .row {
  flex-direction: row-reverse;
}
.cid-spXtS98kgv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXtS98kgv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXtS98kgv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXtS98kgv .mbr-section-title {
  color: #ffffff;
}
.cid-spXtS98kgv .mbr-text,
.cid-spXtS98kgv .mbr-section-btn {
  color: #ffffff;
}
.cid-spXtS98kgv-2 {
  background-image: url("../../../assets/img/slider_ha.jpg");
}
.cid-spXtS98kgv-2 .row {
  flex-direction: row-reverse;
}
.cid-spXtS98kgv-2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXtS98kgv-2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXtS98kgv-2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXtS98kgv-2 .mbr-section-title {
  color: #ffffff;
}
.cid-spXtS98kgv-2 .mbr-text,
.cid-spXtS98kgv-2 .mbr-section-btn {
  color: #ffffff;
}
.cid-spXtS98kgz {
  background-image: url("../../../assets/img/foundations-background.jpg");
}
.cid-spXtS98kgz .row {
  flex-direction: row-reverse;
}
.cid-spXtS98kgz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXtS98kgz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXtS98kgz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXtS98kgz .mbr-section-title {
  color: #ffffff;
}
.cid-spXtS98kgz .mbr-text,
.cid-spXtS98kgz .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-spXtS98kgz-christmas {
    padding-top:4rem;
    padding-bottom:4rem;
    background-image: url("../../../assets/img/slider_christmas.jpg");
    margin-top:2rem;
  }
}
@media (max-width: 768px) {
  .cid-spXtS98kgz-christmas {
    padding-top:4rem;
    padding-bottom:4rem;
    background-image: url("../../../assets/img/slider_christmas_v.jpg");
	margin-bottom:-2rem;
  }
}
.cid-spXtS98kgz-christmas .row {
  flex-direction: row-reverse;
}
.cid-spXtS98kgz-christmas .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXtS98kgz-christmas .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXtS98kgz-christmas .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXtS98kgz-christmas .mbr-section-title {
  color: #ffffff;
}
.cid-spXtS98kgz-christmas .mbr-text,
.cid-spXtS98kgz-christmas .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-spXtS98kgz-christmas .christmas {
    margin:0rem auto 26rem 0rem;
  }
}
@media (max-width: 767px) {
  .cid-spXtS98kgz-christmas .christmas {
    margin:0rem auto 36rem 0rem;
  }
}
.cid-spXtS98kgw {
  background-image: url("../../../assets/img/kpnr_background.jpg");
}
.cid-spXtS98kgw .row {
  flex-direction: row-reverse;
}
.cid-spXtS98kgw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXtS98kgw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXtS98kgw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXtS98kgw .mbr-section-title {
  color: #ffffff;
}
.cid-spXtS98kgw .mbr-text,
.cid-spXtS98kgw .mbr-section-btn {
  color: #ffffff;
}
.cid-soWNSWAIyX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/foundations-background.jpg");
}
.cid-soWNSWAIyX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWNSWAIyX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWNSWAIyX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soWNSWAIyX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cid-soWNSWAIyX-christmas {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX-christmas {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
.cid-soWNSWAIyX-christmas .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWNSWAIyX-christmas .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX-christmas .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWNSWAIyX-christmas .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWNSWAIyX-christmas .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWNSWAIyX-christmas .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soWNSWAIyX-christmas .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-soWNSWAIyX-sits {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/sits_tv_background.jpg");
}
.cid-soWNSWAIyX-sits .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWNSWAIyX-sits .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX-sits .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWNSWAIyX-sits .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWNSWAIyX-sits .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWNSWAIyX-sits .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soWNSWAIyX-sits .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-soWNSWAIyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/kpnr_background_2.jpg");
}
.cid-soWNSWAIyY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWNSWAIyY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWNSWAIyY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWNSWAIyY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWNSWAIyY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soWNSWAIyY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}


.cid-t3nw3LQKVR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/img/sits_tv_background.jpg");
}
.cid-t3nw3LQKVR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3nw3LQKVR .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}

.cid-soWPGtIpSM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-soWPGtIpSM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWPGtIpSM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-soWPGtIpSM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWPGtIpSM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWPGtIpSM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWPGtIpSM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWPGtIpSM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWPGtIpSM .image-wrapper img {
    width: 100%;
    object-fit: cover;
    margin-top:-16rem;
  }
}
@media (max-width: 991px) {
  .cid-soWPGtIpSM .image-wrapper img {
    width: 100%;
    object-fit: cover;
  }
}
.cid-soWYzl4uN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #064360;
}
.cid-soWYzl4uN5 .mbr-section-title {
  color: #ffffff;
}
.cid-soWYzl4uN5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soWYzl4uN5 .mbr-text {
  color: #ffffff;
}
.cid-soWPyyweei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soWPyyweei .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soWPyyweei .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/sheraton-1-1400x1000.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soWPyyweei .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #206383;
  z-index: 2;
  opacity: 1;
}
.cid-soWPyyweei .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soWPyyweei .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soWPyyweei .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soWPyyweei .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soWPyyweei .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soWPyyweei .hoverEl:hover .box-title2,
.cid-soWPyyweei .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soWPyyweei .box-title2,
.cid-soWPyyweei .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soWPyyweei .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #206383;
}
.cid-soWPyyweei .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soWPyyweei .img-content {
    opacity: 1;
  }
  .cid-soWPyyweei .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soWPyyweei .box-content {
    width: 100%;
  }
  .cid-soWPyyweei .box-title2,
  .cid-soWPyyweei .box-text2 {
    color: #ffffff !important;
  }
  .cid-soWPyyweei .content-block,
  .cid-soWPyyweei .content1 {
    padding: 3rem 1rem;
  }
  .cid-soWPyyweei * {
    text-align: left;
  }
}
.cid-soWPyyweei .box-text1 {
  color: #333333;
}
.cid-soWPyyweei .box-title2 {
  color: #cccccc;
}
.cid-soWPyyweei .box-text2 {
  color: #ffffff;
}
.cid-soX04Yprbv-courtyard {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX04Yprbv-courtyard .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX04Yprbv-courtyard .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/courtyard.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX04Yprbv-courtyard .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #B92E39;
  z-index: 2;
  opacity: 1;
}
.cid-soX04Yprbv-courtyard .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX04Yprbv-courtyard .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX04Yprbv-courtyard .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX04Yprbv-courtyard .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX04Yprbv-courtyard .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-courtyard .hoverEl:hover .box-title2,
.cid-soX04Yprbv-courtyard .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-courtyard .box-title2,
.cid-soX04Yprbv-courtyard .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX04Yprbv-courtyard .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #B92E39;
}
.cid-soX04Yprbv-courtyard .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX04Yprbv-courtyard .img-content {
    opacity: 1;
  }
  .cid-soX04Yprbv-courtyard .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX04Yprbv-courtyard .box-content {
    width: 100%;
  }
  .cid-soX04Yprbv-courtyard .box-title2,
  .cid-soX04Yprbv-courtyard .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX04Yprbv-courtyard .content-block,
  .cid-soX04Yprbv-courtyard .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX04Yprbv-courtyard * {
    text-align: left;
  }
}
.cid-soX04Yprbv-courtyard .box-text1 {
  color: #333333;
}
.cid-soX04Yprbv-courtyard .box-title2 {
  color: #cccccc;
}

.cid-soX04Yprbv-sandcastle-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX04Yprbv-sandcastle-1 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX04Yprbv-sandcastle-1 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/sandcastle-1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX04Yprbv-sandcastle-1 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #F46145;
  z-index: 2;
  opacity: 1;
}
.cid-soX04Yprbv-sandcastle-1 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX04Yprbv-sandcastle-1 .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX04Yprbv-sandcastle-1 .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-1 .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-1 .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-sandcastle-1 .hoverEl:hover .box-title2,
.cid-soX04Yprbv-sandcastle-1 .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-sandcastle-1 .box-title2,
.cid-soX04Yprbv-sandcastle-1 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-1 .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #F46145;
}
.cid-soX04Yprbv-sandcastle-1 .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX04Yprbv-sandcastle-1 .img-content {
    opacity: 1;
  }
  .cid-soX04Yprbv-sandcastle-1 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX04Yprbv-sandcastle-1 .box-content {
    width: 100%;
  }
  .cid-soX04Yprbv-sandcastle-1 .box-title2,
  .cid-soX04Yprbv-sandcastle-1 .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX04Yprbv-sandcastle-1 .content-block,
  .cid-soX04Yprbv-sandcastle-1 .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX04Yprbv-sandcastle-1 * {
    text-align: left;
  }
}
.cid-soX04Yprbv-sandcastle-1 .box-text1 {
  color: #333333;
}
.cid-soX04Yprbv-sandcastle-1 .box-title2 {
  color: #cccccc;
}

.cid-soX04Yprbv-sandcastle-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX04Yprbv-sandcastle-2 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX04Yprbv-sandcastle-2 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/sandcastle-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX04Yprbv-sandcastle-2 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #3E5D7B;
  z-index: 2;
  opacity: 1;
}
.cid-soX04Yprbv-sandcastle-2 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX04Yprbv-sandcastle-2 .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX04Yprbv-sandcastle-2 .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-2 .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-2 .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-sandcastle-2 .hoverEl:hover .box-title2,
.cid-soX04Yprbv-sandcastle-2 .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-sandcastle-2 .box-title2,
.cid-soX04Yprbv-sandcastle-2 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX04Yprbv-sandcastle-2 .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #3E5D7B;
}
.cid-soX04Yprbv-sandcastle-2 .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX04Yprbv-sandcastle-2 .img-content {
    opacity: 1;
  }
  .cid-soX04Yprbv-sandcastle-2 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX04Yprbv-sandcastle-2 .box-content {
    width: 100%;
  }
  .cid-soX04Yprbv-sandcastle-2 .box-title2,
  .cid-soX04Yprbv-sandcastle-2 .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX04Yprbv-sandcastle-2 .content-block,
  .cid-soX04Yprbv-sandcastle-2 .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX04Yprbv-sandcastle-2 * {
    text-align: left;
  }
}
.cid-soX04Yprbv-sandcastle-2 .box-text1 {
  color: #333333;
}
.cid-soX04Yprbv-sandcastle-2 .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-springhill {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-springhill .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-springhill .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/springhill.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-springhill .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #278372;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-springhill .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-springhill .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-springhill .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-springhill .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-springhill .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-springhill .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-springhill .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-springhill .box-title2,
.cid-soX5Puk7jm-springhill .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-springhill .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #278372;
}
.cid-soX5Puk7jm-springhill .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-springhill .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-springhill .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-springhill .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-springhill .box-title2,
  .cid-soX5Puk7jm-springhill .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-springhill .content-block,
  .cid-soX5Puk7jm-springhill .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-springhill * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-springhill .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-springhill .box-title2 {
  color: #cccccc;
}

.cid-soX04Yprbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX04Yprbv .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX04Yprbv .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/dayton.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX04Yprbv .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #155b65;
  z-index: 2;
  opacity: 1;
}
.cid-soX04Yprbv .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX04Yprbv .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX04Yprbv .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX04Yprbv .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX04Yprbv .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv .hoverEl:hover .box-title2,
.cid-soX04Yprbv .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv .box-title2,
.cid-soX04Yprbv .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX04Yprbv .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #155b65;
}
.cid-soX04Yprbv .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX04Yprbv .img-content {
    opacity: 1;
  }
  .cid-soX04Yprbv .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX04Yprbv .box-content {
    width: 100%;
  }
  .cid-soX04Yprbv .box-title2,
  .cid-soX04Yprbv .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX04Yprbv .content-block,
  .cid-soX04Yprbv .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX04Yprbv * {
    text-align: left;
  }
}
.cid-soX04Yprbv .box-text1 {
  color: #333333;
}
.cid-soX04Yprbv .box-title2 {
  color: #cccccc;
}

.cid-soX04Yprbv-breakers {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX04Yprbv-breakers .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX04Yprbv-breakers .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/breakers.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX04Yprbv-breakers .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #FDA15E;
  z-index: 2;
  opacity: 1;
}
.cid-soX04Yprbv-breakers .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX04Yprbv-breakers .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX04Yprbv-breakers .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX04Yprbv-breakers .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX04Yprbv-breakers .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-breakers .hoverEl:hover .box-title2,
.cid-soX04Yprbv-breakers .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX04Yprbv-breakers .box-title2,
.cid-soX04Yprbv-breakers .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX04Yprbv-breakers .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #FDA15E;
}
.cid-soX04Yprbv-breakers .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 7rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX04Yprbv-breakers .img-content {
    opacity: 1;
  }
  .cid-soX04Yprbv-breakers .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX04Yprbv-breakers .box-content {
    width: 100%;
  }
  .cid-soX04Yprbv-breakers .box-title2,
  .cid-soX04Yprbv-breakers .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX04Yprbv-breakers .content-block,
  .cid-soX04Yprbv-breakers .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX04Yprbv-breakers * {
    text-align: left;
  }
}
.cid-soX04Yprbv-breakers .box-text1 {
  color: #333333;
}
.cid-soX04Yprbv-breakers .box-title2 {
  color: #cccccc;
}
.cid-soX5Puk7jm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFF;
}
.cid-soX5Puk7jm .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/hilton.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #47B5ED;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm .hoverEl:hover .box-title2,
.cid-soX5Puk7jm .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm .box-title2,
.cid-soX5Puk7jm .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #47B5ED;
}
.cid-soX5Puk7jm .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 8rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm .box-title2,
  .cid-soX5Puk7jm .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm .content-block,
  .cid-soX5Puk7jm .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm * {
    text-align: left;
  }
}
.cid-soX5Puk7jm .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-homewood-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-homewood-1 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-homewood-1 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/homewood-1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-homewood-1 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #442b46;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-homewood-1 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-homewood-1 .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-homewood-1 .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-1 .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-1 .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-homewood-1 .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-homewood-1 .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-homewood-1 .box-title2,
.cid-soX5Puk7jm-homewood-1 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-1 .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #442b46;
}
.cid-soX5Puk7jm-homewood-1 .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 8rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-homewood-1 .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-homewood-1 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-homewood-1 .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-homewood-1 .box-title2,
  .cid-soX5Puk7jm-homewood-1 .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-homewood-1 .content-block,
  .cid-soX5Puk7jm-homewood-1 .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-homewood-1 * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-homewood-1 .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-homewood-1 .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-homewood-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-homewood-2 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-homewood-2 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/homewood-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-homewood-2 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #4E1A2F;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-homewood-2 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-homewood-2 .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-homewood-2 .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-2 .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-2 .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-homewood-2 .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-homewood-2 .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-homewood-2 .box-title2,
.cid-soX5Puk7jm-homewood-2 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-homewood-2 .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #4E1A2F;
}
.cid-soX5Puk7jm-homewood-2 .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 8rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-homewood-2 .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-homewood-2 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-homewood-2 .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-homewood-2 .box-title2,
  .cid-soX5Puk7jm-homewood-2 .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-homewood-2 .content-block,
  .cid-soX5Puk7jm-homewood-2 .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-homewood-2 * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-homewood-2 .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-homewood-2 .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-sb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-sb .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-sb .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/sandbar.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-sb .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #c36e44;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-sb .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-sb .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-sb .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-sb .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-sb .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-sb .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-sb .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-sb .box-title2,
.cid-soX5Puk7jm-sb .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-sb .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #c36e44;
}
.cid-soX5Puk7jm-sb .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-sb .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-sb .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-sb .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-sb .box-title2,
  .cid-soX5Puk7jm-sb .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-sb .content-block,
  .cid-soX5Puk7jm-sb .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-sb * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-sb .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-sb .box-title2 {
  color: #cccccc;
}


.cid-soX5Puk7jm-bcr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}
.cid-soX5Puk7jm-bcr .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-bcr .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/bcr.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-bcr .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #F4535E;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-bcr .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-bcr .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-bcr .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-bcr .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-bcr .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-bcr .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-bcr .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-bcr .box-title2,
.cid-soX5Puk7jm-bcr .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-bcr .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #F4535E;
}
.cid-soX5Puk7jm-bcr .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-bcr .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-bcr .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-bcr .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-bcr .box-title2,
  .cid-soX5Puk7jm-bcr .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-bcr .content-block,
  .cid-soX5Puk7jm-bcr .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-bcr * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-bcr .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-bcr .box-title2 {
  color: #cccccc;
}


.cid-soX5Puk7jm-cr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX5Puk7jm-cr .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-cr .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/cr.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-cr .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #958E1D;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-cr .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-cr .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-cr .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-cr .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-cr .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-cr .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-cr .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-cr .box-title2,
.cid-soX5Puk7jm-cr .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-cr .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #958E1D;
}
.cid-soX5Puk7jm-cr .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-cr .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-cr .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-cr .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-cr .box-title2,
  .cid-soX5Puk7jm-cr .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-cr .content-block,
  .cid-soX5Puk7jm-cr .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-cr * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-cr .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-cr .box-title2 {
  color: #cccccc;
}


.cid-soX5Puk7jm-swr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}
.cid-soX5Puk7jm-swr .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-swr .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/swr.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-swr .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #278372;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-swr .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-swr .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-swr .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-swr .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-swr .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-swr .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-swr .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-swr .box-title2,
.cid-soX5Puk7jm-swr .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-swr .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #278372;
}
.cid-soX5Puk7jm-swr .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-swr .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-swr .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-swr .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-swr .box-title2,
  .cid-soX5Puk7jm-cr .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-swr .content-block,
  .cid-soX5Puk7jm-swr .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-swr * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-swr .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-swr .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-strand {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-strand .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-strand .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/strand.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-strand .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #834E27;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-strand .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-strand .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-strand .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-strand .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-strand .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-strand .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-strand .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-strand .box-title2,
.cid-soX5Puk7jm-strand .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-strand .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #834E27;
}
.cid-soX5Puk7jm-strand .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 6rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-strand .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-strand .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-strand .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-strand .box-title2,
  .cid-soX5Puk7jm-strand .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-strand .content-block,
  .cid-soX5Puk7jm-strand .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-strand * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-strand .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-strand .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-caribbean {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soX5Puk7jm-caribbean .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-caribbean .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/caribbean.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-caribbean .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #0089C7;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-caribbean .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-caribbean .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-caribbean .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-caribbean .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-caribbean .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-caribbean .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-caribbean .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-caribbean .box-title2,
.cid-soX5Puk7jm-caribbean .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-caribbean .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #0089C7;
}
.cid-soX5Puk7jm-caribbean .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-caribbean .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-caribbean .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-caribbean .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-caribbean .box-title2,
  .cid-soX5Puk7jm-caribbean .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-caribbean .content-block,
  .cid-soX5Puk7jm-caribbean .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-caribbean * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-caribbean .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-caribbean .box-title2 {
  color: #cccccc;
}

.cid-soX5Puk7jm-ocr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soX5Puk7jm-ocr .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soX5Puk7jm-ocr .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/hotels/ocr.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soX5Puk7jm-ocr .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #834E27;
  z-index: 2;
  opacity: 1;
}
.cid-soX5Puk7jm-ocr .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soX5Puk7jm-ocr .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soX5Puk7jm-ocr .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-ocr .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-ocr .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-ocr .hoverEl:hover .box-title2,
.cid-soX5Puk7jm-ocr .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soX5Puk7jm-ocr .box-title2,
.cid-soX5Puk7jm-ocr .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soX5Puk7jm-ocr .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #834E27;
}
.cid-soX5Puk7jm-ocr .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soX5Puk7jm-ocr .img-content {
    opacity: 1;
  }
  .cid-soX5Puk7jm-ocr .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soX5Puk7jm-ocr .box-content {
    width: 100%;
  }
  .cid-soX5Puk7jm-ocr .box-title2,
  .cid-soX5Puk7jm-ocr .box-text2 {
    color: #ffffff !important;
  }
  .cid-soX5Puk7jm-ocr .content-block,
  .cid-soX5Puk7jm-ocr .content1 {
    padding: 3rem 1rem;
  }
  .cid-soX5Puk7jm-ocr * {
    text-align: left;
  }
}
.cid-soX5Puk7jm-ocr .box-text1 {
  color: #333333;
}
.cid-soX5Puk7jm-ocr .box-title2 {
  color: #cccccc;
}

.cid-soXbWKRnfn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soXbWKRnfn .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soXbWKRnfn .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/carolinian-1400x1000.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soXbWKRnfn .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #a62525;
  z-index: 2;
  opacity: 1;
}
.cid-soXbWKRnfn .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soXbWKRnfn .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soXbWKRnfn .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soXbWKRnfn .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soXbWKRnfn .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soXbWKRnfn .hoverEl:hover .box-title2,
.cid-soXbWKRnfn .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soXbWKRnfn .box-title2,
.cid-soXbWKRnfn .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soXbWKRnfn .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #a62525;
}
.cid-soXbWKRnfn .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 7rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soXbWKRnfn .img-content {
    opacity: 1;
  }
  .cid-soXbWKRnfn .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soXbWKRnfn .box-content {
    width: 100%;
  }
  .cid-soXbWKRnfn .box-title2,
  .cid-soXbWKRnfn .box-text2 {
    color: #ffffff !important;
  }
  .cid-soXbWKRnfn .content-block,
  .cid-soXbWKRnfn .content1 {
    padding: 3rem 1rem;
  }
  .cid-soXbWKRnfn * {
    text-align: left;
  }
}
.cid-soXbWKRnfn .box-text1 {
  color: #333333;
}
.cid-soXbWKRnfn .box-title2 {
  color: #cccccc;
}
.cid-soXfgfQhXg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soXfgfQhXg .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-soXfgfQhXg .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/camelot-1400x1000.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-soXfgfQhXg .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #c8a821;
  z-index: 2;
  opacity: 1;
}
.cid-soXfgfQhXg .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-soXfgfQhXg .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-soXfgfQhXg .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-soXfgfQhXg .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-soXfgfQhXg .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-soXfgfQhXg .hoverEl:hover .box-title2,
.cid-soXfgfQhXg .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-soXfgfQhXg .box-title2,
.cid-soXfgfQhXg .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-soXfgfQhXg .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #c8a821;
}
.cid-soXfgfQhXg .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 9rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-soXfgfQhXg .img-content {
    opacity: 1;
  }
  .cid-soXfgfQhXg .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-soXfgfQhXg .box-content {
    width: 100%;
  }
  .cid-soXfgfQhXg .box-title2,
  .cid-soXfgfQhXg .box-text2 {
    color: #ffffff !important;
  }
  .cid-soXfgfQhXg .content-block,
  .cid-soXfgfQhXg .content1 {
    padding: 3rem 1rem;
  }
  .cid-soXfgfQhXg * {
    text-align: left;
  }
}
.cid-soXfgfQhXg .box-text1 {
  color: #333333;
}
.cid-soXfgfQhXg .box-title2 {
  color: #cccccc;
}
.cid-sp9wdnPIfV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp9wdnPIfV .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sp9wdnPIfV .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/patricia-1-1400x1000.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sp9wdnPIfV .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #0d5a7e;
  z-index: 2;
  opacity: 1;
}
.cid-sp9wdnPIfV .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sp9wdnPIfV .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sp9wdnPIfV .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sp9wdnPIfV .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sp9wdnPIfV .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sp9wdnPIfV .hoverEl:hover .box-title2,
.cid-sp9wdnPIfV .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sp9wdnPIfV .box-title2,
.cid-sp9wdnPIfV .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sp9wdnPIfV .box-content {
  width: 80%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #0d5a7e;
}
.cid-sp9wdnPIfV .content1 {
  z-index: 5;
  max-width: 600px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 10rem 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-sp9wdnPIfV .img-content {
    opacity: 1;
  }
  .cid-sp9wdnPIfV .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sp9wdnPIfV .box-content {
    width: 100%;
  }
  .cid-sp9wdnPIfV .box-title2,
  .cid-sp9wdnPIfV .box-text2 {
    color: #ffffff !important;
  }
  .cid-sp9wdnPIfV .content-block,
  .cid-sp9wdnPIfV .content1 {
    padding: 3rem 1rem;
  }
  .cid-sp9wdnPIfV * {
    text-align: left;
  }
}
.cid-sp9wdnPIfV .box-text1 {
  color: #333333;
}
.cid-sp9wdnPIfV .box-title2 {
  color: #cccccc;
}
.cid-spVIcHm86Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1288.jpg");
}
.cid-spVIcHm86Z .mbr-overlay {
  background: #1a2d03;
  opacity: 0.9;
}
.cid-spVIcHm86Z img,
.cid-spVIcHm86Z .item-img {
  width: 100%;
}
.cid-spVIcHm86Z .item:focus,
.cid-spVIcHm86Z span:focus {
  outline: none;
}
.cid-spVIcHm86Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spVIcHm86Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spVIcHm86Z .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-spVIcHm86Z .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spVIcHm86Z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-spVIcHm86Z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-spVIcHm86Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spVIcHm86Z .mbr-section-title {
  color: #ffffff;
}
.cid-spVIcHm86Z .mbr-text,
.cid-spVIcHm86Z .mbr-section-btn {
  text-align: left;
}
.cid-spVIcHm86Z .item-title {
  text-align: left;
}
.cid-spVIcHm86Z .item-subtitle {
  text-align: left;
}
.cid-spVKezHdHO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #054563;
}
.cid-spVKezHdHO img,
.cid-spVKezHdHO .item-img {
  width: 100%;
}
.cid-spVKezHdHO .item:focus,
.cid-spVKezHdHO span:focus {
  outline: none;
}
.cid-spVKezHdHO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spVKezHdHO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spVKezHdHO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-spVKezHdHO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spVKezHdHO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-spVKezHdHO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-spVKezHdHO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spVKezHdHO .mbr-section-title {
  color: #232323;
}
.cid-spVKezHdHO .mbr-text,
.cid-spVKezHdHO .mbr-section-btn {
  text-align: left;
}
.cid-spVKezHdHO .item-title {
  text-align: left;
}
.cid-spVKezHdHO .item-subtitle {
  text-align: left;
}
.cid-soQbtBfsjE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQbtBfsjE .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQbtBfsjE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQbtBfsjE .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQbtBfsjE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQbtBfsjE .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQbtBfsjE .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQbtBfsjE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQbtBfsjE .logo-title {
  text-align: center;
}
.cid-soQbtBfsjE .logo-sub-title {
  text-align: center;
}
.cid-soQbtBfsjE .links {
  text-align: center;
  color: #656565;
}
.cid-soQbtBfsjE .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQbtBNJGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQbtBNJGM .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQbtBNJGM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQbtBNJGM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQbtBNJGM .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQbtBNJGM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQbtBNJGM .copyright {
  color: #ffffff;
}
.cid-soQciv2W6E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQciv2W6E nav.navbar {
  position: fixed;
}
.cid-soQciv2W6E .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-soQciv2W6E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQciv2W6E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQciv2W6E .dropdown-item:hover,
.cid-soQciv2W6E .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQciv2W6E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQciv2W6E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQciv2W6E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQciv2W6E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQciv2W6E .nav-link {
  position: relative;
}
.cid-soQciv2W6E .container {
  display: flex;
  margin: auto;
}
.cid-soQciv2W6E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQciv2W6E .dropdown-menu,
.cid-soQciv2W6E .navbar.opened {
  background: #1887bc !important;
}
.cid-soQciv2W6E .nav-item:focus,
.cid-soQciv2W6E .nav-link:focus {
  outline: none;
}
.cid-soQciv2W6E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQciv2W6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQciv2W6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQciv2W6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQciv2W6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQciv2W6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQciv2W6E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQciv2W6E .navbar.opened {
  transition: all 0.3s;
}
.cid-soQciv2W6E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQciv2W6E .navbar .navbar-logo img {
  width: auto;
}
.cid-soQciv2W6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQciv2W6E .navbar.collapsed {
  justify-content: center;
}
.cid-soQciv2W6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQciv2W6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQciv2W6E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQciv2W6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQciv2W6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQciv2W6E .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-soQciv2W6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQciv2W6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQciv2W6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQciv2W6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQciv2W6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQciv2W6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQciv2W6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQciv2W6E .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-soQciv2W6E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQciv2W6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQciv2W6E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQciv2W6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQciv2W6E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQciv2W6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQciv2W6E .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQciv2W6E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQciv2W6E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQciv2W6E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQciv2W6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQciv2W6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQciv2W6E .dropdown-item.active,
.cid-soQciv2W6E .dropdown-item:active {
  background-color: transparent;
}
.cid-soQciv2W6E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQciv2W6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQciv2W6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQciv2W6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQciv2W6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQciv2W6E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQciv2W6E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQciv2W6E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQciv2W6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQciv2W6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQciv2W6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQciv2W6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQciv2W6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQciv2W6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQciv2W6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQciv2W6E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQciv2W6E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQciv2W6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQciv2W6E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQciv2W6E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQciv2W6E .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-soQciv2W6E .navbar {
    height: 70px;
  }
  .cid-soQciv2W6E .navbar.opened {
    height: auto;
  }
  .cid-soQciv2W6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spXzrZvD9F {
  background-image: url("../../../assets/images/api-cruise-background-1920x1280.jpg");
}
.cid-spXzrZvD9F .row {
  flex-direction: row-reverse;
}
.cid-spXzrZvD9F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXzrZvD9F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXzrZvD9F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-spXzrZvD9F .mbr-section-title {
  color: #ffffff;
}
.cid-spXzrZvD9F .mbr-text,
.cid-spXzrZvD9F .mbr-section-btn {
  color: #ffffff;
}
.cid-spXL8qQEsP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-spXL8qQEsP .mbr-section-title {
  color: #ffffff;
}
.cid-spXL8qQEsP .mbr-text,
.cid-spXL8qQEsP .mbr-section-btn {
  color: #ffffff;
}
.cid-spXCpjRdZJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spXCpjRdZJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-spXCpjRdZJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spXCpjRdZJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spXCpjRdZJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spXCpjRdZJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spXCpjRdZJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-spXCpjRdZJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spXJGjeJy1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-spXJGjeJy1 .mbr-text,
.cid-spXJGjeJy1 .mbr-section-btn {
  color: #232323;
}
.cid-spXJGjeJy1 .card-title,
.cid-spXJGjeJy1 .card-box {
  color: #ffffff;
}
.cid-spXJGjeJy1 .mbr-text,
.cid-spXJGjeJy1 .link-wrap {
  color: #ffffff;
}
.cid-spXKmEbpJZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spXKmEbpJZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-spXKmEbpJZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-spXKmEbpJZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spXKmEbpJZ .link-wrap {
    align-items: center;
  }
}
.cid-spXKmEbpJZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spXLuesFQj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-spXLuesFQj .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-spXLuesFQj img,
.cid-spXLuesFQj .item-img {
  width: 100%;
}
.cid-spXLuesFQj .item:focus,
.cid-spXLuesFQj span:focus {
  outline: none;
}
.cid-spXLuesFQj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spXLuesFQj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spXLuesFQj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spXLuesFQj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spXLuesFQj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spXLuesFQj .mbr-section-title {
  color: #232323;
}
.cid-spXLuesFQj .mbr-text,
.cid-spXLuesFQj .mbr-section-btn {
  text-align: left;
}
.cid-spXLuesFQj .item-title {
  text-align: left;
}
.cid-spXLuesFQj .item-subtitle {
  text-align: left;
}
.cid-spXM4uOgVn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cruise-3-2000x1333.jpg");
}
.cid-spXM4uOgVn .mbr-section-title {
  color: #ffffff;
}
.cid-spXM4uOgVn .mbr-text,
.cid-spXM4uOgVn .mbr-section-btn {
  color: #ffffff;
}
.cid-spXMI6ezWg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spXMI6ezWg .item {
  padding-bottom: 2rem;
}
.cid-spXMI6ezWg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-spXMI6ezWg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spXMI6ezWg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-spXMI6ezWg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spXMI6ezWg .carousel-control,
.cid-spXMI6ezWg .close {
  background: #1b1b1b;
}
.cid-spXMI6ezWg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spXMI6ezWg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spXMI6ezWg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spXMI6ezWg .carousel-control-next span {
  margin-left: 5px;
}
.cid-spXMI6ezWg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spXMI6ezWg .close::before {
  content: '\e91a';
}
.cid-spXMI6ezWg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spXMI6ezWg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spXMI6ezWg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXMI6ezWg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spXMI6ezWg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spXMI6ezWg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spXMI6ezWg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spXMI6ezWg .carousel-indicators li.active,
.cid-spXMI6ezWg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spXMI6ezWg .carousel-indicators li::after,
.cid-spXMI6ezWg .carousel-indicators li::before {
  content: none;
}
.cid-spXMI6ezWg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spXMI6ezWg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spXMI6ezWg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spXMI6ezWg .carousel-indicators {
    display: none;
  }
}
.cid-spXMI6ezWg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spXMI6ezWg .carousel-inner > .active {
  display: block;
}
.cid-spXMI6ezWg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXMI6ezWg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spXMI6ezWg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spXMI6ezWg .carousel-control,
  .cid-spXMI6ezWg .carousel-indicators,
  .cid-spXMI6ezWg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spXMI6ezWg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spXMI6ezWg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spXMI6ezWg .carousel-indicators .active,
.cid-spXMI6ezWg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spXMI6ezWg .carousel-indicators .active {
  background: #fff;
}
.cid-spXMI6ezWg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spXMI6ezWg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spXMI6ezWg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spXMI6ezWg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spXMI6ezWg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spXMI6ezWg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spXMI6ezWg .carousel {
  width: 100%;
}
.cid-spXMI6ezWg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spXMI6ezWg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spXMI6ezWg .modal.fade .modal-dialog,
.cid-spXMI6ezWg .modal.in .modal-dialog {
  transform: none;
}
.cid-spXMI6ezWg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spXMI6ezWg H6 {
  text-align: center;
}
.cid-spXQLDIQcE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-spXQLDIQcE .card-wrapper {
  z-index: 3;
}
.cid-spXQLDIQcE .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spXQLDIQcE:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spXQLDIQcE .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spXQLDIQcE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spXOhUObqL {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-spXOhUObqL .timeline-element {
  position: relative;
}
.cid-spXOhUObqL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spXOhUObqL .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-spXOhUObqL .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-spXOhUObqL .iconBackground {
    left: 50%;
  }
}
.cid-spXOhUObqL .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-spXOhUObqL .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-spXOhUObqL .row:after {
    left: 50%;
  }
}
.cid-spXOhUObqL .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-spXOhUObqL .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-spXOhUObqL .timeline-date-wrapper,
  .cid-spXOhUObqL .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-spXOhUObqL .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spXOhUObqL .timeline-date-wrapper,
  .cid-spXOhUObqL .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXOhUObqL .timeline-date-wrapper,
  .cid-spXOhUObqL .timeline-text-wrapper {
    padding: .5rem;
  }
}
.cid-spXRsGLw5Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-spXRsGLw5Q .card-wrapper {
  z-index: 3;
}
.cid-spXRsGLw5Q .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spXRsGLw5Q:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spXRsGLw5Q .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spXRsGLw5Q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spXSl6Uj3a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXSIrsPxN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXSSmTdbu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spXToYDeJF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-spXToYDeJF .card-wrapper {
  z-index: 3;
}
.cid-spXToYDeJF .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spXToYDeJF:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spXToYDeJF .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spXToYDeJF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spXTRwQzj5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXU4swigM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXUcrLrjt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXUBFN1pf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXUJxeWGk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spXUR6bvIQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-soQcix5NYF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQcix5NYF .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQcix5NYF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQcix5NYF .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQcix5NYF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQcix5NYF .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQcix5NYF .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQcix5NYF .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQcix5NYF .logo-title {
  text-align: center;
}
.cid-soQcix5NYF .logo-sub-title {
  text-align: center;
}
.cid-soQcix5NYF .links {
  text-align: center;
  color: #656565;
}
.cid-soQcix5NYF .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQcixuzxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQcixuzxp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQcixuzxp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQcixuzxp .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQcixuzxp .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQcixuzxp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQcixuzxp .copyright {
  color: #ffffff;
}
.cid-soQfmAQBJU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQfmAQBJU nav.navbar {
  position: fixed;
}
.cid-soQfmAQBJU .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-soQfmAQBJU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQfmAQBJU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQfmAQBJU .dropdown-item:hover,
.cid-soQfmAQBJU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQfmAQBJU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQfmAQBJU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQfmAQBJU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQfmAQBJU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQfmAQBJU .nav-link {
  position: relative;
}
.cid-soQfmAQBJU .container {
  display: flex;
  margin: auto;
}
.cid-soQfmAQBJU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQfmAQBJU .dropdown-menu,
.cid-soQfmAQBJU .navbar.opened {
  background: #1887bc !important;
}
.cid-soQfmAQBJU .nav-item:focus,
.cid-soQfmAQBJU .nav-link:focus {
  outline: none;
}
.cid-soQfmAQBJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQfmAQBJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQfmAQBJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQfmAQBJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQfmAQBJU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQfmAQBJU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQfmAQBJU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQfmAQBJU .navbar.opened {
  transition: all 0.3s;
}
.cid-soQfmAQBJU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQfmAQBJU .navbar .navbar-logo img {
  width: auto;
}
.cid-soQfmAQBJU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQfmAQBJU .navbar.collapsed {
  justify-content: center;
}
.cid-soQfmAQBJU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQfmAQBJU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQfmAQBJU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQfmAQBJU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQfmAQBJU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQfmAQBJU .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-soQfmAQBJU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQfmAQBJU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQfmAQBJU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQfmAQBJU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQfmAQBJU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQfmAQBJU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQfmAQBJU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQfmAQBJU .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-soQfmAQBJU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQfmAQBJU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQfmAQBJU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQfmAQBJU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQfmAQBJU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQfmAQBJU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQfmAQBJU .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQfmAQBJU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQfmAQBJU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQfmAQBJU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQfmAQBJU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQfmAQBJU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQfmAQBJU .dropdown-item.active,
.cid-soQfmAQBJU .dropdown-item:active {
  background-color: transparent;
}
.cid-soQfmAQBJU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQfmAQBJU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQfmAQBJU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQfmAQBJU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQfmAQBJU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQfmAQBJU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQfmAQBJU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQfmAQBJU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQfmAQBJU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQfmAQBJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQfmAQBJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQfmAQBJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQfmAQBJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQfmAQBJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQfmAQBJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQfmAQBJU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQfmAQBJU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQfmAQBJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQfmAQBJU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQfmAQBJU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQfmAQBJU .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-soQfmAQBJU .navbar {
    height: 70px;
  }
  .cid-soQfmAQBJU .navbar.opened {
    height: auto;
  }
  .cid-soQfmAQBJU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQfNyuH3U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-soQfNyuH3U .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-soQfNyuH3U .panel-group {
  border: none;
}
.cid-soQfNyuH3U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soQfNyuH3U .panel-body,
.cid-soQfNyuH3U .card-header {
  padding: 1rem 0;
}
.cid-soQfNyuH3U .panel-title-edit {
  color: #000000;
}
.cid-soQfNyuH3U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soQfNyuH3U H3 {
  text-align: left;
}
.cid-soQfmChPZt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQfmChPZt .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQfmChPZt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQfmChPZt .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQfmChPZt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQfmChPZt .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQfmChPZt .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQfmChPZt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQfmChPZt .logo-title {
  text-align: center;
}
.cid-soQfmChPZt .logo-sub-title {
  text-align: center;
}
.cid-soQfmChPZt .links {
  text-align: center;
  color: #656565;
}
.cid-soQfmChPZt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQfmCEYLL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQfmCEYLL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQfmCEYLL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQfmCEYLL .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQfmCEYLL .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQfmCEYLL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQfmCEYLL .copyright {
  color: #ffffff;
}
.cid-soQjGxltxf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQjGxltxf nav.navbar {
  position: fixed;
}
.cid-soQjGxltxf .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-soQjGxltxf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQjGxltxf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQjGxltxf .dropdown-item:hover,
.cid-soQjGxltxf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQjGxltxf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQjGxltxf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQjGxltxf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQjGxltxf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQjGxltxf .nav-link {
  position: relative;
}
.cid-soQjGxltxf .container {
  display: flex;
  margin: auto;
}
.cid-soQjGxltxf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQjGxltxf .dropdown-menu,
.cid-soQjGxltxf .navbar.opened {
  background: #1887bc !important;
}
.cid-soQjGxltxf .nav-item:focus,
.cid-soQjGxltxf .nav-link:focus {
  outline: none;
}
.cid-soQjGxltxf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQjGxltxf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQjGxltxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQjGxltxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQjGxltxf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQjGxltxf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQjGxltxf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQjGxltxf .navbar.opened {
  transition: all 0.3s;
}
.cid-soQjGxltxf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQjGxltxf .navbar .navbar-logo img {
  width: auto;
}
.cid-soQjGxltxf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQjGxltxf .navbar.collapsed {
  justify-content: center;
}
.cid-soQjGxltxf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQjGxltxf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQjGxltxf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQjGxltxf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQjGxltxf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQjGxltxf .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-soQjGxltxf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQjGxltxf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQjGxltxf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQjGxltxf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQjGxltxf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQjGxltxf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQjGxltxf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQjGxltxf .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-soQjGxltxf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQjGxltxf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQjGxltxf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQjGxltxf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQjGxltxf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQjGxltxf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQjGxltxf .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQjGxltxf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQjGxltxf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQjGxltxf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQjGxltxf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQjGxltxf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQjGxltxf .dropdown-item.active,
.cid-soQjGxltxf .dropdown-item:active {
  background-color: transparent;
}
.cid-soQjGxltxf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQjGxltxf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQjGxltxf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQjGxltxf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQjGxltxf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQjGxltxf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQjGxltxf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQjGxltxf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQjGxltxf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQjGxltxf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQjGxltxf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQjGxltxf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQjGxltxf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQjGxltxf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQjGxltxf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQjGxltxf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQjGxltxf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQjGxltxf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQjGxltxf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQjGxltxf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQjGxltxf .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-soQjGxltxf .navbar {
    height: 70px;
  }
  .cid-soQjGxltxf .navbar.opened {
    height: auto;
  }
  .cid-soQjGxltxf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQk1ZXZmM {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-soQjGymnum {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQjGymnum .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQjGymnum .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQjGymnum .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQjGymnum .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQjGymnum .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQjGymnum .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQjGymnum .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQjGymnum .logo-title {
  text-align: center;
}
.cid-soQjGymnum .logo-sub-title {
  text-align: center;
}
.cid-soQjGymnum .links {
  text-align: center;
  color: #656565;
}
.cid-soQjGymnum .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQjGyJFNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQjGyJFNh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQjGyJFNh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQjGyJFNh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQjGyJFNh .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQjGyJFNh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQjGyJFNh .copyright {
  color: #ffffff;
}
.cid-soQldarBny {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQldarBny nav.navbar {
  position: fixed;
}
.cid-soQldarBny .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-soQldarBny .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQldarBny .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQldarBny .dropdown-item:hover,
.cid-soQldarBny .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQldarBny .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQldarBny .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQldarBny .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQldarBny .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQldarBny .nav-link {
  position: relative;
}
.cid-soQldarBny .container {
  display: flex;
  margin: auto;
}
.cid-soQldarBny .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQldarBny .dropdown-menu,
.cid-soQldarBny .navbar.opened {
  background: #1887bc !important;
}
.cid-soQldarBny .nav-item:focus,
.cid-soQldarBny .nav-link:focus {
  outline: none;
}
.cid-soQldarBny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQldarBny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQldarBny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQldarBny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQldarBny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQldarBny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQldarBny .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQldarBny .navbar.opened {
  transition: all 0.3s;
}
.cid-soQldarBny .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQldarBny .navbar .navbar-logo img {
  width: auto;
}
.cid-soQldarBny .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQldarBny .navbar.collapsed {
  justify-content: center;
}
.cid-soQldarBny .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQldarBny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQldarBny .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQldarBny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQldarBny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQldarBny .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-soQldarBny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQldarBny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQldarBny .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQldarBny .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQldarBny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQldarBny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQldarBny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQldarBny .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-soQldarBny .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQldarBny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQldarBny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQldarBny .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQldarBny .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQldarBny .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQldarBny .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQldarBny .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQldarBny .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQldarBny .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQldarBny .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQldarBny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQldarBny .dropdown-item.active,
.cid-soQldarBny .dropdown-item:active {
  background-color: transparent;
}
.cid-soQldarBny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQldarBny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQldarBny .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQldarBny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQldarBny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQldarBny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQldarBny ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQldarBny .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQldarBny button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQldarBny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQldarBny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQldarBny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQldarBny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQldarBny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQldarBny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQldarBny nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQldarBny nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQldarBny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQldarBny .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQldarBny a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQldarBny .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-soQldarBny .navbar {
    height: 70px;
  }
  .cid-soQldarBny .navbar.opened {
    height: auto;
  }
  .cid-soQldarBny .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soWKOqsPPj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-soQldbmrw1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQldbmrw1 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQldbmrw1 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQldbmrw1 .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQldbmrw1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQldbmrw1 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQldbmrw1 .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQldbmrw1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQldbmrw1 .logo-title {
  text-align: center;
}
.cid-soQldbmrw1 .logo-sub-title {
  text-align: center;
}
.cid-soQldbmrw1 .links {
  text-align: center;
  color: #656565;
}
.cid-soQldbmrw1 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQldbN5zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQldbN5zB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQldbN5zB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQldbN5zB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQldbN5zB .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQldbN5zB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQldbN5zB .copyright {
  color: #ffffff;
}
.cid-soQmlj97f2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQmlj97f2 nav.navbar {
  position: fixed;
}
.cid-soQmlj97f2 .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-soQmlj97f2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQmlj97f2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQmlj97f2 .dropdown-item:hover,
.cid-soQmlj97f2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQmlj97f2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQmlj97f2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQmlj97f2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQmlj97f2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQmlj97f2 .nav-link {
  position: relative;
}
.cid-soQmlj97f2 .container {
  display: flex;
  margin: auto;
}
.cid-soQmlj97f2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQmlj97f2 .dropdown-menu,
.cid-soQmlj97f2 .navbar.opened {
  background: #1887bc !important;
}
.cid-soQmlj97f2 .nav-item:focus,
.cid-soQmlj97f2 .nav-link:focus {
  outline: none;
}
.cid-soQmlj97f2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQmlj97f2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQmlj97f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQmlj97f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQmlj97f2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQmlj97f2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQmlj97f2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQmlj97f2 .navbar.opened {
  transition: all 0.3s;
}
.cid-soQmlj97f2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQmlj97f2 .navbar .navbar-logo img {
  width: auto;
}
.cid-soQmlj97f2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQmlj97f2 .navbar.collapsed {
  justify-content: center;
}
.cid-soQmlj97f2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQmlj97f2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQmlj97f2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQmlj97f2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQmlj97f2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQmlj97f2 .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-soQmlj97f2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQmlj97f2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQmlj97f2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQmlj97f2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQmlj97f2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQmlj97f2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQmlj97f2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQmlj97f2 .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-soQmlj97f2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQmlj97f2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQmlj97f2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQmlj97f2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQmlj97f2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQmlj97f2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQmlj97f2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQmlj97f2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQmlj97f2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQmlj97f2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQmlj97f2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQmlj97f2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQmlj97f2 .dropdown-item.active,
.cid-soQmlj97f2 .dropdown-item:active {
  background-color: transparent;
}
.cid-soQmlj97f2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQmlj97f2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQmlj97f2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQmlj97f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQmlj97f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQmlj97f2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQmlj97f2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQmlj97f2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQmlj97f2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQmlj97f2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQmlj97f2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQmlj97f2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQmlj97f2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQmlj97f2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQmlj97f2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQmlj97f2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQmlj97f2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQmlj97f2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQmlj97f2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQmlj97f2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQmlj97f2 .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-soQmlj97f2 .navbar {
    height: 70px;
  }
  .cid-soQmlj97f2 .navbar.opened {
    height: auto;
  }
  .cid-soQmlj97f2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spXszLrUZQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-spXszLrUZQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-spXszLrUZQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spXszLrUZQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-soQmlk2Pmu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQmlk2Pmu .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQmlk2Pmu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQmlk2Pmu .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQmlk2Pmu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQmlk2Pmu .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQmlk2Pmu .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQmlk2Pmu .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQmlk2Pmu .logo-title {
  text-align: center;
}
.cid-soQmlk2Pmu .logo-sub-title {
  text-align: center;
}
.cid-soQmlk2Pmu .links {
  text-align: center;
  color: #656565;
}
.cid-soQmlk2Pmu .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQmlkq2sk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQmlkq2sk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQmlkq2sk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQmlkq2sk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQmlkq2sk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQmlkq2sk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQmlkq2sk .copyright {
  color: #ffffff;
}
.cid-soQmMl7kKL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-soQmMl7kKL nav.navbar {
  position: fixed;
}
.cid-soQmMl7kKL .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-soQmMl7kKL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soQmMl7kKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soQmMl7kKL .dropdown-item:hover,
.cid-soQmMl7kKL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-soQmMl7kKL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soQmMl7kKL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soQmMl7kKL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soQmMl7kKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soQmMl7kKL .nav-link {
  position: relative;
}
.cid-soQmMl7kKL .container {
  display: flex;
  margin: auto;
}
.cid-soQmMl7kKL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soQmMl7kKL .dropdown-menu,
.cid-soQmMl7kKL .navbar.opened {
  background: #1887bc !important;
}
.cid-soQmMl7kKL .nav-item:focus,
.cid-soQmMl7kKL .nav-link:focus {
  outline: none;
}
.cid-soQmMl7kKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soQmMl7kKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soQmMl7kKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soQmMl7kKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soQmMl7kKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soQmMl7kKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soQmMl7kKL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1887bc;
}
.cid-soQmMl7kKL .navbar.opened {
  transition: all 0.3s;
}
.cid-soQmMl7kKL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soQmMl7kKL .navbar .navbar-logo img {
  width: auto;
}
.cid-soQmMl7kKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soQmMl7kKL .navbar.collapsed {
  justify-content: center;
}
.cid-soQmMl7kKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soQmMl7kKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soQmMl7kKL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soQmMl7kKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soQmMl7kKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soQmMl7kKL .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-soQmMl7kKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soQmMl7kKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soQmMl7kKL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soQmMl7kKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soQmMl7kKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soQmMl7kKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soQmMl7kKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soQmMl7kKL .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-soQmMl7kKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soQmMl7kKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soQmMl7kKL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soQmMl7kKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soQmMl7kKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soQmMl7kKL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soQmMl7kKL .navbar.navbar-short {
  min-height: 60px;
}
.cid-soQmMl7kKL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soQmMl7kKL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soQmMl7kKL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soQmMl7kKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soQmMl7kKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soQmMl7kKL .dropdown-item.active,
.cid-soQmMl7kKL .dropdown-item:active {
  background-color: transparent;
}
.cid-soQmMl7kKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soQmMl7kKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soQmMl7kKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soQmMl7kKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1887bc;
}
.cid-soQmMl7kKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soQmMl7kKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soQmMl7kKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soQmMl7kKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soQmMl7kKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soQmMl7kKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-soQmMl7kKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soQmMl7kKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQmMl7kKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soQmMl7kKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soQmMl7kKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQmMl7kKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soQmMl7kKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soQmMl7kKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soQmMl7kKL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soQmMl7kKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soQmMl7kKL .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-soQmMl7kKL .navbar {
    height: 70px;
  }
  .cid-soQmMl7kKL .navbar.opened {
    height: auto;
  }
  .cid-soQmMl7kKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soQovuHsWq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/api-contact-background-1920x1280.jpg");
}
.cid-soQovuHsWq h2,
.cid-soQovuHsWq h3,
.cid-soQovuHsWq h4,
.cid-soQovuHsWq p {
  color: #ffffff;
}
.cid-soQovuHsWq .mbr-overlay {
  z-index: -1;
}
.cid-soQovuHsWq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-soQovuHsWq .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-soQovuHsWq .form-control:focus,
.cid-soQovuHsWq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-soQovuHsWq .form-group {
  margin-bottom: 1rem;
}
.cid-soQovuHsWq input::-webkit-input-placeholder,
.cid-soQovuHsWq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-soQovuHsWq input:-moz-placeholder,
.cid-soQovuHsWq textarea:-moz-placeholder {
  color: #656565;
}
.cid-soQovuHsWq .jq-selectbox li,
.cid-soQovuHsWq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-soQovuHsWq .jq-selectbox li:hover,
.cid-soQovuHsWq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-soQovuHsWq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-soQovuHsWq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-soQovuHsWq .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-soQovuHsWq .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-soQovuHsWq .mbr-text {
  color: #767676;
}
.cid-soQovuHsWq .form-block {
  padding: 3rem;
  position: relative;
}
.cid-soQovuHsWq .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #04344a;
  opacity: 0.5;
  z-index: 0;
}
.cid-soQovuHsWq .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-soQovuHsWq a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-soQovuHsWq .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-soQovuHsWq .input-group-btn {
  display: block;
  text-align: center;
}
.cid-soQovuHsWq textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-soQovuHsWq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-soQovuHsWq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-soQovuHsWq .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soQovuHsWq h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-soQovuHsWq .block-content {
    padding: 0;
  }
  .cid-soQovuHsWq .form-block {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
	.cid-soQovuHsWq .message {
		margin-top:-9rem;
	}
}
@media (max-width: 991px) {
	.cid-soQovuHsWq .message {
		margin-top:0rem;
	}
}
.cid-soQovuHsWq .mbr-section-title,
.cid-soQovuHsWq .mbr-section-btn {
  color: #ffffff;
}
.cid-soQovuHsWq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soQovuHsWq P {
  color: #ffffff;
}
.cid-soQmMlR18n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ec7f2;
}
.cid-soQmMlR18n .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soQmMlR18n .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soQmMlR18n .socicon {
  font-size: 1.3rem;
  background: #1887bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soQmMlR18n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soQmMlR18n .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soQmMlR18n .text2 {
  color: #000000;
  text-align: left;
}
.cid-soQmMlR18n .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soQmMlR18n .logo-title {
  text-align: center;
}
.cid-soQmMlR18n .logo-sub-title {
  text-align: center;
}
.cid-soQmMlR18n .links {
  text-align: center;
  color: #656565;
}
.cid-soQmMlR18n .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soQmMmf9yp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1887bc;
}
.cid-soQmMmf9yp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soQmMmf9yp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soQmMmf9yp .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soQmMmf9yp .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soQmMmf9yp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-soQmMmf9yp .copyright {
  color: #ffffff;
}
.cid-spTjwMpwYE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/40-sponsors-background-1920x1280.jpg");
  background-color:#FFFFFF;
}
.cid-spTjwMpwYE .mbr-overlay {
  background: #FFFFFF;
  opacity: 0.6;
}
.cid-spTjwMpwYE img,
.cid-spTjwMpwYE .item-img {
  width: 100%;
}
.cid-spTjwMpwYE .item:focus,
.cid-spTjwMpwYE span:focus {
  outline: none;
}
.cid-spTjwMpwYE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spTjwMpwYE .item-wrapper {
  padding-bottom:2rem;
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spTjwMpwYE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spTjwMpwYE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spTjwMpwYE .mbr-section-btn {
  margin: auto !important;
}
.cid-spTjwMpwYE .mbr-section-title {
  color: #151a2e;
}
.cid-spTjwMpwYE .mbr-text,
.cid-spTjwMpwYE .mbr-section-btn {
  text-align: center;
}
.cid-spTjwMpwYE .item-title {
  text-align: left;
}
.cid-spTjwMpwYE .item-subtitle {
  text-align: left;
}
.cid-t1IonsuT5Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1IonsuT5Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1IonsuT5Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1IonsuT5Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1H00v1Hsk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t1H00v1Hsk img,
.cid-t1H00v1Hsk .item-img {
  width: 100%;
}
.cid-t1H00v1Hsk .item:focus,
.cid-t1H00v1Hsk span:focus {
  outline: none;
}
.cid-t1H00v1Hsk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t1H00v1Hsk .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1H00v1Hsk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1H00v1Hsk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t1H00v1Hsk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1H00v1Hsk .mbr-section-title {
  color: #232323;
}
.cid-t1H0WDK6yi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-t1H0WDK6yi .video-wrapper iframe {
  width: 100%;
}
.cid-t1H0WDK6yi .mbr-section-title,
.cid-t1H0WDK6yi .mbr-section-subtitle,
.cid-t1H0WDK6yi .mbr-text {
  text-align: center;
}


.cid-u4M3WxjNBL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/img/api-tickets-background.jpg");
}
.cid-u4M3WxjNBL .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-u4M3WxjNBL img,
.cid-u4M3WxjNBL .item-img {
  width: 100%;
}
.cid-u4M3WxjNBL .item:focus,
.cid-u4M3WxjNBL span:focus {
  outline: none;
}
.cid-u4M3WxjNBL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4M3WxjNBL .item {
    margin-bottom: 1rem;
  }
}
.cid-u4M3WxjNBL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4M3WxjNBL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u4M3WxjNBL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4M3WxjNBL .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-u4M3WxjNBL .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u4M3WxjNBL .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-u4M3WxjNBL .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4M3WxjNBL .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-u4M3WxjNBL .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-u4M3WxjNBL .mbr-section-title {
  color: #232323;
}
.cid-u4M3WxjNBL .mbr-text,
.cid-u4M3WxjNBL .mbr-section-btn {
  text-align: center;
}
.cid-u4M3WxjNBL .item-title {
  text-align: center;
}
.cid-u4M3WxjNBL .content-head {
  max-width: 900px;
}
.cid-u4M3WxjNBL .mbr-text,
.cid-u4M3WxjNBL .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-uBRdA8J7bw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBRdA8J7bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRdA8J7bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRdA8J7bw .item {
  padding-bottom: 2rem;
}
.cid-uBRdA8J7bw .caption {
  background-color:rgba(0, 0, 0, .04);
  padding:0rem 0rem .5rem 0rem;
}
.cid-uBRdA8J7bw .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uBRdA8J7bw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBRdA8J7bw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uBRdA8J7bw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uBRdA8J7bw .carousel-control,
.cid-uBRdA8J7bw .close {
  background: #1b1b1b;
}
.cid-uBRdA8J7bw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBRdA8J7bw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBRdA8J7bw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBRdA8J7bw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBRdA8J7bw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBRdA8J7bw .close::before {
  content: '\e91a';
}
.cid-uBRdA8J7bw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBRdA8J7bw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBRdA8J7bw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBRdA8J7bw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBRdA8J7bw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBRdA8J7bw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBRdA8J7bw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBRdA8J7bw .carousel-indicators li.active,
.cid-uBRdA8J7bw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBRdA8J7bw .carousel-indicators li::after,
.cid-uBRdA8J7bw .carousel-indicators li::before {
  content: none;
}
.cid-uBRdA8J7bw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBRdA8J7bw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRdA8J7bw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRdA8J7bw .carousel-indicators {
    display: none;
  }
}
.cid-uBRdA8J7bw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBRdA8J7bw .carousel-inner > .active {
  display: block;
}
.cid-uBRdA8J7bw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBRdA8J7bw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBRdA8J7bw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBRdA8J7bw .carousel-control,
  .cid-uBRdA8J7bw .carousel-indicators,
  .cid-uBRdA8J7bw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBRdA8J7bw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBRdA8J7bw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBRdA8J7bw .carousel-indicators .active,
.cid-uBRdA8J7bw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBRdA8J7bw .carousel-indicators .active {
  background: #fff;
}
.cid-uBRdA8J7bw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBRdA8J7bw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBRdA8J7bw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBRdA8J7bw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBRdA8J7bw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBRdA8J7bw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBRdA8J7bw .carousel {
  width: 100%;
}
.cid-uBRdA8J7bw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBRdA8J7bw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBRdA8J7bw .modal.fade .modal-dialog,
.cid-uBRdA8J7bw .modal.in .modal-dialog {
  transform: none;
}
.cid-uBRdA8J7bw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBRdA8J7bw H6 {
  text-align: center;
}
.cid-uBRdA8J7bw .mbr-item-subtitle {
  line-height:1.3rem;
  padding-top:1rem;
}
.cid-uCHXqbahOn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/img/sits-rentals-background.jpg");
}
.cid-uCHXqbahOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHXqbahOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHXqbahOn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uCHXqbahOn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHXqbahOn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCHXqbahOn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHXqbahOn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uCHXqbahOn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uCHXqbahOn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uI4WIntPdB {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
@media (max-width: 767px) {
  .cid-uI4WIntPdB {
    padding-top: 0rem;
    padding-bottom: 2rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
.cid-uI4WIntPdB .mbr-media {
  position: relative;
}
.cid-uI4WIntPdB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uI4WIntPdB a:hover {
  background-image: none !important;
}
.cid-uI4WIntPdB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uI4WIntPdB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uI4WIntPdB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uI4WIntPdB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uI4WIntPdB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uI4WIntPdB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uI4WIntPdB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uI4WIntPdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4WIntPdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4WIntPdB .content-head {
  max-width: 800px;
}