body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #40b0bf !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #91c2be !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  color: #185f69 !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: #51c7d8 !important;
  border-color: #51c7d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #185f69 !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #91c2be !important;
  border-color: #91c2be !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: #5aa29c !important;
  border-color: #5aa29c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5aa29c !important;
  border-color: #5aa29c !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: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #98dee8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #51c7d8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #185f69 !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #91c2be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5aa29c !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: #91c2be !important;
  border-color: #91c2be !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: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !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: #40b0bf !important;
}
.text-secondary {
  color: #98dee8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #91c2be !important;
}
.text-warning {
  color: #353535 !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: #266a73 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #45c3d5 !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: #559893 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #40b0bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #91c2be;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #e3efee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #40b0bf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.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: #40b0bf;
  border-bottom-color: #40b0bf;
}
.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: #000000 !important;
  background-color: #40b0bf !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: #98dee8 !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='%2340b0bf' %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-tPD5gc3zfB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPD5gc3zfB nav.navbar {
  position: fixed;
}
.cid-tPD5gc3zfB .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-tPD5gc3zfB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPD5gc3zfB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPD5gc3zfB .dropdown-item:hover,
.cid-tPD5gc3zfB .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPD5gc3zfB .dropdown-item:hover span {
  color: white;
}
.cid-tPD5gc3zfB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPD5gc3zfB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPD5gc3zfB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPD5gc3zfB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPD5gc3zfB .nav-link {
  position: relative;
}
.cid-tPD5gc3zfB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPD5gc3zfB .container {
    flex-wrap: wrap;
  }
}
.cid-tPD5gc3zfB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPD5gc3zfB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPD5gc3zfB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPD5gc3zfB .dropdown-menu,
.cid-tPD5gc3zfB .navbar.opened {
  background: #ffffff !important;
}
.cid-tPD5gc3zfB .nav-item:focus,
.cid-tPD5gc3zfB .nav-link:focus {
  outline: none;
}
.cid-tPD5gc3zfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPD5gc3zfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPD5gc3zfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPD5gc3zfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPD5gc3zfB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPD5gc3zfB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPD5gc3zfB .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-tPD5gc3zfB .navbar.opened {
  transition: all 0.3s;
}
.cid-tPD5gc3zfB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPD5gc3zfB .navbar .navbar-logo img {
  width: auto;
}
.cid-tPD5gc3zfB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPD5gc3zfB .navbar.collapsed {
  justify-content: center;
}
.cid-tPD5gc3zfB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPD5gc3zfB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPD5gc3zfB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPD5gc3zfB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPD5gc3zfB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPD5gc3zfB .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-tPD5gc3zfB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPD5gc3zfB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPD5gc3zfB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPD5gc3zfB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPD5gc3zfB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPD5gc3zfB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPD5gc3zfB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPD5gc3zfB .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-tPD5gc3zfB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPD5gc3zfB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPD5gc3zfB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPD5gc3zfB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPD5gc3zfB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPD5gc3zfB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPD5gc3zfB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPD5gc3zfB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPD5gc3zfB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPD5gc3zfB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPD5gc3zfB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPD5gc3zfB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPD5gc3zfB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPD5gc3zfB .dropdown-item.active,
.cid-tPD5gc3zfB .dropdown-item:active {
  background-color: transparent;
}
.cid-tPD5gc3zfB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPD5gc3zfB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPD5gc3zfB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPD5gc3zfB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPD5gc3zfB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPD5gc3zfB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPD5gc3zfB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPD5gc3zfB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPD5gc3zfB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPD5gc3zfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPD5gc3zfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPD5gc3zfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPD5gc3zfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPD5gc3zfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPD5gc3zfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPD5gc3zfB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPD5gc3zfB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPD5gc3zfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPD5gc3zfB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPD5gc3zfB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPD5gc3zfB .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-tPD5gc3zfB .navbar {
    height: 70px;
  }
  .cid-tPD5gc3zfB .navbar.opened {
    height: auto;
  }
  .cid-tPD5gc3zfB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPAbYy1ysu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tPAbYy1ysu .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPAbYy1ysu .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tPAbYy1ysu .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tPAbYy1ysu .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tPAbYy1ysu .right-side {
  max-width: 554px;
}
.cid-tPAbYy1ysu .rs {
  margin-right: 60px;
}
.cid-tPAbYy1ysu .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tPAbYy1ysu .margin {
  margin-right: 14px;
}
.cid-tPAbYy1ysu .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tPAbYy1ysu img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tPAbYy1ysu .gray {
    padding: 0px 0 5px;
  }
  .cid-tPAbYy1ysu img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tPAbYy1ysu .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tPAbYy1ysu .b {
    margin-bottom: 10px;
  }
}
.cid-tPAbYy1ysu .btn {
  margin-top: 20px;
}
.cid-tPAbYy1ysu a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPAbYy1ysu .row {
  flex-direction: row-reverse;
}
.cid-tPAbYy1ysu .mbr-text,
.cid-tPAbYy1ysu .button-align {
  color: #ff9966;
}
.cid-tPDex75Pje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tPDex75Pje .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDex75Pje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPDex75Pje .container {
    padding: 0 16px;
  }
}
.cid-tPDex75Pje .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tPDex75Pje .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tPDex75Pje .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tPDex75Pje .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPDex75Pje .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPDex75Pje .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPDex75Pje .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPDex75Pje .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tPDex75Pje .title-wrapper .line {
    display: none;
  }
}
.cid-tPDex75Pje .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #91c2be;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-tPDex75Pje .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tPDex75Pje .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPDex75Pje .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tPDex75Pje .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tPDex75Pje .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tPDex75Pje .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #ff9966;
  border-radius: 100%;
  z-index: 1;
}
.cid-tPDex75Pje .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPDex75Pje .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPDex75Pje .mbr-section-title {
  color: #40b0bf;
}
.cid-tPDex75Pje .mbr-text {
  color: #ff9966;
}
.cid-tPDex75Pje .mbr-card-text {
  color: #ffffff;
}
.cid-tPQYQCPVTR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #eff6fa;
}
.cid-tPQYQCPVTR .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQYQCPVTR .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQYQCPVTR .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQYQCPVTR .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQYQCPVTR .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQYQCPVTR .mbr-text {
    padding: 0;
  }
}
.cid-tPEjUTTjju {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eff6fa;
}
.cid-tPEjUTTjju .row {
  justify-content: flex-start;
}
.cid-tPEjUTTjju .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tPEjUTTjju .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tPEjUTTjju .mbr-section-title {
  color: #ff9966;
}
.cid-tPEjUTTjju .mbr-section-subtitle {
  color: #45494E;
}
.cid-tPEjUTTjju .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tPEjUTTjju .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tPEjUTTjju .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tPEjUTTjju .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tPEjUTTjju .item-title {
  color: #ff9966;
  line-height: 130%;
}
.cid-tPEjUTTjju .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tPEjUTTjju .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPEjUTTjju .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-tPEjUTTjju .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-tPEjUTTjju .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tPEjUTTjju .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPEjUTTjju .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tPEjUTTjju .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tPEK2oZ8NK {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-tPEK2oZ8NK .content_box {
  position: relative;
  z-index: 5;
}
.cid-tPEK2oZ8NK .carousel-item {
  justify-content: center;
}
.cid-tPEK2oZ8NK .carousel-item.active,
.cid-tPEK2oZ8NK .carousel-item-next,
.cid-tPEK2oZ8NK .carousel-item-prev {
  display: flex;
}
.cid-tPEK2oZ8NK .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #40b0bf;
  opacity: 1;
}
.cid-tPEK2oZ8NK .carousel-control-next span {
  padding-left: 5px;
}
.cid-tPEK2oZ8NK .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tPEK2oZ8NK .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tPEK2oZ8NK .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tPEK2oZ8NK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tPEK2oZ8NK .user_text {
  line-height: 1.272em;
  font-weight: 700;
  color: #40b0bf;
}
.cid-tPEBubF8FI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPEBubF8FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEBubF8FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPEBubF8FI .container {
    padding: 0 20px;
  }
}
.cid-tPEBubF8FI .row {
  margin: 0;
}
.cid-tPEBubF8FI .card {
  padding: 0;
}
.cid-tPEBubF8FI .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPEBubF8FI .image-wrapper img {
    height: 450px;
  }
}
.cid-tPEBubF8FI .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #fff2ec;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tPEBubF8FI .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tPEBubF8FI .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tPEBubF8FI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPEBubF8FI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPEBubF8FI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tPEBubF8FI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tPEBubF8FI .mbr-section-title {
  color: #c2b299;
}
.cid-tPEBubF8FI .mbr-text {
  color: #353535;
}
.cid-tPEBubF8FI .mbr-section-title,
.cid-tPEBubF8FI .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPEW3RGjGh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPEW3RGjGh p {
  text-align: center;
}
.cid-tPEW3RGjGh .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPEW3RGjGh .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPEW3RGjGh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPEW3RGjGh .logo-footer {
  line-height: normal;
}
.cid-tPEW3RGjGh .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPEW3RGjGh .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPEW3RGjGh .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPEW3RGjGh li {
  overflow: hidden;
}
.cid-tPEW3RGjGh .icon-transition span {
  display: block;
}
.cid-tPEW3RGjGh .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPEW3RGjGh .list-inline-item a {
  display: block;
}
.cid-tPEW3RGjGh .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPEW3RGjGh .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEW3RGjGh .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPEW3RGjGh .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPEW3RGjGh .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPEW3RGjGh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPEW3RGjGh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPEW3RGjGh .logo-footer {
    text-align: center;
  }
  .cid-tPEW3RGjGh .social-media {
    justify-content: center;
  }
}
.cid-tT9DJxfryA.popup-builder {
  background-color: #ffffff;
}
.cid-tT9DJxfryA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tT9DJxfryA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tT9DJxfryA .modal-content,
.cid-tT9DJxfryA .modal-dialog {
  height: auto;
}
.cid-tT9DJxfryA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tT9DJxfryA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tT9DJxfryA .form-wrapper .mbr-form .form-group,
  .cid-tT9DJxfryA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tT9DJxfryA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tT9DJxfryA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tT9DJxfryA .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-tT9DJxfryA .pt-0 {
  padding-top: 0 !important;
}
.cid-tT9DJxfryA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tT9DJxfryA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tT9DJxfryA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tT9DJxfryA .modal-open {
  overflow: hidden;
}
.cid-tT9DJxfryA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tT9DJxfryA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tT9DJxfryA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tT9DJxfryA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tT9DJxfryA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tT9DJxfryA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tT9DJxfryA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tT9DJxfryA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tT9DJxfryA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tT9DJxfryA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tT9DJxfryA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tT9DJxfryA .modal-backdrop.show {
  opacity: .5;
}
.cid-tT9DJxfryA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tT9DJxfryA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tT9DJxfryA .modal-header {
    padding: 1rem;
  }
}
.cid-tT9DJxfryA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tT9DJxfryA .modal-header .close svg {
  fill: #eb7a42;
}
.cid-tT9DJxfryA .modal-header .close:hover {
  opacity: 1;
}
.cid-tT9DJxfryA .modal-header .close:focus {
  outline: none;
}
.cid-tT9DJxfryA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #40b0bf;
}
.cid-tT9DJxfryA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tT9DJxfryA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT9DJxfryA .modal-body {
    padding: 1rem;
  }
}
.cid-tT9DJxfryA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tT9DJxfryA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT9DJxfryA .modal-footer {
    padding: 1rem;
  }
}
.cid-tT9DJxfryA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tT9DJxfryA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tT9DJxfryA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tT9DJxfryA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tT9DJxfryA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tT9DJxfryA .modal-lg,
  .cid-tT9DJxfryA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tT9DJxfryA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tT9DJxfryA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tT9DJxfryA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tT9DJxfryA .form-group {
  margin-bottom: 1rem;
}
.cid-tT9DJxfryA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tT9DJxfryA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tT9DJxfryA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tT9DJxfryA .mbr-section-btn {
  margin: 0;
}
.cid-tT9DJxfryA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPFxR0IMjo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPFxR0IMjo nav.navbar {
  position: fixed;
}
.cid-tPFxR0IMjo .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-tPFxR0IMjo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPFxR0IMjo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPFxR0IMjo .dropdown-item:hover,
.cid-tPFxR0IMjo .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPFxR0IMjo .dropdown-item:hover span {
  color: white;
}
.cid-tPFxR0IMjo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPFxR0IMjo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPFxR0IMjo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPFxR0IMjo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPFxR0IMjo .nav-link {
  position: relative;
}
.cid-tPFxR0IMjo .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPFxR0IMjo .container {
    flex-wrap: wrap;
  }
}
.cid-tPFxR0IMjo .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPFxR0IMjo .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPFxR0IMjo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPFxR0IMjo .dropdown-menu,
.cid-tPFxR0IMjo .navbar.opened {
  background: #ffffff !important;
}
.cid-tPFxR0IMjo .nav-item:focus,
.cid-tPFxR0IMjo .nav-link:focus {
  outline: none;
}
.cid-tPFxR0IMjo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPFxR0IMjo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPFxR0IMjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPFxR0IMjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPFxR0IMjo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPFxR0IMjo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPFxR0IMjo .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-tPFxR0IMjo .navbar.opened {
  transition: all 0.3s;
}
.cid-tPFxR0IMjo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPFxR0IMjo .navbar .navbar-logo img {
  width: auto;
}
.cid-tPFxR0IMjo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPFxR0IMjo .navbar.collapsed {
  justify-content: center;
}
.cid-tPFxR0IMjo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPFxR0IMjo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPFxR0IMjo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPFxR0IMjo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPFxR0IMjo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPFxR0IMjo .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-tPFxR0IMjo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPFxR0IMjo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPFxR0IMjo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPFxR0IMjo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPFxR0IMjo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPFxR0IMjo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPFxR0IMjo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPFxR0IMjo .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-tPFxR0IMjo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPFxR0IMjo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPFxR0IMjo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPFxR0IMjo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPFxR0IMjo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPFxR0IMjo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPFxR0IMjo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPFxR0IMjo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPFxR0IMjo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPFxR0IMjo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPFxR0IMjo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPFxR0IMjo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPFxR0IMjo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPFxR0IMjo .dropdown-item.active,
.cid-tPFxR0IMjo .dropdown-item:active {
  background-color: transparent;
}
.cid-tPFxR0IMjo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPFxR0IMjo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPFxR0IMjo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPFxR0IMjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPFxR0IMjo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPFxR0IMjo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPFxR0IMjo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPFxR0IMjo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPFxR0IMjo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPFxR0IMjo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPFxR0IMjo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPFxR0IMjo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPFxR0IMjo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPFxR0IMjo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPFxR0IMjo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPFxR0IMjo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPFxR0IMjo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPFxR0IMjo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPFxR0IMjo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPFxR0IMjo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPFxR0IMjo .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-tPFxR0IMjo .navbar {
    height: 70px;
  }
  .cid-tPFxR0IMjo .navbar.opened {
    height: auto;
  }
  .cid-tPFxR0IMjo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPFxR1IKA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tPFxR1IKA5 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPFxR1IKA5 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tPFxR1IKA5 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tPFxR1IKA5 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tPFxR1IKA5 .right-side {
  max-width: 554px;
}
.cid-tPFxR1IKA5 .rs {
  margin-right: 60px;
}
.cid-tPFxR1IKA5 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tPFxR1IKA5 .margin {
  margin-right: 14px;
}
.cid-tPFxR1IKA5 .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tPFxR1IKA5 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tPFxR1IKA5 .gray {
    padding: 0px 0 5px;
  }
  .cid-tPFxR1IKA5 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tPFxR1IKA5 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tPFxR1IKA5 .b {
    margin-bottom: 10px;
  }
}
.cid-tPFxR1IKA5 .btn {
  margin-top: 20px;
}
.cid-tPFxR1IKA5 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPFxR1IKA5 .mbr-text,
.cid-tPFxR1IKA5 .button-align {
  color: #ff9966;
}
.cid-tPQVSteXdT {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tPQVSteXdT .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQVSteXdT .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQVSteXdT .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQVSteXdT .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQVSteXdT .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQVSteXdT .mbr-text {
    padding: 0;
  }
}
.cid-tPG64okucI {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #fff2ec;
}
@media (max-width: 1000px) {
  .cid-tPG64okucI {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tPG64okucI {
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
  }
}
.cid-tPG64okucI .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tPG64okucI .f-row {
    flex-direction: row;
  }
}
.cid-tPG64okucI .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tPG64okucI .f-item {
    flex: 1 1 50%;
  }
}
.cid-tPG64okucI .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tPG64okucI .image-wrapper {
    min-height: 650px;
  }
}
.cid-tPG64okucI .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tPG64okucI .text-wrapper {
  width: 100%;
  background: #ffb18a;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-tPG64okucI .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 8rem);
  }
}
@media (min-width: 1200px) {
  .cid-tPG64okucI .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-tPG64okucI .mbr-section-title {
  color: #fff2ec;
  line-height: 130%;
}
.cid-tPFNrNOqhA {
  padding-top: 8rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tPFNrNOqhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPFNrNOqhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPFNrNOqhA .container {
    padding: 0 16px;
  }
}
.cid-tPFNrNOqhA .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tPFNrNOqhA .title-wrapper {
    padding-right: 0;
  }
}
.cid-tPFNrNOqhA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPFNrNOqhA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPFNrNOqhA .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPFNrNOqhA .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPFNrNOqhA .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tPFNrNOqhA .title-wrapper .line {
    display: none;
  }
}
.cid-tPFNrNOqhA .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPFNrNOqhA .card {
    margin-bottom: 40px;
  }
}
.cid-tPFNrNOqhA .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPFNrNOqhA .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tPFNrNOqhA .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tPFNrNOqhA .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9966;
  opacity: .2;
  border-radius: 100%;
}
.cid-tPFNrNOqhA .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ff9966;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tPFNrNOqhA .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPFNrNOqhA .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPFNrNOqhA .mbr-section-title {
  color: #40b0bf;
}
.cid-tPFNrNOqhA .mbr-text {
  color: #353535;
}
.cid-tPFNrNOqhA .mbr-card-text {
  color: #353535;
}
.cid-tPFNrNOqhA .mbr-card-title,
.cid-tPFNrNOqhA .icon-wrapper {
  color: #353535;
}
.cid-urR04i7awv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urR04i7awv blockquote {
  border-color: #eb7a42;
  border-radius: 4px;
  background-color: #fff2ec;
}
.cid-urR04i7awv .mbr-section-title {
  color: #eb7a42;
}
.cid-urR04i7awv .mbr-text {
  color: #353535;
}
.cid-tPFxR4QPDU {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #eff6fa;
}
.cid-tPFxR4QPDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPFxR4QPDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPFxR4QPDU .container {
    padding: 0 20px;
  }
}
.cid-tPFxR4QPDU .row {
  margin: 0;
}
.cid-tPFxR4QPDU .card {
  padding: 0;
}
.cid-tPFxR4QPDU .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPFxR4QPDU .image-wrapper img {
    height: 450px;
  }
}
.cid-tPFxR4QPDU .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tPFxR4QPDU .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tPFxR4QPDU .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tPFxR4QPDU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPFxR4QPDU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPFxR4QPDU .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tPFxR4QPDU .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tPFxR4QPDU .mbr-section-title {
  color: #c2b299;
}
.cid-tPFxR4QPDU .mbr-text {
  color: #353535;
}
.cid-tPFxR4QPDU .mbr-section-title,
.cid-tPFxR4QPDU .mbr-section-btn {
  color: #40b0bf;
}
.cid-urR2LCAsgO {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-urR2LCAsgO .content_box {
  position: relative;
  z-index: 5;
}
.cid-urR2LCAsgO .carousel-item {
  justify-content: center;
}
.cid-urR2LCAsgO .carousel-item.active,
.cid-urR2LCAsgO .carousel-item-next,
.cid-urR2LCAsgO .carousel-item-prev {
  display: flex;
}
.cid-urR2LCAsgO .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #40b0bf;
  opacity: 1;
}
.cid-urR2LCAsgO .carousel-control-next span {
  padding-left: 5px;
}
.cid-urR2LCAsgO .carousel-control-prev span {
  padding-right: 5px;
}
.cid-urR2LCAsgO .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-urR2LCAsgO .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-urR2LCAsgO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-urR2LCAsgO .user_text {
  line-height: 1.272em;
  font-weight: 700;
  color: #40b0bf;
}
.cid-tQodacCqna {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tQodacCqna .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQodacCqna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQodacCqna .container {
    padding: 0 16px;
  }
}
.cid-tQodacCqna .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb18a;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tQodacCqna .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tQodacCqna .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tQodacCqna .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tQodacCqna .image-wrapper img {
    height: 300px;
  }
}
.cid-tQodacCqna .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQodacCqna .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQodacCqna .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQodacCqna .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tQodacCqna .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQodacCqna .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tQodacCqna .mbr-section-title,
.cid-tQodacCqna .mbr-section-btn {
  color: #40b0bf;
}
.cid-tQodacCqna .mbr-text {
  color: #353535;
}
.cid-tQodacCqna .mbr-desc {
  color: #ff9966;
}
.cid-tPFxR5pCyP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPFxR5pCyP p {
  text-align: center;
}
.cid-tPFxR5pCyP .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPFxR5pCyP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPFxR5pCyP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPFxR5pCyP .logo-footer {
  line-height: normal;
}
.cid-tPFxR5pCyP .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPFxR5pCyP .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPFxR5pCyP .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPFxR5pCyP li {
  overflow: hidden;
}
.cid-tPFxR5pCyP .icon-transition span {
  display: block;
}
.cid-tPFxR5pCyP .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPFxR5pCyP .list-inline-item a {
  display: block;
}
.cid-tPFxR5pCyP .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPFxR5pCyP .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPFxR5pCyP .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPFxR5pCyP .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPFxR5pCyP .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPFxR5pCyP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPFxR5pCyP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPFxR5pCyP .logo-footer {
    text-align: center;
  }
  .cid-tPFxR5pCyP .social-media {
    justify-content: center;
  }
}
.cid-tPG7tShqHb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPG7tShqHb nav.navbar {
  position: fixed;
}
.cid-tPG7tShqHb .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-tPG7tShqHb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPG7tShqHb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPG7tShqHb .dropdown-item:hover,
.cid-tPG7tShqHb .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPG7tShqHb .dropdown-item:hover span {
  color: white;
}
.cid-tPG7tShqHb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPG7tShqHb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPG7tShqHb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPG7tShqHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPG7tShqHb .nav-link {
  position: relative;
}
.cid-tPG7tShqHb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPG7tShqHb .container {
    flex-wrap: wrap;
  }
}
.cid-tPG7tShqHb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPG7tShqHb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPG7tShqHb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPG7tShqHb .dropdown-menu,
.cid-tPG7tShqHb .navbar.opened {
  background: #ffffff !important;
}
.cid-tPG7tShqHb .nav-item:focus,
.cid-tPG7tShqHb .nav-link:focus {
  outline: none;
}
.cid-tPG7tShqHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPG7tShqHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPG7tShqHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPG7tShqHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPG7tShqHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPG7tShqHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPG7tShqHb .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-tPG7tShqHb .navbar.opened {
  transition: all 0.3s;
}
.cid-tPG7tShqHb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPG7tShqHb .navbar .navbar-logo img {
  width: auto;
}
.cid-tPG7tShqHb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPG7tShqHb .navbar.collapsed {
  justify-content: center;
}
.cid-tPG7tShqHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPG7tShqHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPG7tShqHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPG7tShqHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPG7tShqHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPG7tShqHb .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-tPG7tShqHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPG7tShqHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPG7tShqHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPG7tShqHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPG7tShqHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPG7tShqHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPG7tShqHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPG7tShqHb .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-tPG7tShqHb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPG7tShqHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPG7tShqHb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPG7tShqHb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPG7tShqHb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPG7tShqHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPG7tShqHb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPG7tShqHb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPG7tShqHb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPG7tShqHb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPG7tShqHb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPG7tShqHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPG7tShqHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPG7tShqHb .dropdown-item.active,
.cid-tPG7tShqHb .dropdown-item:active {
  background-color: transparent;
}
.cid-tPG7tShqHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPG7tShqHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPG7tShqHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPG7tShqHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPG7tShqHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPG7tShqHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPG7tShqHb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPG7tShqHb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPG7tShqHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPG7tShqHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPG7tShqHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPG7tShqHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPG7tShqHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPG7tShqHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPG7tShqHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPG7tShqHb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPG7tShqHb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPG7tShqHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPG7tShqHb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPG7tShqHb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPG7tShqHb .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-tPG7tShqHb .navbar {
    height: 70px;
  }
  .cid-tPG7tShqHb .navbar.opened {
    height: auto;
  }
  .cid-tPG7tShqHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPG7tTbaEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tPG7tTbaEj .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPG7tTbaEj .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tPG7tTbaEj .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tPG7tTbaEj .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tPG7tTbaEj .right-side {
  max-width: 554px;
}
.cid-tPG7tTbaEj .rs {
  margin-right: 60px;
}
.cid-tPG7tTbaEj .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tPG7tTbaEj .margin {
  margin-right: 14px;
}
.cid-tPG7tTbaEj .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tPG7tTbaEj img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tPG7tTbaEj .gray {
    padding: 0px 0 5px;
  }
  .cid-tPG7tTbaEj img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tPG7tTbaEj .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tPG7tTbaEj .b {
    margin-bottom: 10px;
  }
}
.cid-tPG7tTbaEj .btn {
  margin-top: 20px;
}
.cid-tPG7tTbaEj a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPG7tTbaEj .mbr-text,
.cid-tPG7tTbaEj .button-align {
  color: #ff9966;
}
.cid-tPQKDBAa0T {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tPQKDBAa0T .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQKDBAa0T .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQKDBAa0T .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQKDBAa0T .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQKDBAa0T .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQKDBAa0T .mbr-text {
    padding: 0;
  }
}
.cid-tPG7tUpX1u {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #fff2ec;
}
@media (max-width: 1000px) {
  .cid-tPG7tUpX1u {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tPG7tUpX1u {
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
  }
}
.cid-tPG7tUpX1u .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tPG7tUpX1u .f-row {
    flex-direction: row;
  }
}
.cid-tPG7tUpX1u .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tPG7tUpX1u .f-item {
    flex: 1 1 50%;
  }
}
.cid-tPG7tUpX1u .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tPG7tUpX1u .image-wrapper {
    min-height: 650px;
  }
}
.cid-tPG7tUpX1u .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tPG7tUpX1u .text-wrapper {
  width: 100%;
  background: #ffb18a;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-tPG7tUpX1u .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 8rem);
  }
}
@media (min-width: 1200px) {
  .cid-tPG7tUpX1u .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-tPG7tUpX1u .mbr-section-title {
  color: #fff2ec;
  line-height: 130%;
}
.cid-tPG7tUX3Uu {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tPG7tUX3Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPG7tUX3Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPG7tUX3Uu .container {
    padding: 0 16px;
  }
}
.cid-tPG7tUX3Uu .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tPG7tUX3Uu .title-wrapper {
    padding-right: 0;
  }
}
.cid-tPG7tUX3Uu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPG7tUX3Uu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPG7tUX3Uu .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPG7tUX3Uu .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPG7tUX3Uu .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tPG7tUX3Uu .title-wrapper .line {
    display: none;
  }
}
.cid-tPG7tUX3Uu .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPG7tUX3Uu .card {
    margin-bottom: 40px;
  }
}
.cid-tPG7tUX3Uu .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPG7tUX3Uu .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tPG7tUX3Uu .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tPG7tUX3Uu .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9966;
  opacity: .2;
  border-radius: 100%;
}
.cid-tPG7tUX3Uu .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ff9966;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tPG7tUX3Uu .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPG7tUX3Uu .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPG7tUX3Uu .mbr-section-title {
  color: #40b0bf;
}
.cid-tPG7tUX3Uu .mbr-text {
  color: #353535;
}
.cid-tPG7tUX3Uu .mbr-card-text {
  color: #353535;
}
.cid-tPG7tUX3Uu .mbr-card-title,
.cid-tPG7tUX3Uu .icon-wrapper {
  color: #353535;
}
.cid-tQq0RGEVQH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eff6fa;
}
.cid-tQq0RGEVQH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tQq0RGEVQH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tQq0RGEVQH .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tQq0RGEVQH .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tQq0RGEVQH .right-side {
  max-width: 554px;
}
.cid-tQq0RGEVQH .rs {
  margin-right: 60px;
}
.cid-tQq0RGEVQH .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tQq0RGEVQH .margin {
  margin-right: 14px;
}
.cid-tQq0RGEVQH .gray {
  padding: 45px 0;
  background-color: #9fc4c1;
}
.cid-tQq0RGEVQH img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tQq0RGEVQH .gray {
    padding: 0px 0 5px;
  }
  .cid-tQq0RGEVQH img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tQq0RGEVQH .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tQq0RGEVQH .b {
    margin-bottom: 10px;
  }
}
.cid-tQq0RGEVQH .btn {
  margin-top: 20px;
}
.cid-tQq0RGEVQH a.btn > span {
  margin-left: 0.5rem;
}
.cid-tQq0RGEVQH .row {
  flex-direction: row-reverse;
}
.cid-tQq0RGEVQH .mbr-text,
.cid-tQq0RGEVQH .button-align {
  color: #353535;
}
.cid-tQpY9cU6sf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eff6fa;
}
.cid-tQpY9cU6sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpY9cU6sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQpY9cU6sf .container {
    padding: 0 16px;
  }
}
.cid-tQpY9cU6sf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tQpY9cU6sf .card {
    margin-bottom: 60px;
  }
}
.cid-tQpY9cU6sf .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQpY9cU6sf .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tQpY9cU6sf .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tQpY9cU6sf .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9fc4c1;
  opacity: .6;
  border-radius: 100%;
}
.cid-tQpY9cU6sf .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #9fc4c1;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tQpY9cU6sf .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-tQpY9cU6sf .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQpY9cU6sf .mbr-section-title {
  color: #08323C;
}
.cid-tQpY9cU6sf .mbr-text {
  color: #353535;
}
.cid-tQpY9cU6sf .mbr-section-title,
.cid-tQpY9cU6sf .icon-wrapper {
  color: #353535;
}
.cid-tPQTgmuSP3 {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #eff6fa;
}
.cid-tPQTgmuSP3 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tPQTgmuSP3 .main-head {
    padding-right: 80px;
  }
}
.cid-tPQTgmuSP3 .first-table {
  margin: 0;
}
.cid-tPQTgmuSP3 .first-table.two-items {
  margin-right: 15px;
}
.cid-tPQTgmuSP3 .first-table .table-head-wrapper {
  background: #fff2ec;
}
.cid-tPQTgmuSP3 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tPQTgmuSP3 .second-table .table-head-wrapper {
  background: #fff2ec;
}
.cid-tPQTgmuSP3 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tPQTgmuSP3 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tPQTgmuSP3 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tPQTgmuSP3 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tPQTgmuSP3 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tPQTgmuSP3 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tPQTgmuSP3 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tPQTgmuSP3 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tPQTgmuSP3 .first-table,
  .cid-tPQTgmuSP3 .second-table {
    margin: 0 15px;
  }
  .cid-tPQTgmuSP3 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQTgmuSP3 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tPQTgmuSP3 .first-table,
  .cid-tPQTgmuSP3 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tPQTgmuSP3 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tPQTgmuSP3 .mbr-section-tag {
  color: #353535;
  margin-bottom: 7px;
  text-align: left;
}
.cid-tPQTgmuSP3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tPQTgmuSP3 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tPQTgmuSP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQTgmuSP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQTgmuSP3 .main-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tPQTgmuSP3 .main-text,
.cid-tPQTgmuSP3 .main-btn {
  text-align: left;
  color: #353535;
}
.cid-tPQTgmuSP3 .table-heading {
  color: #ffb18a;
}
.cid-tPQTgmuSP3 .pricing-value {
  color: #40b0bf;
}
.cid-tPQTgmuSP3 .table-pricing {
  color: #2299aa;
}
.cid-tPQTgmuSP3 .table .mbr-section-btn,
.cid-tPQTgmuSP3 .list-group {
  color: #353535;
}
.cid-tPG7tVNPds {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPG7tVNPds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPG7tVNPds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPG7tVNPds .container {
    padding: 0 20px;
  }
}
.cid-tPG7tVNPds .row {
  margin: 0;
}
.cid-tPG7tVNPds .card {
  padding: 0;
}
.cid-tPG7tVNPds .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPG7tVNPds .image-wrapper img {
    height: 450px;
  }
}
.cid-tPG7tVNPds .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #fff2ec;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tPG7tVNPds .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tPG7tVNPds .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tPG7tVNPds .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPG7tVNPds .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPG7tVNPds .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tPG7tVNPds .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tPG7tVNPds .mbr-section-title {
  color: #c2b299;
}
.cid-tPG7tVNPds .mbr-text {
  color: #353535;
}
.cid-tPG7tVNPds .mbr-section-title,
.cid-tPG7tVNPds .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPQynD1l4I {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-tPQynD1l4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQynD1l4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPQynD1l4I .container {
    padding: 0 16px;
  }
}
.cid-tPQynD1l4I .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb18a;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tPQynD1l4I .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPQynD1l4I .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPQynD1l4I .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPQynD1l4I .image-wrapper img {
    height: 300px;
  }
}
.cid-tPQynD1l4I .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQynD1l4I .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQynD1l4I .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQynD1l4I .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPQynD1l4I .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQynD1l4I .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPQynD1l4I .mbr-section-title,
.cid-tPQynD1l4I .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPQynD1l4I .mbr-text {
  color: #353535;
}
.cid-tPG7tWna5P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPG7tWna5P p {
  text-align: center;
}
.cid-tPG7tWna5P .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPG7tWna5P .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPG7tWna5P .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPG7tWna5P .logo-footer {
  line-height: normal;
}
.cid-tPG7tWna5P .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPG7tWna5P .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPG7tWna5P .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPG7tWna5P li {
  overflow: hidden;
}
.cid-tPG7tWna5P .icon-transition span {
  display: block;
}
.cid-tPG7tWna5P .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPG7tWna5P .list-inline-item a {
  display: block;
}
.cid-tPG7tWna5P .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPG7tWna5P .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPG7tWna5P .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPG7tWna5P .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPG7tWna5P .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPG7tWna5P .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPG7tWna5P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPG7tWna5P .logo-footer {
    text-align: center;
  }
  .cid-tPG7tWna5P .social-media {
    justify-content: center;
  }
}
.cid-tPQa1oAW2O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPQa1oAW2O nav.navbar {
  position: fixed;
}
.cid-tPQa1oAW2O .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-tPQa1oAW2O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPQa1oAW2O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPQa1oAW2O .dropdown-item:hover,
.cid-tPQa1oAW2O .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPQa1oAW2O .dropdown-item:hover span {
  color: white;
}
.cid-tPQa1oAW2O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPQa1oAW2O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPQa1oAW2O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPQa1oAW2O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPQa1oAW2O .nav-link {
  position: relative;
}
.cid-tPQa1oAW2O .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPQa1oAW2O .container {
    flex-wrap: wrap;
  }
}
.cid-tPQa1oAW2O .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPQa1oAW2O .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPQa1oAW2O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPQa1oAW2O .dropdown-menu,
.cid-tPQa1oAW2O .navbar.opened {
  background: #ffffff !important;
}
.cid-tPQa1oAW2O .nav-item:focus,
.cid-tPQa1oAW2O .nav-link:focus {
  outline: none;
}
.cid-tPQa1oAW2O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPQa1oAW2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQa1oAW2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPQa1oAW2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPQa1oAW2O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPQa1oAW2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPQa1oAW2O .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-tPQa1oAW2O .navbar.opened {
  transition: all 0.3s;
}
.cid-tPQa1oAW2O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPQa1oAW2O .navbar .navbar-logo img {
  width: auto;
}
.cid-tPQa1oAW2O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPQa1oAW2O .navbar.collapsed {
  justify-content: center;
}
.cid-tPQa1oAW2O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPQa1oAW2O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPQa1oAW2O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPQa1oAW2O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPQa1oAW2O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPQa1oAW2O .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-tPQa1oAW2O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPQa1oAW2O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPQa1oAW2O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPQa1oAW2O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPQa1oAW2O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPQa1oAW2O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPQa1oAW2O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPQa1oAW2O .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-tPQa1oAW2O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPQa1oAW2O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPQa1oAW2O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPQa1oAW2O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPQa1oAW2O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPQa1oAW2O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPQa1oAW2O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPQa1oAW2O .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPQa1oAW2O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPQa1oAW2O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPQa1oAW2O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPQa1oAW2O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPQa1oAW2O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPQa1oAW2O .dropdown-item.active,
.cid-tPQa1oAW2O .dropdown-item:active {
  background-color: transparent;
}
.cid-tPQa1oAW2O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPQa1oAW2O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPQa1oAW2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPQa1oAW2O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPQa1oAW2O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPQa1oAW2O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQa1oAW2O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPQa1oAW2O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPQa1oAW2O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPQa1oAW2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPQa1oAW2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPQa1oAW2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPQa1oAW2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPQa1oAW2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPQa1oAW2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPQa1oAW2O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPQa1oAW2O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPQa1oAW2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPQa1oAW2O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPQa1oAW2O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPQa1oAW2O .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-tPQa1oAW2O .navbar {
    height: 70px;
  }
  .cid-tPQa1oAW2O .navbar.opened {
    height: auto;
  }
  .cid-tPQa1oAW2O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPQa1oVhRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tPQa1oVhRD .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPQa1oVhRD .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tPQa1oVhRD .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tPQa1oVhRD .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tPQa1oVhRD .right-side {
  max-width: 554px;
}
.cid-tPQa1oVhRD .rs {
  margin-right: 60px;
}
.cid-tPQa1oVhRD .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tPQa1oVhRD .margin {
  margin-right: 14px;
}
.cid-tPQa1oVhRD .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tPQa1oVhRD img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tPQa1oVhRD .gray {
    padding: 0px 0 5px;
  }
  .cid-tPQa1oVhRD img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tPQa1oVhRD .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tPQa1oVhRD .b {
    margin-bottom: 10px;
  }
}
.cid-tPQa1oVhRD .btn {
  margin-top: 20px;
}
.cid-tPQa1oVhRD a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPQa1oVhRD .mbr-text,
.cid-tPQa1oVhRD .button-align {
  color: #ff9966;
}
.cid-tPQXw0Evjc {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tPQXw0Evjc .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQXw0Evjc .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQXw0Evjc .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQXw0Evjc .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQXw0Evjc .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQXw0Evjc .mbr-text {
    padding: 0;
  }
}
.cid-tPQa1pravj {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #fff2ec;
}
@media (max-width: 1000px) {
  .cid-tPQa1pravj {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tPQa1pravj {
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
  }
}
.cid-tPQa1pravj .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tPQa1pravj .f-row {
    flex-direction: row;
  }
}
.cid-tPQa1pravj .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tPQa1pravj .f-item {
    flex: 1 1 50%;
  }
}
.cid-tPQa1pravj .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tPQa1pravj .image-wrapper {
    min-height: 650px;
  }
}
.cid-tPQa1pravj .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tPQa1pravj .text-wrapper {
  width: 100%;
  background: #ffb18a;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-tPQa1pravj .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 8rem);
  }
}
@media (min-width: 1200px) {
  .cid-tPQa1pravj .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-tPQa1pravj .mbr-section-title {
  color: #fff2ec;
  line-height: 130%;
}
.cid-tPQa1pDTU4 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tPQa1pDTU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQa1pDTU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPQa1pDTU4 .container {
    padding: 0 16px;
  }
}
.cid-tPQa1pDTU4 .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tPQa1pDTU4 .title-wrapper {
    padding-right: 0;
  }
}
.cid-tPQa1pDTU4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQa1pDTU4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQa1pDTU4 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQa1pDTU4 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPQa1pDTU4 .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tPQa1pDTU4 .title-wrapper .line {
    display: none;
  }
}
.cid-tPQa1pDTU4 .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPQa1pDTU4 .card {
    margin-bottom: 40px;
  }
}
.cid-tPQa1pDTU4 .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPQa1pDTU4 .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tPQa1pDTU4 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tPQa1pDTU4 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9966;
  opacity: .2;
  border-radius: 100%;
}
.cid-tPQa1pDTU4 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ff9966;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tPQa1pDTU4 .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPQa1pDTU4 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPQa1pDTU4 .mbr-section-title {
  color: #40b0bf;
}
.cid-tPQa1pDTU4 .mbr-text {
  color: #353535;
}
.cid-tPQa1pDTU4 .mbr-card-text {
  color: #353535;
}
.cid-tPQa1pDTU4 .mbr-card-title,
.cid-tPQa1pDTU4 .icon-wrapper {
  color: #353535;
}
.cid-urR1MXf3N1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urR1MXf3N1 blockquote {
  border-color: #eb7a42;
  border-radius: 4px;
  background-color: #fff2ec;
}
.cid-urR1MXf3N1 .mbr-section-title {
  color: #eb7a42;
}
.cid-urR1MXf3N1 .mbr-text {
  color: #353535;
}
.cid-tPQa1pY5i5 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #eff6fa;
}
.cid-tPQa1pY5i5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQa1pY5i5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPQa1pY5i5 .container {
    padding: 0 20px;
  }
}
.cid-tPQa1pY5i5 .row {
  margin: 0;
}
.cid-tPQa1pY5i5 .card {
  padding: 0;
}
.cid-tPQa1pY5i5 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPQa1pY5i5 .image-wrapper img {
    height: 450px;
  }
}
.cid-tPQa1pY5i5 .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tPQa1pY5i5 .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tPQa1pY5i5 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tPQa1pY5i5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPQa1pY5i5 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPQa1pY5i5 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tPQa1pY5i5 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tPQa1pY5i5 .mbr-section-title {
  color: #c2b299;
}
.cid-tPQa1pY5i5 .mbr-text {
  color: #353535;
}
.cid-tPQa1pY5i5 .mbr-section-title,
.cid-tPQa1pY5i5 .mbr-section-btn {
  color: #40b0bf;
}
.cid-urR3gLxMXf {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-urR3gLxMXf .content_box {
  position: relative;
  z-index: 5;
}
.cid-urR3gLxMXf .carousel-item {
  justify-content: center;
}
.cid-urR3gLxMXf .carousel-item.active,
.cid-urR3gLxMXf .carousel-item-next,
.cid-urR3gLxMXf .carousel-item-prev {
  display: flex;
}
.cid-urR3gLxMXf .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #40b0bf;
  opacity: 1;
}
.cid-urR3gLxMXf .carousel-control-next span {
  padding-left: 5px;
}
.cid-urR3gLxMXf .carousel-control-prev span {
  padding-right: 5px;
}
.cid-urR3gLxMXf .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-urR3gLxMXf .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-urR3gLxMXf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-urR3gLxMXf .user_text {
  line-height: 1.272em;
  font-weight: 700;
  color: #40b0bf;
}
.cid-tPQyOZOYmj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPQyOZOYmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQyOZOYmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPQyOZOYmj .container {
    padding: 0 16px;
  }
}
.cid-tPQyOZOYmj .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb18a;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tPQyOZOYmj .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPQyOZOYmj .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPQyOZOYmj .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPQyOZOYmj .image-wrapper img {
    height: 300px;
  }
}
.cid-tPQyOZOYmj .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQyOZOYmj .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQyOZOYmj .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQyOZOYmj .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPQyOZOYmj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPQyOZOYmj .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPQyOZOYmj .mbr-section-title,
.cid-tPQyOZOYmj .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPQyOZOYmj .mbr-text {
  color: #353535;
}
.cid-tPQa1qe9dR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPQa1qe9dR p {
  text-align: center;
}
.cid-tPQa1qe9dR .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPQa1qe9dR .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPQa1qe9dR .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPQa1qe9dR .logo-footer {
  line-height: normal;
}
.cid-tPQa1qe9dR .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPQa1qe9dR .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPQa1qe9dR .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPQa1qe9dR li {
  overflow: hidden;
}
.cid-tPQa1qe9dR .icon-transition span {
  display: block;
}
.cid-tPQa1qe9dR .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPQa1qe9dR .list-inline-item a {
  display: block;
}
.cid-tPQa1qe9dR .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPQa1qe9dR .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPQa1qe9dR .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPQa1qe9dR .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPQa1qe9dR .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPQa1qe9dR .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPQa1qe9dR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPQa1qe9dR .logo-footer {
    text-align: center;
  }
  .cid-tPQa1qe9dR .social-media {
    justify-content: center;
  }
}
.cid-tPQih31hhx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPQih31hhx nav.navbar {
  position: fixed;
}
.cid-tPQih31hhx .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-tPQih31hhx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPQih31hhx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPQih31hhx .dropdown-item:hover,
.cid-tPQih31hhx .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPQih31hhx .dropdown-item:hover span {
  color: white;
}
.cid-tPQih31hhx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPQih31hhx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPQih31hhx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPQih31hhx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPQih31hhx .nav-link {
  position: relative;
}
.cid-tPQih31hhx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPQih31hhx .container {
    flex-wrap: wrap;
  }
}
.cid-tPQih31hhx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPQih31hhx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPQih31hhx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPQih31hhx .dropdown-menu,
.cid-tPQih31hhx .navbar.opened {
  background: #ffffff !important;
}
.cid-tPQih31hhx .nav-item:focus,
.cid-tPQih31hhx .nav-link:focus {
  outline: none;
}
.cid-tPQih31hhx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPQih31hhx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQih31hhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPQih31hhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPQih31hhx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPQih31hhx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPQih31hhx .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-tPQih31hhx .navbar.opened {
  transition: all 0.3s;
}
.cid-tPQih31hhx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPQih31hhx .navbar .navbar-logo img {
  width: auto;
}
.cid-tPQih31hhx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPQih31hhx .navbar.collapsed {
  justify-content: center;
}
.cid-tPQih31hhx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPQih31hhx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPQih31hhx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPQih31hhx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPQih31hhx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPQih31hhx .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-tPQih31hhx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPQih31hhx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPQih31hhx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPQih31hhx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPQih31hhx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPQih31hhx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPQih31hhx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPQih31hhx .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-tPQih31hhx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPQih31hhx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPQih31hhx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPQih31hhx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPQih31hhx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPQih31hhx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPQih31hhx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPQih31hhx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPQih31hhx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPQih31hhx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPQih31hhx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPQih31hhx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPQih31hhx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPQih31hhx .dropdown-item.active,
.cid-tPQih31hhx .dropdown-item:active {
  background-color: transparent;
}
.cid-tPQih31hhx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPQih31hhx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPQih31hhx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPQih31hhx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPQih31hhx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPQih31hhx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQih31hhx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPQih31hhx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPQih31hhx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPQih31hhx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPQih31hhx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPQih31hhx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPQih31hhx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPQih31hhx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPQih31hhx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPQih31hhx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPQih31hhx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPQih31hhx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPQih31hhx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPQih31hhx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPQih31hhx .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-tPQih31hhx .navbar {
    height: 70px;
  }
  .cid-tPQih31hhx .navbar.opened {
    height: auto;
  }
  .cid-tPQih31hhx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPQih3lbXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tPQih3lbXY .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPQih3lbXY .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tPQih3lbXY .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tPQih3lbXY .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tPQih3lbXY .right-side {
  max-width: 554px;
}
.cid-tPQih3lbXY .rs {
  margin-right: 60px;
}
.cid-tPQih3lbXY .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tPQih3lbXY .margin {
  margin-right: 14px;
}
.cid-tPQih3lbXY .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tPQih3lbXY img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tPQih3lbXY .gray {
    padding: 0px 0 5px;
  }
  .cid-tPQih3lbXY img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tPQih3lbXY .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tPQih3lbXY .b {
    margin-bottom: 10px;
  }
}
.cid-tPQih3lbXY .btn {
  margin-top: 20px;
}
.cid-tPQih3lbXY a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPQih3lbXY .mbr-text,
.cid-tPQih3lbXY .button-align {
  color: #ff9966;
}
.cid-tPQnoICa3H {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPQnoICa3H .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQnoICa3H .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQnoICa3H .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQnoICa3H .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQnoICa3H .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQnoICa3H .mbr-text {
    padding: 0;
  }
}
.cid-tPQu6XiDl5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-tPQu6XiDl5 .mbr-section-title {
  color: #40b0bf;
}
.cid-tPQu6XiDl5 .link-col {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tPQu6XiDl5 .row {
  justify-content: space-between;
}
.cid-tPQu6XiDl5 .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tPQu6XiDl5 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tPQu6XiDl5 .image-wrapper {
    margin-left: 4rem;
  }
}
.cid-tPQu6XiDl5 .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tPQu6XiDl5 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tPQu6XiDl5 .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQu6XiDl5 .link-wrapper {
    justify-content: center;
  }
}
.cid-tPQu6XiDl5 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tPQu6XiDl5 .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tPQu6XiDl5 .mbr-section-subtitle:hover {
  background: #40b0bf;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPQu6XiDl5 .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tPQu6XiDl5 .link,
.cid-tPQu6XiDl5 .link-icon {
  color: #000000;
}
.cid-tPQu6XiDl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQu6XiDl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQu6XiDl5 .mbr-text2 {
  color: #ff9966;
}
.cid-tPQu6XiDl5 .mbr-text {
  line-height: 160%;
}
.cid-tPQu6XiDl5 .mbr-text,
.cid-tPQu6XiDl5 .mbr-section-btn {
  color: #353535;
}
.cid-tPQvxU06BU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPQvxU06BU .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tPQvxU06BU .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tPQvxU06BU .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tPQvxU06BU .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPQvxU06BU .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tPQvxU06BU .mbr-text {
    padding: 0;
  }
}
.cid-tPQih4XQYW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff2ec;
}
.cid-tPQih4XQYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQih4XQYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPQih4XQYW .container {
    padding: 0 20px;
  }
}
.cid-tPQih4XQYW .row {
  margin: 0;
}
.cid-tPQih4XQYW .card {
  padding: 0;
}
.cid-tPQih4XQYW .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPQih4XQYW .image-wrapper img {
    height: 450px;
  }
}
.cid-tPQih4XQYW .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tPQih4XQYW .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tPQih4XQYW .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tPQih4XQYW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPQih4XQYW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPQih4XQYW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tPQih4XQYW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tPQih4XQYW .mbr-section-title {
  color: #c2b299;
}
.cid-tPQih4XQYW .mbr-text {
  color: #353535;
}
.cid-tPQih4XQYW .mbr-section-title,
.cid-tPQih4XQYW .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPQih5dSx9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPQih5dSx9 p {
  text-align: center;
}
.cid-tPQih5dSx9 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPQih5dSx9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPQih5dSx9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPQih5dSx9 .logo-footer {
  line-height: normal;
}
.cid-tPQih5dSx9 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPQih5dSx9 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPQih5dSx9 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPQih5dSx9 li {
  overflow: hidden;
}
.cid-tPQih5dSx9 .icon-transition span {
  display: block;
}
.cid-tPQih5dSx9 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPQih5dSx9 .list-inline-item a {
  display: block;
}
.cid-tPQih5dSx9 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPQih5dSx9 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPQih5dSx9 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPQih5dSx9 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPQih5dSx9 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPQih5dSx9 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPQih5dSx9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPQih5dSx9 .logo-footer {
    text-align: center;
  }
  .cid-tPQih5dSx9 .social-media {
    justify-content: center;
  }
}
.cid-tPQwgF0viC.popup-builder {
  background-color: #ffffff;
}
.cid-tPQwgF0viC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPQwgF0viC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPQwgF0viC .modal-content,
.cid-tPQwgF0viC .modal-dialog {
  height: auto;
}
.cid-tPQwgF0viC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPQwgF0viC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPQwgF0viC .form-wrapper .mbr-form .form-group,
  .cid-tPQwgF0viC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPQwgF0viC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPQwgF0viC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQwgF0viC .mbr-text {
  text-align: left;
}
.cid-tPQwgF0viC .pt-0 {
  padding-top: 0 !important;
}
.cid-tPQwgF0viC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPQwgF0viC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPQwgF0viC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPQwgF0viC .modal-open {
  overflow: hidden;
}
.cid-tPQwgF0viC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPQwgF0viC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPQwgF0viC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPQwgF0viC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tPQwgF0viC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPQwgF0viC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPQwgF0viC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPQwgF0viC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tPQwgF0viC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPQwgF0viC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPQwgF0viC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPQwgF0viC .modal-backdrop.show {
  opacity: .5;
}
.cid-tPQwgF0viC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tPQwgF0viC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPQwgF0viC .modal-header {
    padding: 1rem;
  }
}
.cid-tPQwgF0viC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPQwgF0viC .modal-header .close svg {
  fill: #ff9966;
}
.cid-tPQwgF0viC .modal-header .close:hover {
  opacity: 1;
}
.cid-tPQwgF0viC .modal-header .close:focus {
  outline: none;
}
.cid-tPQwgF0viC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tPQwgF0viC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPQwgF0viC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPQwgF0viC .modal-body {
    padding: 1rem;
  }
}
.cid-tPQwgF0viC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tPQwgF0viC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPQwgF0viC .modal-footer {
    padding: 1rem;
  }
}
.cid-tPQwgF0viC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPQwgF0viC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPQwgF0viC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPQwgF0viC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPQwgF0viC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPQwgF0viC .modal-lg,
  .cid-tPQwgF0viC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPQwgF0viC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPQwgF0viC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPQwgF0viC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tPQwgF0viC .form-group {
  margin-bottom: 1rem;
}
.cid-tPQwgF0viC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPQwgF0viC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPQwgF0viC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tPQwgF0viC .mbr-section-btn {
  margin: 0;
}
.cid-tPQwgF0viC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPF1RD3Jki {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPF1RD3Jki nav.navbar {
  position: fixed;
}
.cid-tPF1RD3Jki .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-tPF1RD3Jki .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPF1RD3Jki .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPF1RD3Jki .dropdown-item:hover,
.cid-tPF1RD3Jki .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tPF1RD3Jki .dropdown-item:hover span {
  color: white;
}
.cid-tPF1RD3Jki .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPF1RD3Jki .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPF1RD3Jki .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPF1RD3Jki .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPF1RD3Jki .nav-link {
  position: relative;
}
.cid-tPF1RD3Jki .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPF1RD3Jki .container {
    flex-wrap: wrap;
  }
}
.cid-tPF1RD3Jki .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPF1RD3Jki .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPF1RD3Jki .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPF1RD3Jki .dropdown-menu,
.cid-tPF1RD3Jki .navbar.opened {
  background: #ffffff !important;
}
.cid-tPF1RD3Jki .nav-item:focus,
.cid-tPF1RD3Jki .nav-link:focus {
  outline: none;
}
.cid-tPF1RD3Jki .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPF1RD3Jki .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPF1RD3Jki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPF1RD3Jki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPF1RD3Jki .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPF1RD3Jki .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPF1RD3Jki .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-tPF1RD3Jki .navbar.opened {
  transition: all 0.3s;
}
.cid-tPF1RD3Jki .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPF1RD3Jki .navbar .navbar-logo img {
  width: auto;
}
.cid-tPF1RD3Jki .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPF1RD3Jki .navbar.collapsed {
  justify-content: center;
}
.cid-tPF1RD3Jki .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPF1RD3Jki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPF1RD3Jki .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPF1RD3Jki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPF1RD3Jki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPF1RD3Jki .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-tPF1RD3Jki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPF1RD3Jki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPF1RD3Jki .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPF1RD3Jki .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPF1RD3Jki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPF1RD3Jki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPF1RD3Jki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPF1RD3Jki .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-tPF1RD3Jki .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPF1RD3Jki .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPF1RD3Jki .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPF1RD3Jki .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPF1RD3Jki .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPF1RD3Jki .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPF1RD3Jki .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPF1RD3Jki .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPF1RD3Jki .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPF1RD3Jki .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPF1RD3Jki .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPF1RD3Jki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPF1RD3Jki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPF1RD3Jki .dropdown-item.active,
.cid-tPF1RD3Jki .dropdown-item:active {
  background-color: transparent;
}
.cid-tPF1RD3Jki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPF1RD3Jki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPF1RD3Jki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPF1RD3Jki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPF1RD3Jki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPF1RD3Jki .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPF1RD3Jki ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPF1RD3Jki .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPF1RD3Jki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPF1RD3Jki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPF1RD3Jki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPF1RD3Jki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPF1RD3Jki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPF1RD3Jki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPF1RD3Jki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPF1RD3Jki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPF1RD3Jki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPF1RD3Jki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPF1RD3Jki .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPF1RD3Jki a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPF1RD3Jki .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-tPF1RD3Jki .navbar {
    height: 70px;
  }
  .cid-tPF1RD3Jki .navbar.opened {
    height: auto;
  }
  .cid-tPF1RD3Jki .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPF2omewl5 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff2ec;
}
.cid-tPF2omewl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF2omewl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPF2omewl5 .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tPF2omewl5 .mbr-section-subtitle {
  margin-top: 20px;
  color: #353535;
}
.cid-tPF2omewl5 .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tPF2omewl5 .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tPF2omewl5 .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tPF2omewl5 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tPF2omewl5 .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tPF2omewl5 .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tPF2omewl5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #ff9966;
  margin-bottom: 30px;
}
.cid-tPF2omewl5 .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tPF2omewl5 .card-title {
  margin-bottom: 0;
  color: #ff9966;
}
.cid-tPF2omewl5 .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #353535;
}
.cid-tPF2omewl5 .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tPF2omewl5 .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tPF2omewl5 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tPF2omewl5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPF2omewl5 .mbr-section-title {
  color: #40b0bf;
}
.cid-ukGtVzdcSH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukGtVzdcSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGtVzdcSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGtVzdcSH .mbr-section-title {
  color: #40b0bf;
}
.cid-ukGtVzdcSH .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-ukGst65nzV {
  padding-top: 30px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-ukGst65nzV .list-group-item {
  padding: 0.75rem 2rem;
  background-color: transparent;
}
.cid-ukGst65nzV .plan {
  word-break: break-word;
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-ukGst65nzV .plan:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: -1;
  bottom: 1rem;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ukGst65nzV .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-ukGst65nzV .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-ukGst65nzV .plan .list-group-item:last-child::after {
  display: none;
}
.cid-ukGst65nzV .plan:hover:after {
  opacity: 1;
}
.cid-ukGst65nzV .card1 {
  background: #eff6fa;
  margin: 1rem;
}
.cid-ukGst65nzV .card2 {
  background: #fff2ec;
  margin: 1rem;
}
.cid-ukGst65nzV .card3 {
  background: #eff6fa;
  margin: 1rem;
}
.cid-ukGst65nzV .card4 {
  background: #fff2ec;
  margin: 1rem;
}
.cid-ukGst65nzV .plan-header {
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukGst65nzV .plan-body {
  padding-bottom: 5rem;
}
.cid-ukGst65nzV .price-figure {
  font-weight: 700;
  color: #3d626c;
}
.cid-ukGst65nzV .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #3d626c;
}
@media (max-width: 767px) {
  .cid-ukGst65nzV .price-figure {
    font-size: 4.25rem;
  }
  .cid-ukGst65nzV .list-group-item {
    padding: 0.75rem 2rem;
  }
}
.cid-ukGst65nzV .plan-title {
  color: #eb7a42;
}
.cid-ukGst65nzV UL {
  color: #353535;
}
.cid-ukGst65nzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGst65nzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPFgygqDws {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-tPFgygqDws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPFgygqDws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPFgygqDws .container {
    padding: 0 16px;
  }
}
.cid-tPFgygqDws .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb18a;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tPFgygqDws .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPFgygqDws .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPFgygqDws .image-wrapper img {
    height: 300px;
  }
}
.cid-tPFgygqDws .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPFgygqDws .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPFgygqDws .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPFgygqDws .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPFgygqDws .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPFgygqDws .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPFgygqDws .mbr-section-title,
.cid-tPFgygqDws .mbr-section-btn {
  color: #40b0bf;
}
.cid-tPFgygqDws .mbr-text {
  color: #353535;
}
.cid-tPF1RHUKTP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tPF1RHUKTP p {
  text-align: center;
}
.cid-tPF1RHUKTP .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tPF1RHUKTP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tPF1RHUKTP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tPF1RHUKTP .logo-footer {
  line-height: normal;
}
.cid-tPF1RHUKTP .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tPF1RHUKTP .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tPF1RHUKTP .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tPF1RHUKTP li {
  overflow: hidden;
}
.cid-tPF1RHUKTP .icon-transition span {
  display: block;
}
.cid-tPF1RHUKTP .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tPF1RHUKTP .list-inline-item a {
  display: block;
}
.cid-tPF1RHUKTP .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tPF1RHUKTP .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPF1RHUKTP .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tPF1RHUKTP .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tPF1RHUKTP .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tPF1RHUKTP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPF1RHUKTP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tPF1RHUKTP .logo-footer {
    text-align: center;
  }
  .cid-tPF1RHUKTP .social-media {
    justify-content: center;
  }
}
.cid-tSAoQjKbzx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSAoQjKbzx nav.navbar {
  position: fixed;
}
.cid-tSAoQjKbzx .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-tSAoQjKbzx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSAoQjKbzx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSAoQjKbzx .dropdown-item:hover,
.cid-tSAoQjKbzx .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tSAoQjKbzx .dropdown-item:hover span {
  color: white;
}
.cid-tSAoQjKbzx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSAoQjKbzx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSAoQjKbzx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSAoQjKbzx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSAoQjKbzx .nav-link {
  position: relative;
}
.cid-tSAoQjKbzx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAoQjKbzx .container {
    flex-wrap: wrap;
  }
}
.cid-tSAoQjKbzx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAoQjKbzx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSAoQjKbzx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSAoQjKbzx .dropdown-menu,
.cid-tSAoQjKbzx .navbar.opened {
  background: #ffffff !important;
}
.cid-tSAoQjKbzx .nav-item:focus,
.cid-tSAoQjKbzx .nav-link:focus {
  outline: none;
}
.cid-tSAoQjKbzx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSAoQjKbzx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSAoQjKbzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSAoQjKbzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSAoQjKbzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSAoQjKbzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSAoQjKbzx .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-tSAoQjKbzx .navbar.opened {
  transition: all 0.3s;
}
.cid-tSAoQjKbzx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSAoQjKbzx .navbar .navbar-logo img {
  width: auto;
}
.cid-tSAoQjKbzx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSAoQjKbzx .navbar.collapsed {
  justify-content: center;
}
.cid-tSAoQjKbzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSAoQjKbzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSAoQjKbzx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSAoQjKbzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSAoQjKbzx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSAoQjKbzx .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-tSAoQjKbzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSAoQjKbzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSAoQjKbzx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSAoQjKbzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSAoQjKbzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSAoQjKbzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSAoQjKbzx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSAoQjKbzx .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-tSAoQjKbzx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSAoQjKbzx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSAoQjKbzx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSAoQjKbzx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSAoQjKbzx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSAoQjKbzx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSAoQjKbzx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSAoQjKbzx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSAoQjKbzx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSAoQjKbzx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSAoQjKbzx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSAoQjKbzx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSAoQjKbzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSAoQjKbzx .dropdown-item.active,
.cid-tSAoQjKbzx .dropdown-item:active {
  background-color: transparent;
}
.cid-tSAoQjKbzx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSAoQjKbzx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSAoQjKbzx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSAoQjKbzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSAoQjKbzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSAoQjKbzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSAoQjKbzx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSAoQjKbzx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSAoQjKbzx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSAoQjKbzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSAoQjKbzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSAoQjKbzx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAoQjKbzx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAoQjKbzx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSAoQjKbzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAoQjKbzx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSAoQjKbzx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSAoQjKbzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAoQjKbzx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSAoQjKbzx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSAoQjKbzx .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-tSAoQjKbzx .navbar {
    height: 70px;
  }
  .cid-tSAoQjKbzx .navbar.opened {
    height: auto;
  }
  .cid-tSAoQjKbzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSAoQk7RlD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAoQk7RlD .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tSAoQk7RlD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAoQk7RlD .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAoQk7RlD .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAoQk7RlD .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAoQk7RlD .mbr-text {
    padding: 0;
  }
}
.cid-tSAqmeqLBz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAqmeqLBz .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAqmeqLBz .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAqmeqLBz .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAqmeqLBz .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAqmeqLBz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAqmeqLBz .mbr-text {
    padding: 0;
  }
}
.cid-tSArFcVbvY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSArFcVbvY .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSArFcVbvY .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSArFcVbvY .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSArFcVbvY .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSArFcVbvY .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSArFcVbvY .mbr-text {
    padding: 0;
  }
}
.cid-tSAsJyBkua {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAsJyBkua .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAsJyBkua .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAsJyBkua .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAsJyBkua .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAsJyBkua .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAsJyBkua .mbr-text {
    padding: 0;
  }
}
.cid-tSAtaba9hT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAtaba9hT .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAtaba9hT .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAtaba9hT .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAtaba9hT .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAtaba9hT .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAtaba9hT .mbr-text {
    padding: 0;
  }
}
.cid-tSAtQWcsBK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAtQWcsBK .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAtQWcsBK .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAtQWcsBK .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAtQWcsBK .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAtQWcsBK .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAtQWcsBK .mbr-text {
    padding: 0;
  }
}
.cid-tSAul24WLq {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSAul24WLq .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAul24WLq .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAul24WLq .mbr-section-title {
  margin-bottom: 0;
  color: #9fc4c1;
}
@media (max-width: 768px) {
  .cid-tSAul24WLq .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAul24WLq .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAul24WLq .mbr-text {
    padding: 0;
  }
}
.cid-tSAoQkmwQf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tSAoQkmwQf p {
  text-align: center;
}
.cid-tSAoQkmwQf .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tSAoQkmwQf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tSAoQkmwQf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tSAoQkmwQf .logo-footer {
  line-height: normal;
}
.cid-tSAoQkmwQf .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tSAoQkmwQf .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tSAoQkmwQf .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tSAoQkmwQf li {
  overflow: hidden;
}
.cid-tSAoQkmwQf .icon-transition span {
  display: block;
}
.cid-tSAoQkmwQf .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tSAoQkmwQf .list-inline-item a {
  display: block;
}
.cid-tSAoQkmwQf .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tSAoQkmwQf .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSAoQkmwQf .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tSAoQkmwQf .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tSAoQkmwQf .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tSAoQkmwQf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tSAoQkmwQf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tSAoQkmwQf .logo-footer {
    text-align: center;
  }
  .cid-tSAoQkmwQf .social-media {
    justify-content: center;
  }
}
.cid-tSAo1FscC3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSAo1FscC3 nav.navbar {
  position: fixed;
}
.cid-tSAo1FscC3 .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-tSAo1FscC3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSAo1FscC3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSAo1FscC3 .dropdown-item:hover,
.cid-tSAo1FscC3 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tSAo1FscC3 .dropdown-item:hover span {
  color: white;
}
.cid-tSAo1FscC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSAo1FscC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSAo1FscC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSAo1FscC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSAo1FscC3 .nav-link {
  position: relative;
}
.cid-tSAo1FscC3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAo1FscC3 .container {
    flex-wrap: wrap;
  }
}
.cid-tSAo1FscC3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAo1FscC3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSAo1FscC3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSAo1FscC3 .dropdown-menu,
.cid-tSAo1FscC3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tSAo1FscC3 .nav-item:focus,
.cid-tSAo1FscC3 .nav-link:focus {
  outline: none;
}
.cid-tSAo1FscC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSAo1FscC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSAo1FscC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSAo1FscC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSAo1FscC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSAo1FscC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSAo1FscC3 .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-tSAo1FscC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSAo1FscC3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSAo1FscC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSAo1FscC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSAo1FscC3 .navbar.collapsed {
  justify-content: center;
}
.cid-tSAo1FscC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSAo1FscC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSAo1FscC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSAo1FscC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSAo1FscC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSAo1FscC3 .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-tSAo1FscC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSAo1FscC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSAo1FscC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSAo1FscC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSAo1FscC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSAo1FscC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSAo1FscC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSAo1FscC3 .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-tSAo1FscC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSAo1FscC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSAo1FscC3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSAo1FscC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSAo1FscC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSAo1FscC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSAo1FscC3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSAo1FscC3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSAo1FscC3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSAo1FscC3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSAo1FscC3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSAo1FscC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSAo1FscC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSAo1FscC3 .dropdown-item.active,
.cid-tSAo1FscC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSAo1FscC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSAo1FscC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSAo1FscC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSAo1FscC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSAo1FscC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSAo1FscC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSAo1FscC3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSAo1FscC3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSAo1FscC3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSAo1FscC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSAo1FscC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSAo1FscC3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAo1FscC3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAo1FscC3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSAo1FscC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAo1FscC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSAo1FscC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSAo1FscC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAo1FscC3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSAo1FscC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSAo1FscC3 .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-tSAo1FscC3 .navbar {
    height: 70px;
  }
  .cid-tSAo1FscC3 .navbar.opened {
    height: auto;
  }
  .cid-tSAo1FscC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSAo1G7TN7 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSAo1G7TN7 .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tSAo1G7TN7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tSAo1G7TN7 .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tSAo1G7TN7 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tSAo1G7TN7 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tSAo1G7TN7 .mbr-text {
    padding: 0;
  }
}
.cid-tSAo1HjPCA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tSAo1HjPCA p {
  text-align: center;
}
.cid-tSAo1HjPCA .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tSAo1HjPCA .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tSAo1HjPCA .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tSAo1HjPCA .logo-footer {
  line-height: normal;
}
.cid-tSAo1HjPCA .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tSAo1HjPCA .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tSAo1HjPCA .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tSAo1HjPCA li {
  overflow: hidden;
}
.cid-tSAo1HjPCA .icon-transition span {
  display: block;
}
.cid-tSAo1HjPCA .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tSAo1HjPCA .list-inline-item a {
  display: block;
}
.cid-tSAo1HjPCA .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tSAo1HjPCA .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSAo1HjPCA .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tSAo1HjPCA .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tSAo1HjPCA .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tSAo1HjPCA .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tSAo1HjPCA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tSAo1HjPCA .logo-footer {
    text-align: center;
  }
  .cid-tSAo1HjPCA .social-media {
    justify-content: center;
  }
}
.cid-tT9A7PqCg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tT9A7PqCg2 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tT9A7PqCg2 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tT9A7PqCg2 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tT9A7PqCg2 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tT9A7PqCg2 .right-side {
  max-width: 554px;
}
.cid-tT9A7PqCg2 .rs {
  margin-right: 60px;
}
.cid-tT9A7PqCg2 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tT9A7PqCg2 .margin {
  margin-right: 14px;
}
.cid-tT9A7PqCg2 .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tT9A7PqCg2 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tT9A7PqCg2 .gray {
    padding: 0px 0 5px;
  }
  .cid-tT9A7PqCg2 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tT9A7PqCg2 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tT9A7PqCg2 .b {
    margin-bottom: 10px;
  }
}
.cid-tT9A7PqCg2 .btn {
  margin-top: 20px;
}
.cid-tT9A7PqCg2 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tT9A7PqCg2 .row {
  flex-direction: row-reverse;
}
.cid-tT9A7PqCg2 .mbr-text,
.cid-tT9A7PqCg2 .button-align {
  color: #ff9966;
}
.cid-tT9A7Rkwv7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tT9A7Rkwv7 p {
  text-align: center;
}
.cid-tT9A7Rkwv7 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT9A7Rkwv7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tT9A7Rkwv7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tT9A7Rkwv7 .logo-footer {
  line-height: normal;
}
.cid-tT9A7Rkwv7 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tT9A7Rkwv7 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tT9A7Rkwv7 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tT9A7Rkwv7 li {
  overflow: hidden;
}
.cid-tT9A7Rkwv7 .icon-transition span {
  display: block;
}
.cid-tT9A7Rkwv7 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tT9A7Rkwv7 .list-inline-item a {
  display: block;
}
.cid-tT9A7Rkwv7 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tT9A7Rkwv7 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT9A7Rkwv7 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tT9A7Rkwv7 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tT9A7Rkwv7 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tT9A7Rkwv7 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tT9A7Rkwv7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tT9A7Rkwv7 .logo-footer {
    text-align: center;
  }
  .cid-tT9A7Rkwv7 .social-media {
    justify-content: center;
  }
}
.cid-tT9ABRAC88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tT9ABRAC88 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tT9ABRAC88 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tT9ABRAC88 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tT9ABRAC88 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tT9ABRAC88 .right-side {
  max-width: 554px;
}
.cid-tT9ABRAC88 .rs {
  margin-right: 60px;
}
.cid-tT9ABRAC88 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tT9ABRAC88 .margin {
  margin-right: 14px;
}
.cid-tT9ABRAC88 .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tT9ABRAC88 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tT9ABRAC88 .gray {
    padding: 0px 0 5px;
  }
  .cid-tT9ABRAC88 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tT9ABRAC88 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tT9ABRAC88 .b {
    margin-bottom: 10px;
  }
}
.cid-tT9ABRAC88 .btn {
  margin-top: 20px;
}
.cid-tT9ABRAC88 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tT9ABRAC88 .row {
  flex-direction: row-reverse;
}
.cid-tT9ABRAC88 .mbr-text,
.cid-tT9ABRAC88 .button-align {
  color: #ff9966;
}
.cid-tT9ABROlCQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tT9ABROlCQ p {
  text-align: center;
}
.cid-tT9ABROlCQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT9ABROlCQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tT9ABROlCQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tT9ABROlCQ .logo-footer {
  line-height: normal;
}
.cid-tT9ABROlCQ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tT9ABROlCQ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tT9ABROlCQ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tT9ABROlCQ li {
  overflow: hidden;
}
.cid-tT9ABROlCQ .icon-transition span {
  display: block;
}
.cid-tT9ABROlCQ .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tT9ABROlCQ .list-inline-item a {
  display: block;
}
.cid-tT9ABROlCQ .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tT9ABROlCQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT9ABROlCQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tT9ABROlCQ .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tT9ABROlCQ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tT9ABROlCQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tT9ABROlCQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tT9ABROlCQ .logo-footer {
    text-align: center;
  }
  .cid-tT9ABROlCQ .social-media {
    justify-content: center;
  }
}
.cid-tWQ6YOrPM3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWQ6YOrPM3 nav.navbar {
  position: fixed;
}
.cid-tWQ6YOrPM3 .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-tWQ6YOrPM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWQ6YOrPM3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWQ6YOrPM3 .dropdown-item:hover,
.cid-tWQ6YOrPM3 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tWQ6YOrPM3 .dropdown-item:hover span {
  color: white;
}
.cid-tWQ6YOrPM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQ6YOrPM3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQ6YOrPM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQ6YOrPM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQ6YOrPM3 .nav-link {
  position: relative;
}
.cid-tWQ6YOrPM3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWQ6YOrPM3 .container {
    flex-wrap: wrap;
  }
}
.cid-tWQ6YOrPM3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWQ6YOrPM3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWQ6YOrPM3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQ6YOrPM3 .dropdown-menu,
.cid-tWQ6YOrPM3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQ6YOrPM3 .nav-item:focus,
.cid-tWQ6YOrPM3 .nav-link:focus {
  outline: none;
}
.cid-tWQ6YOrPM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQ6YOrPM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQ6YOrPM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQ6YOrPM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQ6YOrPM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQ6YOrPM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQ6YOrPM3 .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-tWQ6YOrPM3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQ6YOrPM3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQ6YOrPM3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQ6YOrPM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQ6YOrPM3 .navbar.collapsed {
  justify-content: center;
}
.cid-tWQ6YOrPM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQ6YOrPM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQ6YOrPM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQ6YOrPM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQ6YOrPM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQ6YOrPM3 .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-tWQ6YOrPM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQ6YOrPM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQ6YOrPM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQ6YOrPM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQ6YOrPM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQ6YOrPM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQ6YOrPM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQ6YOrPM3 .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-tWQ6YOrPM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQ6YOrPM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWQ6YOrPM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQ6YOrPM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQ6YOrPM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQ6YOrPM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWQ6YOrPM3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWQ6YOrPM3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQ6YOrPM3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQ6YOrPM3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQ6YOrPM3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQ6YOrPM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQ6YOrPM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQ6YOrPM3 .dropdown-item.active,
.cid-tWQ6YOrPM3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQ6YOrPM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQ6YOrPM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQ6YOrPM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQ6YOrPM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQ6YOrPM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQ6YOrPM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQ6YOrPM3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQ6YOrPM3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQ6YOrPM3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQ6YOrPM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQ6YOrPM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQ6YOrPM3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQ6YOrPM3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQ6YOrPM3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQ6YOrPM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQ6YOrPM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQ6YOrPM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQ6YOrPM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQ6YOrPM3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQ6YOrPM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQ6YOrPM3 .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-tWQ6YOrPM3 .navbar {
    height: 70px;
  }
  .cid-tWQ6YOrPM3 .navbar.opened {
    height: auto;
  }
  .cid-tWQ6YOrPM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWQ6YPjHa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2ec;
}
.cid-tWQ6YPjHa9 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWQ6YPjHa9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tWQ6YPjHa9 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tWQ6YPjHa9 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tWQ6YPjHa9 .right-side {
  max-width: 554px;
}
.cid-tWQ6YPjHa9 .rs {
  margin-right: 60px;
}
.cid-tWQ6YPjHa9 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tWQ6YPjHa9 .margin {
  margin-right: 14px;
}
.cid-tWQ6YPjHa9 .gray {
  padding: 45px 0;
  background-color: #ffb18a;
}
.cid-tWQ6YPjHa9 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tWQ6YPjHa9 .gray {
    padding: 0px 0 5px;
  }
  .cid-tWQ6YPjHa9 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tWQ6YPjHa9 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tWQ6YPjHa9 .b {
    margin-bottom: 10px;
  }
}
.cid-tWQ6YPjHa9 .btn {
  margin-top: 20px;
}
.cid-tWQ6YPjHa9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWQ6YPjHa9 .mbr-text,
.cid-tWQ6YPjHa9 .button-align {
  color: #ff9966;
}
.cid-tWQ6YPUady {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tWQ6YPUady .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #91c2be;
}
@media (max-width: 768px) {
  .cid-tWQ6YPUady .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tWQ6YPUady .mbr-section-title {
  margin-bottom: 0;
  color: #40b0bf;
}
@media (max-width: 768px) {
  .cid-tWQ6YPUady .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YPUady .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tWQ6YPUady .mbr-text {
    padding: 0;
  }
}
.cid-tWQ6YQtgFK {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #fff2ec;
}
@media (max-width: 1000px) {
  .cid-tWQ6YQtgFK {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tWQ6YQtgFK {
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
  }
}
.cid-tWQ6YQtgFK .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWQ6YQtgFK .f-row {
    flex-direction: row;
  }
}
.cid-tWQ6YQtgFK .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tWQ6YQtgFK .f-item {
    flex: 1 1 50%;
  }
}
.cid-tWQ6YQtgFK .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tWQ6YQtgFK .image-wrapper {
    min-height: 650px;
  }
}
.cid-tWQ6YQtgFK .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tWQ6YQtgFK .text-wrapper {
  width: 100%;
  background: #ffb18a;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-tWQ6YQtgFK .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 8rem);
  }
}
@media (min-width: 1200px) {
  .cid-tWQ6YQtgFK .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-tWQ6YQtgFK .mbr-section-title {
  color: #fff2ec;
  line-height: 130%;
}
.cid-tWQ6YQS6hz {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQ6YQS6hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ6YQS6hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWQ6YQS6hz .container {
    padding: 0 16px;
  }
}
.cid-tWQ6YQS6hz .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tWQ6YQS6hz .title-wrapper {
    padding-right: 0;
  }
}
.cid-tWQ6YQS6hz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWQ6YQS6hz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YQS6hz .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWQ6YQS6hz .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YQS6hz .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tWQ6YQS6hz .title-wrapper .line {
    display: none;
  }
}
.cid-tWQ6YQS6hz .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWQ6YQS6hz .card {
    margin-bottom: 40px;
  }
}
.cid-tWQ6YQS6hz .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tWQ6YQS6hz .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tWQ6YQS6hz .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tWQ6YQS6hz .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9966;
  opacity: .2;
  border-radius: 100%;
}
.cid-tWQ6YQS6hz .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ff9966;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tWQ6YQS6hz .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWQ6YQS6hz .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWQ6YQS6hz .mbr-section-title {
  color: #40b0bf;
}
.cid-tWQ6YQS6hz .mbr-text {
  color: #353535;
}
.cid-tWQ6YQS6hz .mbr-card-text {
  color: #353535;
}
.cid-tWQ6YQS6hz .mbr-card-title,
.cid-tWQ6YQS6hz .icon-wrapper {
  color: #353535;
}
.cid-tWQ6YRz1sM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eff6fa;
}
.cid-tWQ6YRz1sM .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWQ6YRz1sM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40b0bf;
}
.cid-tWQ6YRz1sM .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tWQ6YRz1sM .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tWQ6YRz1sM .right-side {
  max-width: 554px;
}
.cid-tWQ6YRz1sM .rs {
  margin-right: 60px;
}
.cid-tWQ6YRz1sM .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tWQ6YRz1sM .margin {
  margin-right: 14px;
}
.cid-tWQ6YRz1sM .gray {
  padding: 45px 0;
  background-color: #9fc4c1;
}
.cid-tWQ6YRz1sM img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tWQ6YRz1sM .gray {
    padding: 0px 0 5px;
  }
  .cid-tWQ6YRz1sM img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tWQ6YRz1sM .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tWQ6YRz1sM .b {
    margin-bottom: 10px;
  }
}
.cid-tWQ6YRz1sM .btn {
  margin-top: 20px;
}
.cid-tWQ6YRz1sM a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWQ6YRz1sM .row {
  flex-direction: row-reverse;
}
.cid-tWQ6YRz1sM .mbr-text,
.cid-tWQ6YRz1sM .button-align {
  color: #353535;
}
.cid-tWQ6YS5Ylm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eff6fa;
}
.cid-tWQ6YS5Ylm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ6YS5Ylm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWQ6YS5Ylm .container {
    padding: 0 16px;
  }
}
.cid-tWQ6YS5Ylm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQ6YS5Ylm .card {
    margin-bottom: 60px;
  }
}
.cid-tWQ6YS5Ylm .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWQ6YS5Ylm .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWQ6YS5Ylm .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tWQ6YS5Ylm .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9fc4c1;
  opacity: .6;
  border-radius: 100%;
}
.cid-tWQ6YS5Ylm .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #9fc4c1;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tWQ6YS5Ylm .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-tWQ6YS5Ylm .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWQ6YS5Ylm .mbr-section-title {
  color: #08323C;
}
.cid-tWQ6YS5Ylm .mbr-text {
  color: #353535;
}
.cid-tWQ6YS5Ylm .mbr-section-title,
.cid-tWQ6YS5Ylm .icon-wrapper {
  color: #353535;
}
.cid-tWQ6YSCjCC {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #eff6fa;
}
.cid-tWQ6YSCjCC .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tWQ6YSCjCC .main-head {
    padding-right: 80px;
  }
}
.cid-tWQ6YSCjCC .first-table {
  margin: 0;
}
.cid-tWQ6YSCjCC .first-table.two-items {
  margin-right: 15px;
}
.cid-tWQ6YSCjCC .first-table .table-head-wrapper {
  background: #fff2ec;
}
.cid-tWQ6YSCjCC .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tWQ6YSCjCC .second-table .table-head-wrapper {
  background: #fff2ec;
}
.cid-tWQ6YSCjCC .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tWQ6YSCjCC .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tWQ6YSCjCC .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tWQ6YSCjCC .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tWQ6YSCjCC .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tWQ6YSCjCC .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tWQ6YSCjCC .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tWQ6YSCjCC .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tWQ6YSCjCC .first-table,
  .cid-tWQ6YSCjCC .second-table {
    margin: 0 15px;
  }
  .cid-tWQ6YSCjCC .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWQ6YSCjCC .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tWQ6YSCjCC .first-table,
  .cid-tWQ6YSCjCC .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tWQ6YSCjCC .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tWQ6YSCjCC .mbr-section-tag {
  color: #353535;
  margin-bottom: 7px;
  text-align: left;
}
.cid-tWQ6YSCjCC .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tWQ6YSCjCC .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tWQ6YSCjCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ6YSCjCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ6YSCjCC .main-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tWQ6YSCjCC .main-text,
.cid-tWQ6YSCjCC .main-btn {
  text-align: left;
  color: #353535;
}
.cid-tWQ6YSCjCC .table-heading {
  color: #ffb18a;
}
.cid-tWQ6YSCjCC .pricing-value {
  color: #40b0bf;
}
.cid-tWQ6YSCjCC .table-pricing {
  color: #2299aa;
}
.cid-tWQ6YSCjCC .table .mbr-section-btn,
.cid-tWQ6YSCjCC .list-group {
  color: #353535;
}
.cid-tWQ6YT6F1j {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tWQ6YT6F1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ6YT6F1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWQ6YT6F1j .container {
    padding: 0 20px;
  }
}
.cid-tWQ6YT6F1j .row {
  margin: 0;
}
.cid-tWQ6YT6F1j .card {
  padding: 0;
}
.cid-tWQ6YT6F1j .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWQ6YT6F1j .image-wrapper img {
    height: 450px;
  }
}
.cid-tWQ6YT6F1j .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #fff2ec;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tWQ6YT6F1j .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tWQ6YT6F1j .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tWQ6YT6F1j .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWQ6YT6F1j .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWQ6YT6F1j .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tWQ6YT6F1j .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tWQ6YT6F1j .mbr-section-title {
  color: #c2b299;
}
.cid-tWQ6YT6F1j .mbr-text {
  color: #353535;
}
.cid-tWQ6YT6F1j .mbr-section-title,
.cid-tWQ6YT6F1j .mbr-section-btn {
  color: #40b0bf;
}
.cid-tWQ6YTBsTD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff6fa;
}
.cid-tWQ6YTBsTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ6YTBsTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWQ6YTBsTD .container {
    padding: 0 16px;
  }
}
.cid-tWQ6YTBsTD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb18a;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tWQ6YTBsTD .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tWQ6YTBsTD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tWQ6YTBsTD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tWQ6YTBsTD .image-wrapper img {
    height: 300px;
  }
}
.cid-tWQ6YTBsTD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWQ6YTBsTD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YTBsTD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWQ6YTBsTD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YTBsTD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWQ6YTBsTD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWQ6YTBsTD .mbr-section-title,
.cid-tWQ6YTBsTD .mbr-section-btn {
  color: #40b0bf;
}
.cid-tWQ6YTBsTD .mbr-text {
  color: #353535;
}
.cid-tWQ6YUlSTp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #40b0bf;
}
.cid-tWQ6YUlSTp p {
  text-align: center;
}
.cid-tWQ6YUlSTp .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWQ6YUlSTp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tWQ6YUlSTp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tWQ6YUlSTp .logo-footer {
  line-height: normal;
}
.cid-tWQ6YUlSTp .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tWQ6YUlSTp .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tWQ6YUlSTp .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tWQ6YUlSTp li {
  overflow: hidden;
}
.cid-tWQ6YUlSTp .icon-transition span {
  display: block;
}
.cid-tWQ6YUlSTp .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tWQ6YUlSTp .list-inline-item a {
  display: block;
}
.cid-tWQ6YUlSTp .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tWQ6YUlSTp .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQ6YUlSTp .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWQ6YUlSTp .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tWQ6YUlSTp .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tWQ6YUlSTp .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tWQ6YUlSTp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tWQ6YUlSTp .logo-footer {
    text-align: center;
  }
  .cid-tWQ6YUlSTp .social-media {
    justify-content: center;
  }
}
