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.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff5735 !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;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5735 !important;
  border-color: #ff5735 !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: #dd2500 !important;
  border-color: #dd2500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dd2500 !important;
  border-color: #dd2500 !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-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: #ff5735;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dd2500 !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: #ff5735 !important;
  border-color: #ff5735 !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: #ff5735 !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: #ce2300 !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]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff5735;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5735;
  border-color: #ff5735;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5735;
}
.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: #ff5735 !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: #ff5735;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5735;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5735;
}
.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: #ff5735;
  border-bottom-color: #ff5735;
}
.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: #ff5735 !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='%23ff5735' %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-sq6H3TFKwp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sq6H3TFKwp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sq6H3TFKwp .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sq6H3TFKwp .mbr-text,
.cid-sq6H3TFKwp .mbr-section-btn {
  color: #ffffff;
}
.cid-swaSUlu3hV {
  background-color: #ffffff;
}
.cid-swaSUlu3hV .mbr-section-title,
.cid-swaSUlu3hV .mbr-text,
.cid-swaSUlu3hV .mbr-section-btn {
  text-align: center;
}
.cid-swaSUlu3hV .video-wrapper {
  margin: auto;
}
.cid-swaSUlu3hV .video-wrapper iframe {
  width: 100%;
}
.cid-iOrPvTDYvY {
  background-color: #ffffff;
}
.cid-iOrPvTDYvY .wave1 {
  fill: #b998dc;
}
.cid-iOrPvTDYvY .wave2 {
  fill: #b998dc;
  opacity: 0.5;
}
.cid-iOrPvTDYvY .wave3,
.cid-iOrPvTDYvY .wave4 {
  fill: #b998dc;
  opacity: 0.35;
}
.cid-sq6xMG02zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sq6xMG02zb nav.navbar {
  position: fixed;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sq6xMG02zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sq6xMG02zb .dropdown-item:hover,
.cid-sq6xMG02zb .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sq6xMG02zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sq6xMG02zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sq6xMG02zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sq6xMG02zb .nav-link {
  position: relative;
}
.cid-sq6xMG02zb .container {
  display: flex;
  margin: auto;
}
.cid-sq6xMG02zb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown-menu,
.cid-sq6xMG02zb .navbar.opened {
  background: #ffffff !important;
}
.cid-sq6xMG02zb .nav-item:focus,
.cid-sq6xMG02zb .nav-link:focus {
  outline: none;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq6xMG02zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq6xMG02zb .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: #ffffff;
}
.cid-sq6xMG02zb .navbar.opened {
  transition: all 0.3s;
}
.cid-sq6xMG02zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sq6xMG02zb .navbar .navbar-logo img {
  width: auto;
}
.cid-sq6xMG02zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq6xMG02zb .navbar.collapsed {
  justify-content: center;
}
.cid-sq6xMG02zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq6xMG02zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq6xMG02zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sq6xMG02zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sq6xMG02zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq6xMG02zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq6xMG02zb .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-sq6xMG02zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sq6xMG02zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq6xMG02zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sq6xMG02zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sq6xMG02zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sq6xMG02zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq6xMG02zb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq6xMG02zb .dropdown-item.active,
.cid-sq6xMG02zb .dropdown-item:active {
  background-color: transparent;
}
.cid-sq6xMG02zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq6xMG02zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq6xMG02zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq6xMG02zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sq6xMG02zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sq6xMG02zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar {
    height: 70px;
  }
  .cid-sq6xMG02zb .navbar.opened {
    height: auto;
  }
  .cid-sq6xMG02zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq6ytT7LPk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b998dc;
}
.cid-sq6ytT7LPk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sq6ytT7LPk .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sq6ytT7LPk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq6ytT7LPk .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 #ff5735;
  transition: all 0.3s;
}
.cid-sq6ytT7LPk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff5735;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sq6ytT7LPk .social-row .soc-item:hover {
  background-color: #ff5735;
}
.cid-sq6ytT7LPk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sq6ytT7LPk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sq6ytT7LPk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq6ytT7LPk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sq6ytT7LPk .card-title {
  color: #7331b9;
}
.cid-swaqKFi0og {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #b998dc;
}
.cid-swaqKFi0og .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swaqKFi0og form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-swaqKFi0og form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-swaqKFi0og form.mbr-form {
    padding: 1rem;
  }
}
.cid-swaqKFi0og form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-swaqKFi0og form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-swVPuYc3en {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b998dc;
}
.cid-swVPuYc3en .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swVPuYc3en form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-swVPuYc3en form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-swVPuYc3en form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-swaz8zKmck {
  background-color: #b998dc;
}
.cid-swaz8zKmck .wave1 {
  fill: #ffffff;
}
.cid-swaz8zKmck .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-swaz8zKmck .wave3,
.cid-swaz8zKmck .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sq6yo8NGFH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq6yo8NGFH .media-container-row .mbr-text {
  color: #353535;
}
.cid-swavTsD0SE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sq6xMG02zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sq6xMG02zb nav.navbar {
  position: fixed;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sq6xMG02zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sq6xMG02zb .dropdown-item:hover,
.cid-sq6xMG02zb .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sq6xMG02zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sq6xMG02zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sq6xMG02zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sq6xMG02zb .nav-link {
  position: relative;
}
.cid-sq6xMG02zb .container {
  display: flex;
  margin: auto;
}
.cid-sq6xMG02zb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown-menu,
.cid-sq6xMG02zb .navbar.opened {
  background: #ffffff !important;
}
.cid-sq6xMG02zb .nav-item:focus,
.cid-sq6xMG02zb .nav-link:focus {
  outline: none;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq6xMG02zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq6xMG02zb .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: #ffffff;
}
.cid-sq6xMG02zb .navbar.opened {
  transition: all 0.3s;
}
.cid-sq6xMG02zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sq6xMG02zb .navbar .navbar-logo img {
  width: auto;
}
.cid-sq6xMG02zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq6xMG02zb .navbar.collapsed {
  justify-content: center;
}
.cid-sq6xMG02zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq6xMG02zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq6xMG02zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sq6xMG02zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sq6xMG02zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq6xMG02zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq6xMG02zb .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-sq6xMG02zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sq6xMG02zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq6xMG02zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sq6xMG02zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sq6xMG02zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sq6xMG02zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq6xMG02zb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq6xMG02zb .dropdown-item.active,
.cid-sq6xMG02zb .dropdown-item:active {
  background-color: transparent;
}
.cid-sq6xMG02zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq6xMG02zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq6xMG02zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq6xMG02zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sq6xMG02zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sq6xMG02zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar {
    height: 70px;
  }
  .cid-sq6xMG02zb .navbar.opened {
    height: auto;
  }
  .cid-sq6xMG02zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq6yo8NGFH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq6yo8NGFH .media-container-row .mbr-text {
  color: #353535;
}
.cid-swaKzOD6si {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b998dc;
}
.cid-swaKzOD6si .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swaKzOD6si form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-swaKzOD6si form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-swaKzOD6si form.mbr-form {
    padding: 1rem;
  }
}
.cid-swaKzOD6si form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-swaKzOD6si form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sq6xMG02zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sq6xMG02zb nav.navbar {
  position: fixed;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sq6xMG02zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sq6xMG02zb .dropdown-item:hover,
.cid-sq6xMG02zb .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sq6xMG02zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sq6xMG02zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sq6xMG02zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sq6xMG02zb .nav-link {
  position: relative;
}
.cid-sq6xMG02zb .container {
  display: flex;
  margin: auto;
}
.cid-sq6xMG02zb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown-menu,
.cid-sq6xMG02zb .navbar.opened {
  background: #ffffff !important;
}
.cid-sq6xMG02zb .nav-item:focus,
.cid-sq6xMG02zb .nav-link:focus {
  outline: none;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq6xMG02zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq6xMG02zb .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: #ffffff;
}
.cid-sq6xMG02zb .navbar.opened {
  transition: all 0.3s;
}
.cid-sq6xMG02zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sq6xMG02zb .navbar .navbar-logo img {
  width: auto;
}
.cid-sq6xMG02zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq6xMG02zb .navbar.collapsed {
  justify-content: center;
}
.cid-sq6xMG02zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq6xMG02zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq6xMG02zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sq6xMG02zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sq6xMG02zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq6xMG02zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq6xMG02zb .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-sq6xMG02zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sq6xMG02zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq6xMG02zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sq6xMG02zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sq6xMG02zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sq6xMG02zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq6xMG02zb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq6xMG02zb .dropdown-item.active,
.cid-sq6xMG02zb .dropdown-item:active {
  background-color: transparent;
}
.cid-sq6xMG02zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq6xMG02zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq6xMG02zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq6xMG02zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sq6xMG02zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sq6xMG02zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar {
    height: 70px;
  }
  .cid-sq6xMG02zb .navbar.opened {
    height: auto;
  }
  .cid-sq6xMG02zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxtZW7CArT {
  background-color: #b998dc;
}
.cid-sxtZW7CArT .wave1 {
  fill: #ffffff;
}
.cid-sxtZW7CArT .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sxtZW7CArT .wave3,
.cid-sxtZW7CArT .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-swF6Gf1UKp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-swF6Gf1UKp .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-swF6Gf1UKp .timeline-element {
  position: relative;
}
.cid-swF6Gf1UKp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swF6Gf1UKp .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
.cid-swF6Gf1UKp .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-swF6Gf1UKp .iconBackground {
    left: 15px !important;
  }
  .cid-swF6Gf1UKp .separline:before {
    left: 15px !important;
  }
}
.cid-swF6Gf1UKp .mbr-section-title,
.cid-swF6Gf1UKp .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swF6Gf1UKp .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-swF6Gf1UKp .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-swF6Gf1UKp .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-swF6Gf1UKp .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-swF6Gf1UKp .timeline-text-content {
  margin-left: 2rem;
}
.cid-swF6Gf1UKp .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-swF6Gf1UKp .mbr-timeline-date {
  text-align: right;
}
.cid-swF6Gf1UKp .endofletter {
  margin: 0px 40px;
  border: 2px solid black;
  border-radius: 2px;
}
.cid-swW9c0XHQ2 {
  background-color: #ffffff;
}
.cid-swW9c0XHQ2 .wave1 {
  fill: #b998dc;
}
.cid-swW9c0XHQ2 .wave2 {
  fill: #b998dc;
  opacity: 0.5;
}
.cid-swW9c0XHQ2 .wave3,
.cid-swW9c0XHQ2 .wave4 {
  fill: #b998dc;
  opacity: 0.35;
}
.cid-swW9cZXwSg {
  background-color: #b998dc;
}
.cid-swW9cZXwSg .wave1 {
  fill: #ffffff;
}
.cid-swW9cZXwSg .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-swW9cZXwSg .wave3,
.cid-swW9cZXwSg .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sq6yo8NGFH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq6yo8NGFH .media-container-row .mbr-text {
  color: #353535;
}
.cid-n2ub2AZH5R .hidden {
  display: none;
}
.cid-n2ub2AZH5R .floating-bar {
  position: fixed;
  width: 80px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-n2ub2AZH5R .floating-bar:hover {
  background-color: #ff866e;
}
.cid-n2ub2AZH5R .floating-button {
  color: #ffffff;
}
.cid-n2ub2AZH5R .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sq6xMG02zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sq6xMG02zb nav.navbar {
  position: fixed;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sq6xMG02zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sq6xMG02zb .dropdown-item:hover,
.cid-sq6xMG02zb .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sq6xMG02zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sq6xMG02zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sq6xMG02zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sq6xMG02zb .nav-link {
  position: relative;
}
.cid-sq6xMG02zb .container {
  display: flex;
  margin: auto;
}
.cid-sq6xMG02zb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown-menu,
.cid-sq6xMG02zb .navbar.opened {
  background: #ffffff !important;
}
.cid-sq6xMG02zb .nav-item:focus,
.cid-sq6xMG02zb .nav-link:focus {
  outline: none;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sq6xMG02zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sq6xMG02zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq6xMG02zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq6xMG02zb .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: #ffffff;
}
.cid-sq6xMG02zb .navbar.opened {
  transition: all 0.3s;
}
.cid-sq6xMG02zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sq6xMG02zb .navbar .navbar-logo img {
  width: auto;
}
.cid-sq6xMG02zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq6xMG02zb .navbar.collapsed {
  justify-content: center;
}
.cid-sq6xMG02zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq6xMG02zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq6xMG02zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq6xMG02zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sq6xMG02zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sq6xMG02zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq6xMG02zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq6xMG02zb .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-sq6xMG02zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sq6xMG02zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq6xMG02zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq6xMG02zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sq6xMG02zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sq6xMG02zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sq6xMG02zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sq6xMG02zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq6xMG02zb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq6xMG02zb .dropdown-item.active,
.cid-sq6xMG02zb .dropdown-item:active {
  background-color: transparent;
}
.cid-sq6xMG02zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq6xMG02zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq6xMG02zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq6xMG02zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq6xMG02zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq6xMG02zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sq6xMG02zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq6xMG02zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq6xMG02zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq6xMG02zb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sq6xMG02zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sq6xMG02zb .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-sq6xMG02zb .navbar {
    height: 70px;
  }
  .cid-sq6xMG02zb .navbar.opened {
    height: auto;
  }
  .cid-sq6xMG02zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swVNOvI4j0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b998dc;
}
.cid-swVNOvI4j0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swVNOvI4j0 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-swVNOvI4j0 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-swVNOvI4j0 form.mbr-form {
    padding: 1rem;
  }
}
.cid-swVNOvI4j0 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-swVNOvI4j0 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sq6yo8NGFH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq6yo8NGFH .media-container-row .mbr-text {
  color: #353535;
}
.cid-sqkitmfu7N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqkitmfu7N .mbr-section-title {
  color: #000000;
}
.cid-sqkitmfu7N .handdrawn {
  border: solid 3px black;
  padding: 1rem 1rem;
  margin: 0 1rem;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
}
.cid-sqkitmfu7N .demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.cid-sqkitmfu7N .demo a:hover {
  opacity: .5;
}
.cid-sqkitmfu7N #section07 a {
  padding-top: 80px;
}
.cid-sqkitmfu7N #section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.cid-sqkitmfu7N #section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cid-sqkitmfu7N #section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.cid-sqkitmfu7N #section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cid-sqkitmDpx2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sqkitmDpx2 .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sqkitmDpx2 .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sqkitmDpx2 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sqkitmDpx2 .mbr-figure img {
  border-radius: 10px;
}
.cid-sqkitmDpx2 .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sqkitmDpx2 .text-figure-box {
  background-color: #ffffff;
}
.cid-sqkitmXjnj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sqkitmXjnj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sqkitmXjnj .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sqkitmXjnj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqkitmXjnj .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-sqkitmXjnj .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-sqkitmXjnj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqkitmXjnj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqkitmXjnj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sqkitmXjnj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqkitmXjnj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sqkitmXjnj .handdrawn {
  border: solid 3px black;
  padding: 1rem 1rem;
  margin: 0 1rem;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
}
.cid-sqkitnCAPl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqkitnCAPl .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-sqkitnCAPl .number {
  color: #6592e6;
}
.cid-sqkitnCAPl .period {
  display: block;
}
.cid-sqkitnCAPl .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sqkitnCAPl .period {
    font-size: 0.8rem;
  }
}
.cid-sqkitnCAPl .btn {
  height: 100%;
  margin: 0;
}
.cid-sqkitnCAPl .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sqkitnCAPl .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sqkitnCAPl .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-sqkitnCAPl .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sqkitnCAPl .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sqkitnCAPl .sketchy {
  padding: 4rem 8rem;
  display: inline-block;
  border: 3px solid #333333;
  border-radius: 2% 6% 5% 4% 1% 2% 4%;
  background: #ffffff;
  position: relative;
}
.cid-sqkitnCAPl .sketchy::before {
  content: '';
  border: 2px solid #353535;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 2% 6% 5% 4%;
}
.cid-sqkito0OZB {
  background-color: #ffffff;
}
.cid-sqkito0OZB .wave1 {
  fill: #b998dc;
}
.cid-sqkito0OZB .wave2 {
  fill: #b998dc;
  opacity: 0.5;
}
.cid-sqkito0OZB .wave3,
.cid-sqkito0OZB .wave4 {
  fill: #b998dc;
  opacity: 0.35;
}
.cid-sqkitodH9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqkitodH9q nav.navbar {
  position: fixed;
}
.cid-sqkitodH9q .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-sqkitodH9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqkitodH9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqkitodH9q .dropdown-item:hover,
.cid-sqkitodH9q .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sqkitodH9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqkitodH9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqkitodH9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqkitodH9q .nav-link {
  position: relative;
}
.cid-sqkitodH9q .container {
  display: flex;
  margin: auto;
}
.cid-sqkitodH9q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqkitodH9q .dropdown-menu,
.cid-sqkitodH9q .navbar.opened {
  background: #ffffff !important;
}
.cid-sqkitodH9q .nav-item:focus,
.cid-sqkitodH9q .nav-link:focus {
  outline: none;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkitodH9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkitodH9q .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: #ffffff;
}
.cid-sqkitodH9q .navbar.opened {
  transition: all 0.3s;
}
.cid-sqkitodH9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqkitodH9q .navbar .navbar-logo img {
  width: auto;
}
.cid-sqkitodH9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqkitodH9q .navbar.collapsed {
  justify-content: center;
}
.cid-sqkitodH9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqkitodH9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqkitodH9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqkitodH9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqkitodH9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqkitodH9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqkitodH9q .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-sqkitodH9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqkitodH9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqkitodH9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqkitodH9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqkitodH9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqkitodH9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqkitodH9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqkitodH9q .dropdown-item.active,
.cid-sqkitodH9q .dropdown-item:active {
  background-color: transparent;
}
.cid-sqkitodH9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqkitodH9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkitodH9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqkitodH9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqkitodH9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqkitodH9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar {
    height: 70px;
  }
  .cid-sqkitodH9q .navbar.opened {
    height: auto;
  }
  .cid-sqkitodH9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqkitoCW31 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b998dc;
}
.cid-sqkitoCW31 .rowflexrev {
  display: -webkit-flex;
}
.cid-sqkitoCW31 .title {
  margin-bottom: 2rem;
}
.cid-sqkitoCW31 .mbr-section-subtitle {
  color: #353535;
}
.cid-sqkitoCW31 textarea.form-control {
  min-height: 188px;
}
.cid-sqkitoCW31 LABEL {
  color: #232323;
}
.cid-sqkitoCW31 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sqkitoCW31 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sqkitoCW31 .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sqkitoCW31 .alert {
  margin-bottom: 0;
}
.cid-sqkitoCW31 .alert-success {
  background-color: #70c770;
  color: #ffffff;
}
.cid-sqkitoCW31 .alert-danger {
  background-color: #ff4a52;
  color: #ffffff;
}
.cid-sqkitoCW31 .btn {
  display: inline-flex;
}
.cid-sqkitoCW31 .hidden {
  display: none;
}
.cid-sqkitpGHY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqkitpGHY6 .media-container-row .mbr-text {
  color: #353535;
}
.cid-st8LI35qUE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-st8LI35qUE .row {
  flex-direction: row-reverse;
}
.cid-st8LI35qUE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-st8LI35qUE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-st8LI35qUE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-st8LI35qUE .mbr-text,
.cid-st8LI35qUE .mbr-section-btn {
  text-align: left;
}
.cid-st8LI35qUE .mbr-section-title {
  text-align: left;
}
.cid-vUiEzR9MXq {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-vUiEzR9MXq .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-vUiEzR9MXq .wave2 {
  fill: #ffffff;
}
.cid-fqIijrCxkL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-fqIijrCxkL .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-fqIijrCxkL .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-fqIijrCxkL .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-fqIijrCxkL .mbr-figure img {
  border-radius: 10px;
}
.cid-fqIijrCxkL .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-fqIijrCxkL .text-figure-box {
  background-color: #ffffff;
}
.cid-LR2W2eryLO {
  background-color: #ffffff;
}
.cid-LR2W2eryLO .wave1 {
  fill: #ffb5b5;
}
.cid-LR2W2eryLO .wave2 {
  fill: #ffb5b5;
  opacity: 0.5;
}
.cid-LR2W2eryLO .wave3,
.cid-LR2W2eryLO .wave4 {
  fill: #ffb5b5;
  opacity: 0.35;
}
.cid-st7A0ZADps {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-st7A0ZADps .mbr-text {
  color: #767676;
}
.cid-st7A0ZADps .mbr-section-subtitle {
  color: #767676;
}
.cid-st7A0ZADps .title .num {
  width: 100%;
  display: block;
  font-size: 2rem;
}
.cid-st7A0ZADps .title .card-title {
  z-index: 1;
}
.cid-st7A0ZADps .num {
  color: #ff5735;
}
@media (max-width: 767px) {
  .cid-st7A0ZADps * {
    text-align: center !important;
  }
  .cid-st7A0ZADps .content-column {
    margin-bottom: 2rem;
  }
}
.cid-st7A0ZADps .mbr-text,
.cid-st7A0ZADps .mbr-section-btn {
  color: #000000;
}
.cid-o8Opbhaumm {
  background-color: #ffb5b5;
}
.cid-o8Opbhaumm .wave1 {
  fill: #ffffff;
}
.cid-o8Opbhaumm .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-o8Opbhaumm .wave3,
.cid-o8Opbhaumm .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-st4ZqtUSDT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-st4ZqtUSDT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-st4ZqtUSDT .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-st4ZqtUSDT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-st4ZqtUSDT .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-st4ZqtUSDT .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-st4ZqtUSDT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-st4ZqtUSDT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-st4ZqtUSDT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-st4ZqtUSDT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-st4ZqtUSDT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-st4ZqtUSDT .handdrawn {
  border: solid 3px black;
  padding: 1rem 1rem;
  margin: 0 1rem;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
}
.cid-st4ZqtUSDT .card-title {
  color: #7331b9;
}
.cid-st4ZquWdRB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-st4ZquWdRB .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-st4ZquWdRB .number {
  color: #7331b9;
}
.cid-st4ZquWdRB .period {
  display: block;
}
.cid-st4ZquWdRB .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-st4ZquWdRB .period {
    font-size: 0.8rem;
  }
}
.cid-st4ZquWdRB .btn {
  height: 100%;
  margin: 0;
}
.cid-st4ZquWdRB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-st4ZquWdRB .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-st4ZquWdRB .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7331b9;
  border: 2px solid #7331b9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-st4ZquWdRB .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-st4ZquWdRB .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #7331b9;
  color: #ffffff;
}
.cid-st4ZquWdRB .sketchy {
  padding: 4rem 8rem;
  display: inline-block;
  border: 3px solid #333333;
  border-radius: 2% 6% 5% 4% 1% 2% 4%;
  background: #ffffff;
  position: relative;
}
.cid-st4ZquWdRB .sketchy::before {
  content: '';
  border: 2px solid #353535;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 2% 6% 5% 4%;
}
.cid-st7x73SM1g {
  background-color: #ffffff;
}
.cid-st7x73SM1g .wave1 {
  fill: #b998dc;
}
.cid-st7x73SM1g .wave2 {
  fill: #b998dc;
  opacity: 0.5;
}
.cid-st7x73SM1g .wave3,
.cid-st7x73SM1g .wave4 {
  fill: #b998dc;
  opacity: 0.35;
}
.cid-stw03YY62b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b998dc;
}
.cid-stw03YY62b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-stw03YY62b form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-stw03YY62b form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-stw03YY62b form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-stw03YY62b .mbr-section-subtitle {
  color: #7331b9;
  text-align: center;
}
.cid-stw03YY62b .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-st4Zqvyuxk {
  background-color: #b998dc;
}
.cid-st4Zqvyuxk .wave1 {
  fill: #ffffff;
}
.cid-st4Zqvyuxk .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-st4Zqvyuxk .wave3,
.cid-st4Zqvyuxk .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-st4ZqvOiBL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st4ZqvOiBL nav.navbar {
  position: fixed;
}
.cid-st4ZqvOiBL .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-st4ZqvOiBL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st4ZqvOiBL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st4ZqvOiBL .dropdown-item:hover,
.cid-st4ZqvOiBL .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-st4ZqvOiBL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st4ZqvOiBL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st4ZqvOiBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-st4ZqvOiBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st4ZqvOiBL .nav-link {
  position: relative;
}
.cid-st4ZqvOiBL .container {
  display: flex;
  margin: auto;
}
.cid-st4ZqvOiBL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-st4ZqvOiBL .dropdown-menu,
.cid-st4ZqvOiBL .navbar.opened {
  background: #ffffff !important;
}
.cid-st4ZqvOiBL .nav-item:focus,
.cid-st4ZqvOiBL .nav-link:focus {
  outline: none;
}
.cid-st4ZqvOiBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st4ZqvOiBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st4ZqvOiBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-st4ZqvOiBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st4ZqvOiBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st4ZqvOiBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st4ZqvOiBL .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: #ffffff;
}
.cid-st4ZqvOiBL .navbar.opened {
  transition: all 0.3s;
}
.cid-st4ZqvOiBL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st4ZqvOiBL .navbar .navbar-logo img {
  width: auto;
}
.cid-st4ZqvOiBL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st4ZqvOiBL .navbar.collapsed {
  justify-content: center;
}
.cid-st4ZqvOiBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st4ZqvOiBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st4ZqvOiBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-st4ZqvOiBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st4ZqvOiBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st4ZqvOiBL .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-st4ZqvOiBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st4ZqvOiBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st4ZqvOiBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st4ZqvOiBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st4ZqvOiBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st4ZqvOiBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st4ZqvOiBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st4ZqvOiBL .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-st4ZqvOiBL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st4ZqvOiBL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st4ZqvOiBL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st4ZqvOiBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st4ZqvOiBL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st4ZqvOiBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st4ZqvOiBL .navbar.navbar-short {
  min-height: 60px;
}
.cid-st4ZqvOiBL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st4ZqvOiBL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st4ZqvOiBL .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-st4ZqvOiBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st4ZqvOiBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st4ZqvOiBL .dropdown-item.active,
.cid-st4ZqvOiBL .dropdown-item:active {
  background-color: transparent;
}
.cid-st4ZqvOiBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st4ZqvOiBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st4ZqvOiBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st4ZqvOiBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st4ZqvOiBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st4ZqvOiBL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st4ZqvOiBL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st4ZqvOiBL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st4ZqvOiBL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st4ZqvOiBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st4ZqvOiBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st4ZqvOiBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st4ZqvOiBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st4ZqvOiBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st4ZqvOiBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st4ZqvOiBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st4ZqvOiBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st4ZqvOiBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st4ZqvOiBL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st4ZqvOiBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st4ZqvOiBL .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-st4ZqvOiBL .navbar {
    height: 70px;
  }
  .cid-st4ZqvOiBL .navbar.opened {
    height: auto;
  }
  .cid-st4ZqvOiBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st4Zqxf81E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-st4Zqxf81E .media-container-row .mbr-text {
  color: #353535;
}
.cid-BxttLANQB8 .hidden {
  display: none;
}
.cid-BxttLANQB8 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-BxttLANQB8 .floating-bar:hover {
  background-color: #dd2500;
}
.cid-BxttLANQB8 .floating-button {
  color: #ffffff;
}
.cid-BxttLANQB8 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxt15GDWMr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxt15GDWMr .row {
  flex-direction: row-reverse;
}
.cid-sxt15GDWMr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxt15GDWMr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxt15GDWMr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxt15GDWMr .mbr-text,
.cid-sxt15GDWMr .mbr-section-btn {
  text-align: left;
}
.cid-sxt15GDWMr .mbr-section-title {
  text-align: left;
}
.cid-sqkitodH9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqkitodH9q nav.navbar {
  position: fixed;
}
.cid-sqkitodH9q .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-sqkitodH9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqkitodH9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqkitodH9q .dropdown-item:hover,
.cid-sqkitodH9q .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sqkitodH9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqkitodH9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqkitodH9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqkitodH9q .nav-link {
  position: relative;
}
.cid-sqkitodH9q .container {
  display: flex;
  margin: auto;
}
.cid-sqkitodH9q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqkitodH9q .dropdown-menu,
.cid-sqkitodH9q .navbar.opened {
  background: #ffffff !important;
}
.cid-sqkitodH9q .nav-item:focus,
.cid-sqkitodH9q .nav-link:focus {
  outline: none;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkitodH9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkitodH9q .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: #ffffff;
}
.cid-sqkitodH9q .navbar.opened {
  transition: all 0.3s;
}
.cid-sqkitodH9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqkitodH9q .navbar .navbar-logo img {
  width: auto;
}
.cid-sqkitodH9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqkitodH9q .navbar.collapsed {
  justify-content: center;
}
.cid-sqkitodH9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqkitodH9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqkitodH9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqkitodH9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqkitodH9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqkitodH9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqkitodH9q .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-sqkitodH9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqkitodH9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqkitodH9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqkitodH9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqkitodH9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqkitodH9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqkitodH9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqkitodH9q .dropdown-item.active,
.cid-sqkitodH9q .dropdown-item:active {
  background-color: transparent;
}
.cid-sqkitodH9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqkitodH9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkitodH9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqkitodH9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqkitodH9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqkitodH9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar {
    height: 70px;
  }
  .cid-sqkitodH9q .navbar.opened {
    height: auto;
  }
  .cid-sqkitodH9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxt16ceRlF {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxt16ceRlF .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxt16ceRlF .wave2 {
  fill: #ffffff;
}
.cid-sxt5tv9lDn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxt5tv9lDn .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxt5tv9lDn .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxt5tv9lDn .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxt5tv9lDn .mbr-figure img {
  border-radius: 10px;
}
.cid-sxt5tv9lDn .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxt5tv9lDn .text-figure-box {
  background-color: #ffffff;
}
.cid-sqkitpGHY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqkitpGHY6 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxt28gNjJc .hidden {
  display: none;
}
.cid-sxt28gNjJc .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxt28gNjJc .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxt28gNjJc .floating-button {
  color: #ffffff;
}
.cid-sxt28gNjJc .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxt5SuLLQj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxt5SuLLQj .row {
  flex-direction: row-reverse;
}
.cid-sxt5SuLLQj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxt5SuLLQj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxt5SuLLQj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxt5SuLLQj .mbr-text,
.cid-sxt5SuLLQj .mbr-section-btn {
  text-align: left;
}
.cid-sxt5SuLLQj .mbr-section-title {
  text-align: left;
}
.cid-sqkitodH9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqkitodH9q nav.navbar {
  position: fixed;
}
.cid-sqkitodH9q .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-sqkitodH9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqkitodH9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqkitodH9q .dropdown-item:hover,
.cid-sqkitodH9q .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sqkitodH9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqkitodH9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqkitodH9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqkitodH9q .nav-link {
  position: relative;
}
.cid-sqkitodH9q .container {
  display: flex;
  margin: auto;
}
.cid-sqkitodH9q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqkitodH9q .dropdown-menu,
.cid-sqkitodH9q .navbar.opened {
  background: #ffffff !important;
}
.cid-sqkitodH9q .nav-item:focus,
.cid-sqkitodH9q .nav-link:focus {
  outline: none;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkitodH9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkitodH9q .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: #ffffff;
}
.cid-sqkitodH9q .navbar.opened {
  transition: all 0.3s;
}
.cid-sqkitodH9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqkitodH9q .navbar .navbar-logo img {
  width: auto;
}
.cid-sqkitodH9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqkitodH9q .navbar.collapsed {
  justify-content: center;
}
.cid-sqkitodH9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqkitodH9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqkitodH9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqkitodH9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqkitodH9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqkitodH9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqkitodH9q .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-sqkitodH9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqkitodH9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqkitodH9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqkitodH9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqkitodH9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqkitodH9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqkitodH9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqkitodH9q .dropdown-item.active,
.cid-sqkitodH9q .dropdown-item:active {
  background-color: transparent;
}
.cid-sqkitodH9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqkitodH9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkitodH9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqkitodH9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqkitodH9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqkitodH9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar {
    height: 70px;
  }
  .cid-sqkitodH9q .navbar.opened {
    height: auto;
  }
  .cid-sqkitodH9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxt5T2MqWd {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxt5T2MqWd .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxt5T2MqWd .wave2 {
  fill: #ffffff;
}
.cid-sxt5U3xgfU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxt5U3xgfU .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxt5U3xgfU .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxt5U3xgfU .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxt5U3xgfU .mbr-figure img {
  border-radius: 10px;
}
.cid-sxt5U3xgfU .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxt5U3xgfU .text-figure-box {
  background-color: #ffffff;
}
.cid-sqkitpGHY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqkitpGHY6 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxt6wDOkpI .hidden {
  display: none;
}
.cid-sxt6wDOkpI .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxt6wDOkpI .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxt6wDOkpI .floating-button {
  color: #ffffff;
}
.cid-sxt6wDOkpI .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sqkitodH9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqkitodH9q nav.navbar {
  position: fixed;
}
.cid-sqkitodH9q .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-sqkitodH9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqkitodH9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqkitodH9q .dropdown-item:hover,
.cid-sqkitodH9q .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sqkitodH9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqkitodH9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqkitodH9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqkitodH9q .nav-link {
  position: relative;
}
.cid-sqkitodH9q .container {
  display: flex;
  margin: auto;
}
.cid-sqkitodH9q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqkitodH9q .dropdown-menu,
.cid-sqkitodH9q .navbar.opened {
  background: #ffffff !important;
}
.cid-sqkitodH9q .nav-item:focus,
.cid-sqkitodH9q .nav-link:focus {
  outline: none;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqkitodH9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkitodH9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkitodH9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkitodH9q .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: #ffffff;
}
.cid-sqkitodH9q .navbar.opened {
  transition: all 0.3s;
}
.cid-sqkitodH9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqkitodH9q .navbar .navbar-logo img {
  width: auto;
}
.cid-sqkitodH9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqkitodH9q .navbar.collapsed {
  justify-content: center;
}
.cid-sqkitodH9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqkitodH9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqkitodH9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqkitodH9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqkitodH9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqkitodH9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqkitodH9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqkitodH9q .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-sqkitodH9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqkitodH9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqkitodH9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqkitodH9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqkitodH9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqkitodH9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqkitodH9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqkitodH9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqkitodH9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqkitodH9q .dropdown-item.active,
.cid-sqkitodH9q .dropdown-item:active {
  background-color: transparent;
}
.cid-sqkitodH9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqkitodH9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqkitodH9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqkitodH9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkitodH9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqkitodH9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqkitodH9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkitodH9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkitodH9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkitodH9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqkitodH9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkitodH9q .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-sqkitodH9q .navbar {
    height: 70px;
  }
  .cid-sqkitodH9q .navbar.opened {
    height: auto;
  }
  .cid-sqkitodH9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxt8xPUHHh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxt8xPUHHh .row {
  flex-direction: row-reverse;
}
.cid-sxt8xPUHHh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxt8xPUHHh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxt8xPUHHh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxt8xPUHHh .mbr-text,
.cid-sxt8xPUHHh .mbr-section-btn {
  text-align: left;
}
.cid-sxt8xPUHHh .mbr-section-title {
  text-align: left;
}
.cid-sxt8AojpGS {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxt8AojpGS .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxt8AojpGS .wave2 {
  fill: #ffffff;
}
.cid-sxt8zosJVX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxt8zosJVX .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxt8zosJVX .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxt8zosJVX .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxt8zosJVX .mbr-figure img {
  border-radius: 10px;
}
.cid-sxt8zosJVX .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxt8zosJVX .text-figure-box {
  background-color: #ffffff;
}
.cid-sqkitpGHY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqkitpGHY6 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxt8JIXIx3 .hidden {
  display: none;
}
.cid-sxt8JIXIx3 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxt8JIXIx3 .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxt8JIXIx3 .floating-button {
  color: #ffffff;
}
.cid-sxt8JIXIx3 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxtd7YkeY9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxtd7YkeY9 nav.navbar {
  position: fixed;
}
.cid-sxtd7YkeY9 .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-sxtd7YkeY9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxtd7YkeY9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxtd7YkeY9 .dropdown-item:hover,
.cid-sxtd7YkeY9 .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sxtd7YkeY9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxtd7YkeY9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxtd7YkeY9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxtd7YkeY9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxtd7YkeY9 .nav-link {
  position: relative;
}
.cid-sxtd7YkeY9 .container {
  display: flex;
  margin: auto;
}
.cid-sxtd7YkeY9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxtd7YkeY9 .dropdown-menu,
.cid-sxtd7YkeY9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sxtd7YkeY9 .nav-item:focus,
.cid-sxtd7YkeY9 .nav-link:focus {
  outline: none;
}
.cid-sxtd7YkeY9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxtd7YkeY9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxtd7YkeY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxtd7YkeY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxtd7YkeY9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxtd7YkeY9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxtd7YkeY9 .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: #ffffff;
}
.cid-sxtd7YkeY9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxtd7YkeY9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxtd7YkeY9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxtd7YkeY9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxtd7YkeY9 .navbar.collapsed {
  justify-content: center;
}
.cid-sxtd7YkeY9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxtd7YkeY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxtd7YkeY9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxtd7YkeY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxtd7YkeY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxtd7YkeY9 .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-sxtd7YkeY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxtd7YkeY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxtd7YkeY9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxtd7YkeY9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxtd7YkeY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxtd7YkeY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxtd7YkeY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxtd7YkeY9 .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-sxtd7YkeY9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxtd7YkeY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxtd7YkeY9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxtd7YkeY9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxtd7YkeY9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxtd7YkeY9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxtd7YkeY9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxtd7YkeY9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxtd7YkeY9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxtd7YkeY9 .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-sxtd7YkeY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxtd7YkeY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxtd7YkeY9 .dropdown-item.active,
.cid-sxtd7YkeY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxtd7YkeY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxtd7YkeY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxtd7YkeY9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxtd7YkeY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxtd7YkeY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxtd7YkeY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxtd7YkeY9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxtd7YkeY9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxtd7YkeY9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxtd7YkeY9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxtd7YkeY9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxtd7YkeY9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtd7YkeY9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtd7YkeY9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxtd7YkeY9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtd7YkeY9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxtd7YkeY9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxtd7YkeY9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtd7YkeY9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxtd7YkeY9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxtd7YkeY9 .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-sxtd7YkeY9 .navbar {
    height: 70px;
  }
  .cid-sxtd7YkeY9 .navbar.opened {
    height: auto;
  }
  .cid-sxtd7YkeY9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxtd7YRc7L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxtd7YRc7L .row {
  flex-direction: row-reverse;
}
.cid-sxtd7YRc7L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxtd7YRc7L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxtd7YRc7L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxtd7YRc7L .mbr-text,
.cid-sxtd7YRc7L .mbr-section-btn {
  text-align: left;
}
.cid-sxtd7YRc7L .mbr-section-title {
  text-align: left;
}
.cid-sxtd7Z7rHW {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxtd7Z7rHW .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxtd7Z7rHW .wave2 {
  fill: #ffffff;
}
.cid-sxtd7Zm6B2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxtd7Zm6B2 .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxtd7Zm6B2 .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxtd7Zm6B2 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxtd7Zm6B2 .mbr-figure img {
  border-radius: 10px;
}
.cid-sxtd7Zm6B2 .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxtd7Zm6B2 .text-figure-box {
  background-color: #ffffff;
}
.cid-sxtd7ZGWY5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxtd7ZGWY5 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxtd7ZUj5w .hidden {
  display: none;
}
.cid-sxtd7ZUj5w .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxtd7ZUj5w .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxtd7ZUj5w .floating-button {
  color: #ffffff;
}
.cid-sxtd7ZUj5w .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxthJ7H9rt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxthJ7H9rt .row {
  flex-direction: row-reverse;
}
.cid-sxthJ7H9rt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxthJ7H9rt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxthJ7H9rt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxthJ7H9rt .mbr-text,
.cid-sxthJ7H9rt .mbr-section-btn {
  text-align: left;
}
.cid-sxthJ7H9rt .mbr-section-title {
  text-align: left;
}
.cid-sxthJ7YXBc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxthJ7YXBc nav.navbar {
  position: fixed;
}
.cid-sxthJ7YXBc .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-sxthJ7YXBc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxthJ7YXBc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxthJ7YXBc .dropdown-item:hover,
.cid-sxthJ7YXBc .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sxthJ7YXBc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxthJ7YXBc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxthJ7YXBc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxthJ7YXBc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxthJ7YXBc .nav-link {
  position: relative;
}
.cid-sxthJ7YXBc .container {
  display: flex;
  margin: auto;
}
.cid-sxthJ7YXBc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxthJ7YXBc .dropdown-menu,
.cid-sxthJ7YXBc .navbar.opened {
  background: #ffffff !important;
}
.cid-sxthJ7YXBc .nav-item:focus,
.cid-sxthJ7YXBc .nav-link:focus {
  outline: none;
}
.cid-sxthJ7YXBc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxthJ7YXBc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxthJ7YXBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxthJ7YXBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxthJ7YXBc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxthJ7YXBc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxthJ7YXBc .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: #ffffff;
}
.cid-sxthJ7YXBc .navbar.opened {
  transition: all 0.3s;
}
.cid-sxthJ7YXBc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxthJ7YXBc .navbar .navbar-logo img {
  width: auto;
}
.cid-sxthJ7YXBc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxthJ7YXBc .navbar.collapsed {
  justify-content: center;
}
.cid-sxthJ7YXBc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxthJ7YXBc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxthJ7YXBc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxthJ7YXBc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxthJ7YXBc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxthJ7YXBc .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-sxthJ7YXBc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxthJ7YXBc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxthJ7YXBc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxthJ7YXBc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxthJ7YXBc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxthJ7YXBc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxthJ7YXBc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxthJ7YXBc .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-sxthJ7YXBc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxthJ7YXBc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxthJ7YXBc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxthJ7YXBc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxthJ7YXBc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxthJ7YXBc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxthJ7YXBc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxthJ7YXBc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxthJ7YXBc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxthJ7YXBc .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-sxthJ7YXBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxthJ7YXBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxthJ7YXBc .dropdown-item.active,
.cid-sxthJ7YXBc .dropdown-item:active {
  background-color: transparent;
}
.cid-sxthJ7YXBc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxthJ7YXBc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxthJ7YXBc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxthJ7YXBc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxthJ7YXBc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxthJ7YXBc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxthJ7YXBc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxthJ7YXBc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxthJ7YXBc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxthJ7YXBc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxthJ7YXBc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxthJ7YXBc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxthJ7YXBc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxthJ7YXBc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxthJ7YXBc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxthJ7YXBc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxthJ7YXBc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxthJ7YXBc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxthJ7YXBc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxthJ7YXBc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxthJ7YXBc .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-sxthJ7YXBc .navbar {
    height: 70px;
  }
  .cid-sxthJ7YXBc .navbar.opened {
    height: auto;
  }
  .cid-sxthJ7YXBc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxthJ8oAzv {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxthJ8oAzv .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxthJ8oAzv .wave2 {
  fill: #ffffff;
}
.cid-sxthJ8z2qS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxthJ8z2qS .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxthJ8z2qS .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxthJ8z2qS .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxthJ8z2qS .mbr-figure img {
  border-radius: 10px;
}
.cid-sxthJ8z2qS .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxthJ8z2qS .text-figure-box {
  background-color: #ffffff;
}
.cid-sxthJ8SY38 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxthJ8SY38 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxthJ96ci7 .hidden {
  display: none;
}
.cid-sxthJ96ci7 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxthJ96ci7 .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxthJ96ci7 .floating-button {
  color: #ffffff;
}
.cid-sxthJ96ci7 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxtjxuQvyy {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxtjxuQvyy .row {
  flex-direction: row-reverse;
}
.cid-sxtjxuQvyy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxtjxuQvyy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxtjxuQvyy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxtjxuQvyy .mbr-text,
.cid-sxtjxuQvyy .mbr-section-btn {
  text-align: left;
}
.cid-sxtjxuQvyy .mbr-section-title {
  text-align: left;
}
.cid-sxtjxvj0Ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxtjxvj0Ar nav.navbar {
  position: fixed;
}
.cid-sxtjxvj0Ar .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-sxtjxvj0Ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxtjxvj0Ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxtjxvj0Ar .dropdown-item:hover,
.cid-sxtjxvj0Ar .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sxtjxvj0Ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxtjxvj0Ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxtjxvj0Ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxtjxvj0Ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxtjxvj0Ar .nav-link {
  position: relative;
}
.cid-sxtjxvj0Ar .container {
  display: flex;
  margin: auto;
}
.cid-sxtjxvj0Ar .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxtjxvj0Ar .dropdown-menu,
.cid-sxtjxvj0Ar .navbar.opened {
  background: #ffffff !important;
}
.cid-sxtjxvj0Ar .nav-item:focus,
.cid-sxtjxvj0Ar .nav-link:focus {
  outline: none;
}
.cid-sxtjxvj0Ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxtjxvj0Ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxtjxvj0Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxtjxvj0Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxtjxvj0Ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxtjxvj0Ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxtjxvj0Ar .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: #ffffff;
}
.cid-sxtjxvj0Ar .navbar.opened {
  transition: all 0.3s;
}
.cid-sxtjxvj0Ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxtjxvj0Ar .navbar .navbar-logo img {
  width: auto;
}
.cid-sxtjxvj0Ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxtjxvj0Ar .navbar.collapsed {
  justify-content: center;
}
.cid-sxtjxvj0Ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxtjxvj0Ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxtjxvj0Ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxtjxvj0Ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxtjxvj0Ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxtjxvj0Ar .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-sxtjxvj0Ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxtjxvj0Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxtjxvj0Ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxtjxvj0Ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxtjxvj0Ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxtjxvj0Ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxtjxvj0Ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxtjxvj0Ar .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-sxtjxvj0Ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxtjxvj0Ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxtjxvj0Ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxtjxvj0Ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxtjxvj0Ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxtjxvj0Ar .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxtjxvj0Ar .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxtjxvj0Ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxtjxvj0Ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxtjxvj0Ar .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-sxtjxvj0Ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxtjxvj0Ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxtjxvj0Ar .dropdown-item.active,
.cid-sxtjxvj0Ar .dropdown-item:active {
  background-color: transparent;
}
.cid-sxtjxvj0Ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxtjxvj0Ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxtjxvj0Ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxtjxvj0Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxtjxvj0Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxtjxvj0Ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxtjxvj0Ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxtjxvj0Ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxtjxvj0Ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxtjxvj0Ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxtjxvj0Ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxtjxvj0Ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtjxvj0Ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtjxvj0Ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxtjxvj0Ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtjxvj0Ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxtjxvj0Ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxtjxvj0Ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtjxvj0Ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxtjxvj0Ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxtjxvj0Ar .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-sxtjxvj0Ar .navbar {
    height: 70px;
  }
  .cid-sxtjxvj0Ar .navbar.opened {
    height: auto;
  }
  .cid-sxtjxvj0Ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxtjxvJnrU {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxtjxvJnrU .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxtjxvJnrU .wave2 {
  fill: #ffffff;
}
.cid-sxtjxvVOoT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxtjxvVOoT .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxtjxvVOoT .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxtjxvVOoT .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxtjxvVOoT .mbr-figure img {
  border-radius: 10px;
}
.cid-sxtjxvVOoT .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxtjxvVOoT .text-figure-box {
  background-color: #ffffff;
}
.cid-sxtjxwlPTi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxtjxwlPTi .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxtjxwCLzl .hidden {
  display: none;
}
.cid-sxtjxwCLzl .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxtjxwCLzl .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxtjxwCLzl .floating-button {
  color: #ffffff;
}
.cid-sxtjxwCLzl .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxtlzwZxmY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxtlzwZxmY .row {
  flex-direction: row-reverse;
}
.cid-sxtlzwZxmY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxtlzwZxmY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxtlzwZxmY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxtlzwZxmY .mbr-text,
.cid-sxtlzwZxmY .mbr-section-btn {
  text-align: left;
}
.cid-sxtlzwZxmY .mbr-section-title {
  text-align: left;
}
.cid-sxtlzxhfa8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxtlzxhfa8 nav.navbar {
  position: fixed;
}
.cid-sxtlzxhfa8 .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-sxtlzxhfa8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxtlzxhfa8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxtlzxhfa8 .dropdown-item:hover,
.cid-sxtlzxhfa8 .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sxtlzxhfa8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxtlzxhfa8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxtlzxhfa8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxtlzxhfa8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxtlzxhfa8 .nav-link {
  position: relative;
}
.cid-sxtlzxhfa8 .container {
  display: flex;
  margin: auto;
}
.cid-sxtlzxhfa8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxtlzxhfa8 .dropdown-menu,
.cid-sxtlzxhfa8 .navbar.opened {
  background: #ffffff !important;
}
.cid-sxtlzxhfa8 .nav-item:focus,
.cid-sxtlzxhfa8 .nav-link:focus {
  outline: none;
}
.cid-sxtlzxhfa8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxtlzxhfa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxtlzxhfa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxtlzxhfa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxtlzxhfa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxtlzxhfa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxtlzxhfa8 .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: #ffffff;
}
.cid-sxtlzxhfa8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxtlzxhfa8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxtlzxhfa8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxtlzxhfa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxtlzxhfa8 .navbar.collapsed {
  justify-content: center;
}
.cid-sxtlzxhfa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxtlzxhfa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxtlzxhfa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxtlzxhfa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxtlzxhfa8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxtlzxhfa8 .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-sxtlzxhfa8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxtlzxhfa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxtlzxhfa8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxtlzxhfa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxtlzxhfa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxtlzxhfa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxtlzxhfa8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxtlzxhfa8 .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-sxtlzxhfa8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxtlzxhfa8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxtlzxhfa8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxtlzxhfa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxtlzxhfa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxtlzxhfa8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxtlzxhfa8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxtlzxhfa8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxtlzxhfa8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxtlzxhfa8 .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-sxtlzxhfa8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxtlzxhfa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxtlzxhfa8 .dropdown-item.active,
.cid-sxtlzxhfa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxtlzxhfa8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxtlzxhfa8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxtlzxhfa8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxtlzxhfa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxtlzxhfa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxtlzxhfa8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxtlzxhfa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxtlzxhfa8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxtlzxhfa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxtlzxhfa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxtlzxhfa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxtlzxhfa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtlzxhfa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtlzxhfa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxtlzxhfa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtlzxhfa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxtlzxhfa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxtlzxhfa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtlzxhfa8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxtlzxhfa8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxtlzxhfa8 .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-sxtlzxhfa8 .navbar {
    height: 70px;
  }
  .cid-sxtlzxhfa8 .navbar.opened {
    height: auto;
  }
  .cid-sxtlzxhfa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxtlzxHOvS {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxtlzxHOvS .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxtlzxHOvS .wave2 {
  fill: #ffffff;
}
.cid-sxtlzxTRNM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxtlzxTRNM .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxtlzxTRNM .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxtlzxTRNM .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxtlzxTRNM .mbr-figure img {
  border-radius: 10px;
}
.cid-sxtlzxTRNM .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxtlzxTRNM .text-figure-box {
  background-color: #ffffff;
}
.cid-sxtlzyaaFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxtlzyaaFu .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxtlzyq3L1 .hidden {
  display: none;
}
.cid-sxtlzyq3L1 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxtlzyq3L1 .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxtlzyq3L1 .floating-button {
  color: #ffffff;
}
.cid-sxtlzyq3L1 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxtsFAroN7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sxtsFAroN7 .row {
  flex-direction: row-reverse;
}
.cid-sxtsFAroN7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sxtsFAroN7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxtsFAroN7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sxtsFAroN7 .mbr-text,
.cid-sxtsFAroN7 .mbr-section-btn {
  text-align: left;
}
.cid-sxtsFAroN7 .mbr-section-title {
  text-align: left;
}
.cid-sxtsFATNd2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxtsFATNd2 nav.navbar {
  position: fixed;
}
.cid-sxtsFATNd2 .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-sxtsFATNd2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxtsFATNd2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxtsFATNd2 .dropdown-item:hover,
.cid-sxtsFATNd2 .dropdown-item:focus {
  background: #ff5735 !important;
  color: white !important;
}
.cid-sxtsFATNd2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxtsFATNd2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxtsFATNd2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxtsFATNd2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxtsFATNd2 .nav-link {
  position: relative;
}
.cid-sxtsFATNd2 .container {
  display: flex;
  margin: auto;
}
.cid-sxtsFATNd2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxtsFATNd2 .dropdown-menu,
.cid-sxtsFATNd2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sxtsFATNd2 .nav-item:focus,
.cid-sxtsFATNd2 .nav-link:focus {
  outline: none;
}
.cid-sxtsFATNd2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxtsFATNd2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxtsFATNd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxtsFATNd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxtsFATNd2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxtsFATNd2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxtsFATNd2 .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: #ffffff;
}
.cid-sxtsFATNd2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxtsFATNd2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxtsFATNd2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxtsFATNd2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxtsFATNd2 .navbar.collapsed {
  justify-content: center;
}
.cid-sxtsFATNd2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxtsFATNd2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxtsFATNd2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxtsFATNd2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxtsFATNd2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxtsFATNd2 .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-sxtsFATNd2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxtsFATNd2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxtsFATNd2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxtsFATNd2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxtsFATNd2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxtsFATNd2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxtsFATNd2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxtsFATNd2 .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-sxtsFATNd2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxtsFATNd2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxtsFATNd2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxtsFATNd2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxtsFATNd2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxtsFATNd2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxtsFATNd2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxtsFATNd2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxtsFATNd2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxtsFATNd2 .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-sxtsFATNd2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxtsFATNd2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxtsFATNd2 .dropdown-item.active,
.cid-sxtsFATNd2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxtsFATNd2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxtsFATNd2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxtsFATNd2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxtsFATNd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxtsFATNd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxtsFATNd2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxtsFATNd2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxtsFATNd2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxtsFATNd2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxtsFATNd2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxtsFATNd2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxtsFATNd2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtsFATNd2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxtsFATNd2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxtsFATNd2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtsFATNd2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxtsFATNd2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxtsFATNd2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxtsFATNd2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxtsFATNd2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxtsFATNd2 .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-sxtsFATNd2 .navbar {
    height: 70px;
  }
  .cid-sxtsFATNd2 .navbar.opened {
    height: auto;
  }
  .cid-sxtsFATNd2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxtsFBuuee {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffb5b5, #ffb5b5);
}
.cid-sxtsFBuuee .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sxtsFBuuee .wave2 {
  fill: #ffffff;
}
.cid-sxtsFBEOzQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxtsFBEOzQ .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sxtsFBEOzQ .mbr-figure {
    float: right;
    padding: 20px;
    padding-right: 0px;
  }
}
.cid-sxtsFBEOzQ .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sxtsFBEOzQ .mbr-figure img {
  border-radius: 10px;
}
.cid-sxtsFBEOzQ .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 5px 5px 8px 0 #232323;
}
.cid-sxtsFBEOzQ .text-figure-box {
  background-color: #ffffff;
}
.cid-sxtsFBYii1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxtsFBYii1 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sxtsFCdX30 .hidden {
  display: none;
}
.cid-sxtsFCdX30 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #ff5735;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxtsFCdX30 .floating-bar:hover {
  background-color: #dd2500;
}
.cid-sxtsFCdX30 .floating-button {
  color: #ffffff;
}
.cid-sxtsFCdX30 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
