body {
  font-family: 'Cormorant Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: .8;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #6b6b6b !important;
}
.bg-success {
  background-color: #218076 !important;
}
.bg-info {
  background-color: #e9500e !important;
}
.bg-warning {
  background-color: #fff5e2 !important;
}
.bg-danger {
  background-color: #33aea1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !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: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f08522 !important;
  border-color: #f08522 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #af5a0c !important;
  border-color: #af5a0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #af5a0c !important;
  border-color: #af5a0c !important;
}
.btn-info,
.btn-info:active {
  background-color: #e9500e !important;
  border-color: #e9500e !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: #973409 !important;
  border-color: #973409 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #973409 !important;
  border-color: #973409 !important;
}
.btn-success,
.btn-success:active {
  background-color: #218076 !important;
  border-color: #218076 !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: #0f3b36 !important;
  border-color: #0f3b36 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3b36 !important;
  border-color: #0f3b36 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff5e2 !important;
  border-color: #fff5e2 !important;
  color: #e29400 !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: #8b5b00 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e29400 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33aea1 !important;
  border-color: #33aea1 !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: #1f6b63 !important;
  border-color: #1f6b63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f6b63 !important;
  border-color: #1f6b63 !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: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !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: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f08522;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #af5a0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f08522 !important;
  border-color: #f08522 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e9500e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #973409 !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: #e9500e !important;
  border-color: #e9500e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #218076;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f3b36 !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: #218076 !important;
  border-color: #218076 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff5e2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd78b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #e29400 !important;
  background-color: #fff5e2 !important;
  border-color: #fff5e2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #33aea1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f6b63 !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: #33aea1 !important;
  border-color: #33aea1 !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: #6b6b6b !important;
}
.text-secondary {
  color: #f08522 !important;
}
.text-success {
  color: #218076 !important;
}
.text-info {
  color: #e9500e !important;
}
.text-warning {
  color: #fff5e2 !important;
}
.text-danger {
  color: #33aea1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a1530b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c2f2b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #892f08 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd27c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1c5f58 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e9500e;
}
.alert-warning {
  background-color: #fff5e2;
}
.alert-danger {
  background-color: #33aea1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4fd2c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcd7c7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #85dbd2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open 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: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open 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: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.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: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6b6b6b !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: #f08522 !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='%236b6b6b' %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-tcGJfyQmEl .navbar-dropdown {
  position: relative !important;
}
.cid-tcGJfyQmEl .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tcGJfyQmEl .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tcGJfyQmEl .container,
  .cid-tcGJfyQmEl .container-fluid {
    flex-wrap: initial;
  }
  .cid-tcGJfyQmEl .nav-link:hover,
  .cid-tcGJfyQmEl .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tcGJfyQmEl .navbar-nav {
  margin: auto;
}
.cid-tcGJfyQmEl .dropdown-item {
  color: #ffffff !important;
}
.cid-tcGJfyQmEl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcGJfyQmEl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcGJfyQmEl .navbar-short,
.cid-tcGJfyQmEl .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tcGJfyQmEl .navbar-short .nav-link,
.cid-tcGJfyQmEl .opened .nav-link,
.cid-tcGJfyQmEl .navbar-short .navbar-caption,
.cid-tcGJfyQmEl .opened .navbar-caption,
.cid-tcGJfyQmEl .navbar-short .mbr-iconfont,
.cid-tcGJfyQmEl .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tcGJfyQmEl .navbar-short .hamburger span,
.cid-tcGJfyQmEl .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tcGJfyQmEl .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tcGJfyQmEl .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tcGJfyQmEl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcGJfyQmEl .container {
  display: flex;
  margin: auto;
}
.cid-tcGJfyQmEl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown-menu,
.cid-tcGJfyQmEl .navbar.opened {
  background: #218076 !important;
}
.cid-tcGJfyQmEl .nav-item:focus,
.cid-tcGJfyQmEl .nav-link:focus {
  outline: none;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcGJfyQmEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcGJfyQmEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcGJfyQmEl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tcGJfyQmEl .navbar.opened {
  transition: all 0.3s;
}
.cid-tcGJfyQmEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcGJfyQmEl .navbar .navbar-logo img {
  width: auto;
}
.cid-tcGJfyQmEl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcGJfyQmEl .navbar.collapsed {
  justify-content: center;
}
.cid-tcGJfyQmEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcGJfyQmEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcGJfyQmEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcGJfyQmEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcGJfyQmEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcGJfyQmEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tcGJfyQmEl .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcGJfyQmEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcGJfyQmEl .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tcGJfyQmEl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcGJfyQmEl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcGJfyQmEl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcGJfyQmEl .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcGJfyQmEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tcGJfyQmEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcGJfyQmEl .dropdown-item.active,
.cid-tcGJfyQmEl .dropdown-item:active {
  background-color: transparent;
}
.cid-tcGJfyQmEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcGJfyQmEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tcGJfyQmEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcGJfyQmEl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcGJfyQmEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcGJfyQmEl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcGJfyQmEl button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tcGJfyQmEl a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar {
    height: 70px;
  }
  .cid-tcGJfyQmEl .navbar.opened {
    height: auto;
  }
  .cid-tcGJfyQmEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcGGtlAj4D {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/desktop-2-1920x1024.png");
}
.cid-tcGGtlAj4D h2,
.cid-tcGGtlAj4D h4,
.cid-tcGGtlAj4D p {
  margin: 0;
}
.cid-tcGGtlAj4D .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-tcGGtlAj4D .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-tcGGtlAj4D .image-wrap {
    margin-top: 30px;
  }
}
.cid-tcGGtlAj4D img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-tcGGtlAj4D .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tcGGtlAj4D .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tcGGtlAj4D .mbr-text {
  color: #3a3e44;
  margin-bottom: 30px;
}
.cid-tcGGtlAj4D .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tcGGtlAj4D .socials p {
  margin: 0 20px 0 0;
}
.cid-tcGGtlAj4D .socials-item .link {
  color: #000000;
}
.cid-tcGGtlAj4D .socials-item,
.cid-tcGGtlAj4D .link P {
  color: #fa603c;
}
.cid-tmuhVWLg18 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5e2;
}
.cid-tmuhVWLg18 img {
  width: 140px;
  margin: auto;
}
.cid-tmuhVWLg18 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tmv5t2fDHd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff5e2;
}
.cid-tmv5t2fDHd img {
  width: 140px;
  margin: auto;
}
.cid-tmv5t2fDHd .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tcWGbP1Pw8 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #fff5e2;
}
.cid-tcWGbP1Pw8 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tcWGbP1Pw8 .mbr-section-title {
  color: #3a3e44;
  margin-bottom: 20.4px;
}
.cid-tcWGbP1Pw8 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-tcWGbP1Pw8 .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-tcWGbP1Pw8 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-tcWGbP1Pw8 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tcTkQUe2cv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/desktop-3-1920x1024.png");
}
.cid-tcTkQUe2cv .mbr-overlay {
  background: #fff5e2;
  opacity: 0.3;
}
.cid-tcTkQUe2cv .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tcTkQUe2cv .mbr-text,
.cid-tcTkQUe2cv .mbr-section-btn {
  text-align: left;
  color: #4c4a4b;
}
.cid-tcTkQUe2cv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 484px;
}
.cid-tcTkQUe2cv .mbr-section-subtitle {
  color: #3a3e44;
}
.cid-tcTkQUe2cv .section-subtext {
  color: #e9500e;
}
.cid-td3yYXrVRg {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-1440x1024.png");
}
.cid-td3yYXrVRg .wrapper {
  display: flex;
  justify-content: center;
}
.cid-td3yYXrVRg .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-td3yYXrVRg .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-td3yYXrVRg .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-td3yYXrVRg .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-td3yYXrVRg .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-td3yYXrVRg .section-title {
  max-width: 490px;
}
.cid-td3yYXrVRg .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 12px;
  border: 1px solid #e9500e;
  padding: 40px 40px 72px;
}
.cid-td3yYXrVRg .card_right {
  top: -192px;
}
.cid-td3yYXrVRg .card_title {
  width: 100%;
  color: #3a3e44;
}
.cid-td3yYXrVRg .card_text {
  margin-bottom: 0 !important;
  color: #3a3e44;
}
.cid-td3yYXrVRg .card_small-text {
  color: #A2A0A0;
  width: 100%;
}
.cid-td3yYXrVRg .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-td3yYXrVRg .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-td3yYXrVRg .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-td3yYXrVRg .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-td3yYXrVRg .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-td3yYXrVRg .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-td3yYXrVRg .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-td3yYXrVRg .container-fluid {
    padding: 0 40px;
  }
  .cid-td3yYXrVRg .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-td3yYXrVRg .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-td3yYXrVRg .card_right {
    top: 0;
  }
  .cid-td3yYXrVRg .card_text {
    margin-bottom: 16px !important;
  }
  .cid-td3yYXrVRg .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-td3yYXrVRg .title-text-container {
    margin-bottom: 48px;
  }
  .cid-td3yYXrVRg .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-td3yYXrVRg .container-fluid {
    padding: 0 24px;
  }
  .cid-td3yYXrVRg .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-td3yYXrVRg .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-td3yYXrVRg .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-td3yYXrVRg .mbr-section-title {
  color: #e9500e;
  line-height: 1.1 !important;
}
.cid-tdggIdRgj9 {
  background-image: url("../../../assets/images/bg-1-1928x1088.png");
}
.cid-tdggIdRgj9 .mbr-section-title {
  color: #fafafa;
}
.cid-tdggIdRgj9 .mbr-text,
.cid-tdggIdRgj9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tdggIdRgj9 .mbr-section-subtitle {
  color: #fff5e2;
}
.cid-tdggIdRgj9 .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-tdggIdRgj9 .mbr-text2,
.cid-tdggIdRgj9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tdggIdRgj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdggIdRgj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdggIdRgj9 .mbr-text {
  color: #fff5e2;
}
.cid-tmvjYW8ewb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmviXuX4Uu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmviXuX4Uu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmviXuX4Uu .row {
  flex-direction: row-reverse;
}
.cid-tmviXuX4Uu img {
  width: 100%;
}
.cid-tjn1nnxOmO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjn1nnxOmO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjn1nnxOmO h2,
.cid-tjn1nnxOmO h3,
.cid-tjn1nnxOmO p {
  margin: 0;
}
.cid-tjn1nnxOmO .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjn1nnxOmO .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-tjn1nnxOmO .form-wrap {
    width: 100%;
  }
}
.cid-tjn1nnxOmO .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-tjn1nnxOmO .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tjn1nnxOmO .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-tjn1nnxOmO .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-tjn1nnxOmO .heading {
  margin-bottom: 20px;
}
.cid-tjn1nnxOmO .mbr-section-title {
  color: #000000;
}
.cid-tjn1nnxOmO .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-tjn1nnxOmO .mbr-section-subtitle {
  color: #218076;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-tjn1nnxOmO .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-tjn1nnxOmO .mbr-sub-text {
  color: #6b6b6b;
  margin: 5px 0;
  font-weight: 300;
}
.cid-tjn1nnxOmO .mbr-contacts {
  color: #6f7479;
  margin-bottom: 5px;
}
.cid-tjn1nnxOmO form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjn1nnxOmO textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-tjn1nnxOmO input,
.cid-tjn1nnxOmO select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-tjn1nnxOmO input:last-child,
.cid-tjn1nnxOmO select:last-child {
  margin-right: 0;
}
.cid-tjn1nnxOmO .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-tjn1nnxOmO .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-tjn1nnxOmO .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-tjn1nnxOmO .value {
  border: none;
}
.cid-tjn1nnxOmO input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-tjn1nnxOmO input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-tjn1nnxOmO input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-tjn1nnxOmO input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-tjn1nnxOmO input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-tjn1nnxOmO input[type="range"]:focus {
  outline: none;
}
.cid-tjn1nnxOmO input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-tjn1nnxOmO input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-tjn1nnxOmO input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-tjn1nnxOmO .bpad {
  padding-bottom: 15px !importnat;
}
.cid-tdmaaz0vGO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tdmaaz0vGO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdmaaz0vGO .media-wrap img {
  filter: invert(0);
}
.cid-tdmaaz0vGO .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdmaaz0vGO .links {
    justify-content: center;
  }
  .cid-tdmaaz0vGO .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tdmaaz0vGO .links {
    justify-content: flex-end;
  }
  .cid-tdmaaz0vGO .link {
    margin: 0.5rem;
  }
}
.cid-tdmaaz0vGO .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tdmaaz0vGO .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tdmaaz0vGO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdmaaz0vGO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tdmaaz0vGO .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tdmaaz0vGO .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tdmaaz0vGO .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tdmaaz0vGO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdmaaz0vGO .copyright > p {
  text-align: left;
}
.cid-tcGJfyQmEl .navbar-dropdown {
  position: relative !important;
}
.cid-tcGJfyQmEl .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tcGJfyQmEl .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tcGJfyQmEl .container,
  .cid-tcGJfyQmEl .container-fluid {
    flex-wrap: initial;
  }
  .cid-tcGJfyQmEl .nav-link:hover,
  .cid-tcGJfyQmEl .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tcGJfyQmEl .navbar-nav {
  margin: auto;
}
.cid-tcGJfyQmEl .dropdown-item {
  color: #ffffff !important;
}
.cid-tcGJfyQmEl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcGJfyQmEl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcGJfyQmEl .navbar-short,
.cid-tcGJfyQmEl .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tcGJfyQmEl .navbar-short .nav-link,
.cid-tcGJfyQmEl .opened .nav-link,
.cid-tcGJfyQmEl .navbar-short .navbar-caption,
.cid-tcGJfyQmEl .opened .navbar-caption,
.cid-tcGJfyQmEl .navbar-short .mbr-iconfont,
.cid-tcGJfyQmEl .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tcGJfyQmEl .navbar-short .hamburger span,
.cid-tcGJfyQmEl .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tcGJfyQmEl .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tcGJfyQmEl .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tcGJfyQmEl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcGJfyQmEl .container {
  display: flex;
  margin: auto;
}
.cid-tcGJfyQmEl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown-menu,
.cid-tcGJfyQmEl .navbar.opened {
  background: #218076 !important;
}
.cid-tcGJfyQmEl .nav-item:focus,
.cid-tcGJfyQmEl .nav-link:focus {
  outline: none;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcGJfyQmEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcGJfyQmEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcGJfyQmEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcGJfyQmEl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tcGJfyQmEl .navbar.opened {
  transition: all 0.3s;
}
.cid-tcGJfyQmEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcGJfyQmEl .navbar .navbar-logo img {
  width: auto;
}
.cid-tcGJfyQmEl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcGJfyQmEl .navbar.collapsed {
  justify-content: center;
}
.cid-tcGJfyQmEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcGJfyQmEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcGJfyQmEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcGJfyQmEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcGJfyQmEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcGJfyQmEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcGJfyQmEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcGJfyQmEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tcGJfyQmEl .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcGJfyQmEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcGJfyQmEl .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tcGJfyQmEl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcGJfyQmEl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcGJfyQmEl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcGJfyQmEl .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcGJfyQmEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tcGJfyQmEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcGJfyQmEl .dropdown-item.active,
.cid-tcGJfyQmEl .dropdown-item:active {
  background-color: transparent;
}
.cid-tcGJfyQmEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcGJfyQmEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcGJfyQmEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tcGJfyQmEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcGJfyQmEl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcGJfyQmEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcGJfyQmEl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcGJfyQmEl button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGJfyQmEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcGJfyQmEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGJfyQmEl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tcGJfyQmEl a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tcGJfyQmEl .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-tcGJfyQmEl .navbar {
    height: 70px;
  }
  .cid-tcGJfyQmEl .navbar.opened {
    height: auto;
  }
  .cid-tcGJfyQmEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdmEjCqGdv {
  background-image: url("../../../assets/images/desktop-3-1920x1024.png");
}
.cid-tdmEjCqGdv .header-wrap {
  padding: 80px 0 160px;
}
.cid-tdmEjCqGdv .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  padding: 0 15% 250px 0;
}
.cid-tdmEjCqGdv img {
  position: absolute;
  width: 900px;
  height: auto;
  right: -20%;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cid-tdmEjCqGdv img {
    position: static;
    width: 100%;
  }
  .cid-tdmEjCqGdv .header-title {
    padding: 0;
  }
}
.cid-tdmEjCqGdv .mbr-text,
.cid-tdmEjCqGdv .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-tdmEjCqGdv .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
.cid-tdmEjCqGdv .mbr-text {
  margin-bottom: 48px;
}
.cid-tdmEjCqGdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdmEjCqGdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdmJ3ZmnhT {
  position: relative;
  background-image: url("../../../assets/images/macbook-1928x1088.png");
}
@media (min-width: 992px) {
  .cid-tdmJ3ZmnhT .display-1 {
    font-size: 120px;
  }
  .cid-tdmJ3ZmnhT .display-2 {
    font-size: 40px;
  }
  .cid-tdmJ3ZmnhT .display-5 {
    font-size: 29px;
  }
}
.cid-tdmJ3ZmnhT .mbr-section-subtitle {
  font-weight: 300;
  color: #fff5e2;
}
.cid-tdmJ3ZmnhT .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-tdmJ3ZmnhT .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-tdmJ3ZmnhT .btn-success {
  color: #18293D !important;
}
.cid-tdmJ3ZmnhT .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-tdmJ3ZmnhT .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-tdmJ3ZmnhT .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tdmJ3ZmnhT .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-tdmJ3ZmnhT .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-tdmJ3ZmnhT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdmJ3ZmnhT .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-tdmJ3ZmnhT .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tdmJ3ZmnhT .mbr-section-title {
  color: #33aea1;
}
.cid-tdmJ3ZmnhT P {
  color: #fff5e2;
}
.cid-tdnvVa2ugg {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/desktop-2-1920x1024.png");
}
.cid-tdnvVa2ugg h2,
.cid-tdnvVa2ugg p {
  margin: 0;
}
.cid-tdnvVa2ugg .heading {
  margin-bottom: 50px;
}
.cid-tdnvVa2ugg .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tdnvVa2ugg .mbr-text {
  color: #6b6b6b;
}
.cid-tdnvVa2ugg .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-tdnvVa2ugg .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-tdnvVa2ugg .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-tdnvVa2ugg .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-tdnvVa2ugg .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-tdnvVa2ugg .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/frame-10.png");
}
@media (max-width: 1440px) {
  .cid-tdnvVa2ugg .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-tdnvVa2ugg .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-tdnvVa2ugg .image-left {
    width: 100%;
  }
}
.cid-tdnvVa2ugg .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/frame-11.png");
}
@media (max-width: 1440px) {
  .cid-tdnvVa2ugg .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-tdnvVa2ugg .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-tdnvVa2ugg .image-middle {
    width: 100%;
  }
}
.cid-tdnvVa2ugg .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/frame-9.png");
}
@media (max-width: 1440px) {
  .cid-tdnvVa2ugg .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-tdnvVa2ugg .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-tdnvVa2ugg .image-right {
    width: 100%;
  }
}
.cid-tdnsHRVx82 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff5e2;
}
.cid-tdnsHRVx82 .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-tdnsHRVx82 .content {
    flex-wrap: wrap;
  }
}
.cid-tdnsHRVx82 h2,
.cid-tdnsHRVx82 h4,
.cid-tdnsHRVx82 h5,
.cid-tdnsHRVx82 p {
  margin: 0;
}
.cid-tdnsHRVx82 .cards {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-tdnsHRVx82 .cards {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-tdnsHRVx82 .cards-inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tdnsHRVx82 .card {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-tdnsHRVx82 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 680px) {
  .cid-tdnsHRVx82 .card {
    width: 100%;
  }
}
.cid-tdnsHRVx82 .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-tdnsHRVx82 .text {
    width: 100%;
  }
}
.cid-tdnsHRVx82 .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-tdnsHRVx82 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tdnsHRVx82 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tdnsHRVx82 .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-tdnsHRVx82 .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-tdnsHRVx82 .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-tdnsHRVx82 .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-tdnsHRVx82 .link {
  position: relative;
  margin-right: 5px;
}
.cid-tdnsHRVx82 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tdo0Ul67cB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tdo0Ul67cB .row {
  align-items: center;
  justify-content: center;
}
.cid-tdo0Ul67cB .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #218076;
}
.cid-tdo0Ul67cB .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #33aea1;
}
.cid-tdo0Ul67cB .content_box {
  position: relative;
  z-index: 1;
}
.cid-tdo0Ul67cB .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
  line-height: 1.1 !important;
}
.cid-tdo0Ul67cB .mbr-text {
  margin-bottom: 21px;
}
.cid-tdo0Ul67cB .image-wrapper,
.cid-tdo0Ul67cB img {
  width: 100%;
}
.cid-tdo0Ul67cB .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-tdo0Ul67cB .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-tdo0Ul67cB .image_left {
    padding-top: 5rem;
  }
  .cid-tdo0Ul67cB .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdo0Ul67cB .row {
    flex-direction: column;
  }
  .cid-tdo0Ul67cB .shape {
    display: none;
  }
  .cid-tdo0Ul67cB .content_box {
    padding: 2rem 0;
  }
}
.cid-tdnLqbFbgc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20220620-wa0052-1024x460.jpg");
}
.cid-tdnLqbFbgc .mbr-section-title {
  text-align: center;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-tdnLqbFbgc .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-tdnLqbFbgc .button-align {
  text-align: right;
}
.cid-tdnLqbFbgc .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-tdnLqbFbgc .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 268px !important;
  height: 268px !important;
}
.cid-tdnLqbFbgc a.btn > span {
  margin-left: 0.5rem;
}
.cid-tdnLqbFbgc a.btn {
  padding: 5rem 4rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #e9500e !important;
}
.cid-tdnLqbFbgc .al {
  display: flex;
  align-items: center;
}
.cid-tdnLqbFbgc a.btn:hover {
  color: #000000 !important;
  background-color: #fff5e2 !important;
  border: 2px solid #e9500e !important;
}
.cid-tdnLqbFbgc a {
  font-weight: 500;
  transition: color .3s;
}
.cid-tdnLqbFbgc .mbr-iconfont {
  margin: auto;
  background-color: #c0f22c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-tdnLqbFbgc .icon-wrapper {
  display: inline;
}
.cid-tdnLqbFbgc .lin {
  display: inline;
  margin-left: 12px;
}
.cid-tdnLqbFbgc .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-tdnLqbFbgc .al {
    flex-direction: column;
  }
  .cid-tdnLqbFbgc .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-tdnLqbFbgc .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-tmvl2gd7WC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvl2Hnks0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmvl2Hnks0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmvl2Hnks0 .row {
  flex-direction: row-reverse;
}
.cid-tmvl2Hnks0 img {
  width: 100%;
}
.cid-tjn1tYyldu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjn1tYyldu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjn1tYyldu h2,
.cid-tjn1tYyldu h3,
.cid-tjn1tYyldu p {
  margin: 0;
}
.cid-tjn1tYyldu .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjn1tYyldu .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-tjn1tYyldu .form-wrap {
    width: 100%;
  }
}
.cid-tjn1tYyldu .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-tjn1tYyldu .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tjn1tYyldu .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-tjn1tYyldu .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-tjn1tYyldu .heading {
  margin-bottom: 20px;
}
.cid-tjn1tYyldu .mbr-section-title {
  color: #000000;
}
.cid-tjn1tYyldu .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-tjn1tYyldu .mbr-section-subtitle {
  color: #218076;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-tjn1tYyldu .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-tjn1tYyldu .mbr-sub-text {
  color: #6b6b6b;
  margin: 5px 0;
  font-weight: 300;
}
.cid-tjn1tYyldu .mbr-contacts {
  color: #6f7479;
  margin-bottom: 5px;
}
.cid-tjn1tYyldu form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjn1tYyldu textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-tjn1tYyldu input,
.cid-tjn1tYyldu select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-tjn1tYyldu input:last-child,
.cid-tjn1tYyldu select:last-child {
  margin-right: 0;
}
.cid-tjn1tYyldu .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-tjn1tYyldu .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-tjn1tYyldu .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-tjn1tYyldu .value {
  border: none;
}
.cid-tjn1tYyldu input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-tjn1tYyldu input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-tjn1tYyldu input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-tjn1tYyldu input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-tjn1tYyldu input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-tjn1tYyldu input[type="range"]:focus {
  outline: none;
}
.cid-tjn1tYyldu input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-tjn1tYyldu input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-tjn1tYyldu input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-tjn1tYyldu .bpad {
  padding-bottom: 15px !importnat;
}
.cid-tdmaaz0vGO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tdmaaz0vGO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdmaaz0vGO .media-wrap img {
  filter: invert(0);
}
.cid-tdmaaz0vGO .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdmaaz0vGO .links {
    justify-content: center;
  }
  .cid-tdmaaz0vGO .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tdmaaz0vGO .links {
    justify-content: flex-end;
  }
  .cid-tdmaaz0vGO .link {
    margin: 0.5rem;
  }
}
.cid-tdmaaz0vGO .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tdmaaz0vGO .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tdmaaz0vGO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdmaaz0vGO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tdmaaz0vGO .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tdmaaz0vGO .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tdmaaz0vGO .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tdmaaz0vGO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdmaaz0vGO .copyright > p {
  text-align: left;
}
.cid-tji6Gwupub .navbar-dropdown {
  position: relative !important;
}
.cid-tji6Gwupub .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tji6Gwupub .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tji6Gwupub .container,
  .cid-tji6Gwupub .container-fluid {
    flex-wrap: initial;
  }
  .cid-tji6Gwupub .nav-link:hover,
  .cid-tji6Gwupub .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tji6Gwupub .navbar-nav {
  margin: auto;
}
.cid-tji6Gwupub .dropdown-item {
  color: #ffffff !important;
}
.cid-tji6Gwupub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tji6Gwupub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tji6Gwupub .navbar-short,
.cid-tji6Gwupub .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tji6Gwupub .navbar-short .nav-link,
.cid-tji6Gwupub .opened .nav-link,
.cid-tji6Gwupub .navbar-short .navbar-caption,
.cid-tji6Gwupub .opened .navbar-caption,
.cid-tji6Gwupub .navbar-short .mbr-iconfont,
.cid-tji6Gwupub .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tji6Gwupub .navbar-short .hamburger span,
.cid-tji6Gwupub .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tji6Gwupub .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tji6Gwupub .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-tji6Gwupub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tji6Gwupub .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tji6Gwupub .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tji6Gwupub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tji6Gwupub .container {
  display: flex;
  margin: auto;
}
.cid-tji6Gwupub .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tji6Gwupub .dropdown-menu,
.cid-tji6Gwupub .navbar.opened {
  background: #218076 !important;
}
.cid-tji6Gwupub .nav-item:focus,
.cid-tji6Gwupub .nav-link:focus {
  outline: none;
}
.cid-tji6Gwupub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tji6Gwupub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tji6Gwupub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tji6Gwupub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tji6Gwupub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tji6Gwupub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tji6Gwupub .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tji6Gwupub .navbar.opened {
  transition: all 0.3s;
}
.cid-tji6Gwupub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tji6Gwupub .navbar .navbar-logo img {
  width: auto;
}
.cid-tji6Gwupub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tji6Gwupub .navbar.collapsed {
  justify-content: center;
}
.cid-tji6Gwupub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tji6Gwupub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tji6Gwupub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tji6Gwupub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tji6Gwupub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tji6Gwupub .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-tji6Gwupub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tji6Gwupub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tji6Gwupub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tji6Gwupub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tji6Gwupub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tji6Gwupub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tji6Gwupub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tji6Gwupub .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-tji6Gwupub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tji6Gwupub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tji6Gwupub .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tji6Gwupub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tji6Gwupub .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tji6Gwupub .navbar.navbar-short {
  min-height: 60px;
}
.cid-tji6Gwupub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tji6Gwupub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tji6Gwupub .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tji6Gwupub .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tji6Gwupub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tji6Gwupub .dropdown-item.active,
.cid-tji6Gwupub .dropdown-item:active {
  background-color: transparent;
}
.cid-tji6Gwupub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tji6Gwupub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tji6Gwupub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tji6Gwupub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tji6Gwupub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tji6Gwupub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tji6Gwupub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tji6Gwupub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tji6Gwupub button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tji6Gwupub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tji6Gwupub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tji6Gwupub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tji6Gwupub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tji6Gwupub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tji6Gwupub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tji6Gwupub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tji6Gwupub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tji6Gwupub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tji6Gwupub .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tji6Gwupub a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tji6Gwupub .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-tji6Gwupub .navbar {
    height: 70px;
  }
  .cid-tji6Gwupub .navbar.opened {
    height: auto;
  }
  .cid-tji6Gwupub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjihzt7jbf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/desktop-2-1920x1024.png");
}
.cid-tjihzt7jbf .row {
  align-items: center;
  width: 100%;
}
.cid-tjihzt7jbf .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tjihzt7jbf .col-text {
    width: 50%;
  }
}
.cid-tjihzt7jbf .text-container {
  padding-bottom: 100px;
}
@media (min-width: 1025px) {
  .cid-tjihzt7jbf .text-container {
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1441px) {
  .cid-tjihzt7jbf .text-container {
    padding: 0 0 0 13%;
  }
}
.cid-tjihzt7jbf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tjihzt7jbf .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-tjihzt7jbf .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1441px) {
  .cid-tjihzt7jbf .text-wrapper {
    padding: 0 20% 0 0;
  }
}
.cid-tjihzt7jbf .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-tjihzt7jbf .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-tjihzt7jbf .mbr-section-title b {
  font-weight: 600 !important;
}
.cid-tjihzt7jbf .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tjihzt7jbf .text-container .links-container {
  margin-top: 32px;
}
.cid-tjihzt7jbf .text-container .links-container a {
  margin-right: 15px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tjihzt7jbf .text-container .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tjihzt7jbf .col-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tjihzt7jbf .col-img {
    width: 50%;
  }
}
.cid-tjihzt7jbf .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-tjihzt7jbf .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .cid-tjihzt7jbf .img-wrap {
    padding: 0 10px;
  }
}
.cid-tjihzt7jbf .link-text {
  color: #f08522;
}
.cid-tjihzt7jbf .mbr-section-title,
.cid-tjihzt7jbf .mbr-section-btn {
  color: #218076;
}
.cid-tjiiSPHiko {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-tjiiSPHiko {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tjiiSPHiko {
    padding-top: 2.7rem;
    padding-bottom: 0.9rem;
  }
}
.cid-tjiiSPHiko .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tjiiSPHiko .f-row {
    flex-direction: row;
  }
}
.cid-tjiiSPHiko .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tjiiSPHiko .f-item {
    flex: 1 1 50%;
  }
}
.cid-tjiiSPHiko .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tjiiSPHiko .image-wrapper {
    min-height: 650px;
  }
}
.cid-tjiiSPHiko .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tjiiSPHiko .text-wrapper {
  width: 100%;
  background: #33aea1;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-tjiiSPHiko .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, -5rem);
  }
}
@media (min-width: 1200px) {
  .cid-tjiiSPHiko .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-tjiiSPHiko .minline {
  line-height: 1.2 !important;
}
.cid-tjip2RAMNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tjip2RAMNV .col-text {
    padding: 0 0 0 0;
  }
}
.cid-tjip2RAMNV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #fff5ee;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-tjip2RAMNV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .label-text {
    text-align: center !important;
  }
}
.cid-tjip2RAMNV .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tjip2RAMNV .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .mbr-text {
    text-align: center !important;
  }
}
.cid-tjip2RAMNV .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tjip2RAMNV .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-tjip2RAMNV .mbr-section-btn .btn {
  padding: 0;
}
.cid-tjip2RAMNV .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-tjip2RAMNV .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-tjip2RAMNV .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-tjip2RAMNV .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-tjip2RAMNV .col-cards {
    padding-left: 5%;
  }
}
.cid-tjip2RAMNV .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-tjip2RAMNV .cards-wrap:hover {
  background-color: #fff5ee;
}
.cid-tjip2RAMNV .card {
  padding: 30px;
  background-color: #fafafa;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-tjip2RAMNV .card:hover {
  background-color: #fff5ee;
}
@media (min-width: 768px) {
  .cid-tjip2RAMNV .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-tjip2RAMNV .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tjip2RAMNV .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tjip2RAMNV .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-tjip2RAMNV .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-tjip2RAMNV .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjip2RAMNV .img-bg {
  background-color: #218076;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-tjip2RAMNV .card-title {
  color: #33aea1;
  margin-bottom: 8px;
}
.cid-tjip2RAMNV .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-tjip2RAMNV .mbr-section-title,
.cid-tjip2RAMNV .mbr-section-btn {
  color: #218076;
}
.cid-tjj16JVdP1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/desktop-3-1920x1024.png");
}
.cid-tjj16JVdP1 .mbr-overlay {
  background: #fffdf7;
  opacity: 0.3;
}
.cid-tjj16JVdP1 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjj16JVdP1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tjj16JVdP1 .row {
    padding: 0 32px;
  }
}
.cid-tjj16JVdP1 .item:focus,
.cid-tjj16JVdP1 span:focus {
  outline: none;
}
.cid-tjj16JVdP1 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tjj16JVdP1 .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tjj16JVdP1 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-tjj16JVdP1 .item:hover img {
  transform: scale(1);
}
.cid-tjj16JVdP1 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tjj16JVdP1 .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tjj16JVdP1 .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tjj16JVdP1 .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tjj16JVdP1 .item-center {
    padding: 0 8px;
  }
  .cid-tjj16JVdP1 .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-tjj16JVdP1 .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tjj16JVdP1 .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tjj16JVdP1 .mbr-section-title {
  color: #000000;
}
.cid-tjj16JVdP1 .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjj16JVdP1 .mbr-text,
.cid-tjj16JVdP1 .mbr-section-btn {
  text-align: left;
}
.cid-tjj16JVdP1 .item-subtitle {
  text-align: center;
}
.cid-tjj16JVdP1 .text-art,
.cid-tjj16JVdP1 .text-client {
  color: #3d3d3d;
}
.cid-tjj16JVdP1 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tjj16JVdP1 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tjj16JVdP1 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tjiqzSAeaj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjiqzSAeaj .content {
  padding: 1rem;
}
.cid-tjiqzSAeaj h2,
.cid-tjiqzSAeaj h4,
.cid-tjiqzSAeaj p {
  margin: 0;
}
.cid-tjiqzSAeaj .mbr-section-title {
  color: #218076;
}
.cid-tjiqzSAeaj .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tjiqzSAeaj .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-tjiqzSAeaj .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-tjiqzSAeaj .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjiuyUAs0r {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjiuyUAs0r .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tjiuyUAs0r .container {
    max-width: 1040px;
  }
}
.cid-tjiuyUAs0r .row {
  justify-content: center;
}
.cid-tjiuyUAs0r .item:focus,
.cid-tjiuyUAs0r span:focus {
  outline: none;
}
.cid-tjiuyUAs0r .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tjiuyUAs0r .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tjiuyUAs0r .item {
    width: 100%;
  }
  .cid-tjiuyUAs0r .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tjiuyUAs0r .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tjiuyUAs0r .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tjiuyUAs0r .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tjiuyUAs0r .item:first-child .item-wrap {
  background: #218076;
  background: linear-gradient(180deg, #218076, #12312d);
}
.cid-tjiuyUAs0r .item:last-child .item-wrap {
  background: #12312d;
  background: linear-gradient(180deg, #12312d, #218076);
}
.cid-tjiuyUAs0r .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tjiuyUAs0r .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tjiuyUAs0r .item-wrap {
    padding: 50px;
  }
}
.cid-tjiuyUAs0r .item-content {
  width: 100%;
}
.cid-tjiuyUAs0r .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tjiuyUAs0r .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tjiuyUAs0r .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tjiuyUAs0r .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tjiuyUAs0r .list-item {
  display: flex;
  align-items: center;
}
.cid-tjiuyUAs0r .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tjiuyUAs0r .icon-box {
  padding-right: 14px;
}
.cid-tjiuyUAs0r .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tjiuyUAs0r .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tjiuyUAs0r .link-container {
    margin-top: 72px;
  }
}
.cid-tjiuyUAs0r .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tjiuyUAs0r .link-container .link span {
  padding-right: 10px;
}
.cid-tmvkEvDUdW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmvkEvDUdW img {
  width: 140px;
  margin: auto;
}
.cid-tmvkEvDUdW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tmvkFucvft {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvkFucvft img {
  width: 140px;
  margin: auto;
}
.cid-tmvkFucvft .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tjj1vvzBln {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/desktop-3-1920x1024.png");
}
.cid-tjj1vvzBln .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tjj1vvzBln .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
  color: #218076;
}
.cid-tjj1vvzBln .video-wrapper {
  margin-top: 135px;
}
.cid-tjj1vvzBln .video-wrapper iframe {
  width: 100%;
}
.cid-tjj1vvzBln .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-tjj1vvzBln .right {
  margin-left: 14%;
}
.cid-tjj1vvzBln .mbr-text {
  color: #52586a;
}
@media (max-width: 768px) {
  .cid-tjj1vvzBln .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-tjj1vvzBln .video-wrapper {
    margin-top: 30px;
  }
}
.cid-tmvkGl2vJj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvkGPeunK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmvkGPeunK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmvkGPeunK .row {
  flex-direction: row-reverse;
}
.cid-tmvkGPeunK img {
  width: 100%;
}
.cid-tjn1zcgGEK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjn1zcgGEK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjn1zcgGEK h2,
.cid-tjn1zcgGEK h3,
.cid-tjn1zcgGEK p {
  margin: 0;
}
.cid-tjn1zcgGEK .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjn1zcgGEK .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-tjn1zcgGEK .form-wrap {
    width: 100%;
  }
}
.cid-tjn1zcgGEK .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-tjn1zcgGEK .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tjn1zcgGEK .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-tjn1zcgGEK .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-tjn1zcgGEK .heading {
  margin-bottom: 20px;
}
.cid-tjn1zcgGEK .mbr-section-title {
  color: #000000;
}
.cid-tjn1zcgGEK .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-tjn1zcgGEK .mbr-section-subtitle {
  color: #218076;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-tjn1zcgGEK .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-tjn1zcgGEK .mbr-sub-text {
  color: #6b6b6b;
  margin: 5px 0;
  font-weight: 300;
}
.cid-tjn1zcgGEK .mbr-contacts {
  color: #6f7479;
  margin-bottom: 5px;
}
.cid-tjn1zcgGEK form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjn1zcgGEK textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-tjn1zcgGEK input,
.cid-tjn1zcgGEK select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-tjn1zcgGEK input:last-child,
.cid-tjn1zcgGEK select:last-child {
  margin-right: 0;
}
.cid-tjn1zcgGEK .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-tjn1zcgGEK .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-tjn1zcgGEK .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-tjn1zcgGEK .value {
  border: none;
}
.cid-tjn1zcgGEK input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-tjn1zcgGEK input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-tjn1zcgGEK input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-tjn1zcgGEK input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-tjn1zcgGEK input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-tjn1zcgGEK input[type="range"]:focus {
  outline: none;
}
.cid-tjn1zcgGEK input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-tjn1zcgGEK input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-tjn1zcgGEK input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-tjn1zcgGEK .bpad {
  padding-bottom: 15px !importnat;
}
.cid-tji6GBlfjV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tji6GBlfjV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tji6GBlfjV .media-wrap img {
  filter: invert(0);
}
.cid-tji6GBlfjV .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tji6GBlfjV .links {
    justify-content: center;
  }
  .cid-tji6GBlfjV .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tji6GBlfjV .links {
    justify-content: flex-end;
  }
  .cid-tji6GBlfjV .link {
    margin: 0.5rem;
  }
}
.cid-tji6GBlfjV .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tji6GBlfjV .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tji6GBlfjV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tji6GBlfjV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tji6GBlfjV .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tji6GBlfjV .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tji6GBlfjV .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tji6GBlfjV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tji6GBlfjV .copyright > p {
  text-align: left;
}
.cid-tjjfIfCWDE .navbar-dropdown {
  position: relative !important;
}
.cid-tjjfIfCWDE .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tjjfIfCWDE .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tjjfIfCWDE .container,
  .cid-tjjfIfCWDE .container-fluid {
    flex-wrap: initial;
  }
  .cid-tjjfIfCWDE .nav-link:hover,
  .cid-tjjfIfCWDE .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tjjfIfCWDE .navbar-nav {
  margin: auto;
}
.cid-tjjfIfCWDE .dropdown-item {
  color: #ffffff !important;
}
.cid-tjjfIfCWDE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjjfIfCWDE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjjfIfCWDE .navbar-short,
.cid-tjjfIfCWDE .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tjjfIfCWDE .navbar-short .nav-link,
.cid-tjjfIfCWDE .opened .nav-link,
.cid-tjjfIfCWDE .navbar-short .navbar-caption,
.cid-tjjfIfCWDE .opened .navbar-caption,
.cid-tjjfIfCWDE .navbar-short .mbr-iconfont,
.cid-tjjfIfCWDE .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tjjfIfCWDE .navbar-short .hamburger span,
.cid-tjjfIfCWDE .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tjjfIfCWDE .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tjjfIfCWDE .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-tjjfIfCWDE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tjjfIfCWDE .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tjjfIfCWDE .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tjjfIfCWDE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjjfIfCWDE .container {
  display: flex;
  margin: auto;
}
.cid-tjjfIfCWDE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjjfIfCWDE .dropdown-menu,
.cid-tjjfIfCWDE .navbar.opened {
  background: #218076 !important;
}
.cid-tjjfIfCWDE .nav-item:focus,
.cid-tjjfIfCWDE .nav-link:focus {
  outline: none;
}
.cid-tjjfIfCWDE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjjfIfCWDE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjjfIfCWDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjjfIfCWDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjjfIfCWDE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjjfIfCWDE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjjfIfCWDE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tjjfIfCWDE .navbar.opened {
  transition: all 0.3s;
}
.cid-tjjfIfCWDE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjjfIfCWDE .navbar .navbar-logo img {
  width: auto;
}
.cid-tjjfIfCWDE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjjfIfCWDE .navbar.collapsed {
  justify-content: center;
}
.cid-tjjfIfCWDE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjjfIfCWDE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjjfIfCWDE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tjjfIfCWDE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjjfIfCWDE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjjfIfCWDE .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-tjjfIfCWDE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjjfIfCWDE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjjfIfCWDE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjjfIfCWDE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjjfIfCWDE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjjfIfCWDE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjjfIfCWDE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjjfIfCWDE .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-tjjfIfCWDE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjjfIfCWDE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tjjfIfCWDE .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjjfIfCWDE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjjfIfCWDE .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tjjfIfCWDE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjjfIfCWDE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjjfIfCWDE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjjfIfCWDE .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjjfIfCWDE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tjjfIfCWDE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjjfIfCWDE .dropdown-item.active,
.cid-tjjfIfCWDE .dropdown-item:active {
  background-color: transparent;
}
.cid-tjjfIfCWDE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjjfIfCWDE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjjfIfCWDE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjjfIfCWDE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tjjfIfCWDE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjjfIfCWDE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjjfIfCWDE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjjfIfCWDE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjjfIfCWDE button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjjfIfCWDE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tjjfIfCWDE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjjfIfCWDE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjjfIfCWDE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjjfIfCWDE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjjfIfCWDE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjjfIfCWDE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjjfIfCWDE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjjfIfCWDE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjjfIfCWDE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjjfIfCWDE a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tjjfIfCWDE .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-tjjfIfCWDE .navbar {
    height: 70px;
  }
  .cid-tjjfIfCWDE .navbar.opened {
    height: auto;
  }
  .cid-tjjfIfCWDE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjjfIgxUcm {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/desktop-2-1920x1024.png");
}
.cid-tjjfIgxUcm .row {
  flex-direction: row-reverse;
}
.cid-tjjfIgxUcm .row {
  align-items: center;
  width: 100%;
}
.cid-tjjfIgxUcm .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tjjfIgxUcm .col-text {
    width: 50%;
  }
}
.cid-tjjfIgxUcm .text-container {
  padding-bottom: 100px;
}
@media (min-width: 1025px) {
  .cid-tjjfIgxUcm .text-container {
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1441px) {
  .cid-tjjfIgxUcm .text-container {
    padding: 0 0 0 13%;
  }
}
.cid-tjjfIgxUcm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tjjfIgxUcm .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-tjjfIgxUcm .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1441px) {
  .cid-tjjfIgxUcm .text-wrapper {
    padding: 0 20% 0 0;
  }
}
.cid-tjjfIgxUcm .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-tjjfIgxUcm .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-tjjfIgxUcm .mbr-section-title b {
  font-weight: 600 !important;
}
.cid-tjjfIgxUcm .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tjjfIgxUcm .text-container .links-container {
  margin-top: 32px;
}
.cid-tjjfIgxUcm .text-container .links-container a {
  margin-right: 15px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tjjfIgxUcm .text-container .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tjjfIgxUcm .col-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tjjfIgxUcm .col-img {
    width: 50%;
  }
}
.cid-tjjfIgxUcm .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-tjjfIgxUcm .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .cid-tjjfIgxUcm .img-wrap {
    padding: 0 10px;
  }
}
.cid-tjjfIgxUcm .link-text {
  color: #f08522;
}
.cid-tjjfIgxUcm .mbr-section-title,
.cid-tjjfIgxUcm .mbr-section-btn {
  color: #218076;
}
.cid-tjjvWs8o1P {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tjjvWs8o1P .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tjjvWs8o1P .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tjjvWs8o1P .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tjjvWs8o1P .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tjjvWs8o1P .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tjjvWs8o1P .image-wrapper {
  margin: 0 50px;
}
.cid-tjjvWs8o1P .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tjjvWs8o1P .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tjjvWs8o1P .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tjjvWs8o1P .mbr-section-title {
  color: #000000;
}
.cid-tjkmRjXUCs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjkmRjXUCs .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-tjkmRjXUCs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjkmRjXUCs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjkmRjXUCs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjkmRjXUCs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f1893;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tjkmRjXUCs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjkmRjXUCs .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tjkmRjXUCs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tjkmRjXUCs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #2f1893 !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-tjkmRjXUCs .mbr-gallery-item > div img,
.cid-tjkmRjXUCs .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-tjkmRjXUCs .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-tjkmRjXUCs .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tjkmRjXUCs .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tjkmRjXUCs .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-tjjE6K9kRg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff5e2;
}
.cid-tjjE6K9kRg .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tjjE6K9kRg .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tjjE6K9kRg .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-tjjE6K9kRg .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-tjjE6K9kRg .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-tjjE6K9kRg .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tjjGLh8OiZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff5e2;
}
.cid-tjjGLh8OiZ .list-group-item {
  padding: 0.75rem 4rem;
  background-color: transparent;
}
.cid-tjjGLh8OiZ .plan {
  word-break: break-word;
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-tjjGLh8OiZ .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-tjjGLh8OiZ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tjjGLh8OiZ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-tjjGLh8OiZ .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tjjGLh8OiZ .plan:hover:after {
  opacity: 1;
}
.cid-tjjGLh8OiZ .card1 {
  background: #ffe8d2;
  margin: 1rem;
}
.cid-tjjGLh8OiZ .card2 {
  background: #eaf4f8;
  margin: 1rem;
}
.cid-tjjGLh8OiZ .card3 {
  background: #ffe8d2;
  margin: 1rem;
}
.cid-tjjGLh8OiZ .card4 {
  background: #eaf4f8;
  margin: 1rem;
}
.cid-tjjGLh8OiZ .plan-header {
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjjGLh8OiZ .plan-body {
  padding-bottom: 5rem;
}
.cid-tjjGLh8OiZ .price-figure {
  font-weight: 700;
  color: #3d626c;
}
.cid-tjjGLh8OiZ .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #3d626c;
}
@media (max-width: 767px) {
  .cid-tjjGLh8OiZ .price-figure {
    font-size: 4.25rem;
  }
  .cid-tjjGLh8OiZ .list-group-item {
    padding: 0.75rem 2rem;
  }
}
.cid-tjjGLh8OiZ .plan-title {
  color: #3d626c;
}
.cid-tjjGLh8OiZ UL {
  color: #3d626c;
}
.cid-tjjGLh8OiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjjGLh8OiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmvlbWCPMp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5e2;
}
.cid-tmvlbWCPMp img {
  width: 140px;
  margin: auto;
}
.cid-tmvlbWCPMp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tmvlfsDslQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff5e2;
}
.cid-tmvlfsDslQ img {
  width: 140px;
  margin: auto;
}
.cid-tmvlfsDslQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tjkeIE6AUv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjkeIE6AUv .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-tjkeIE6AUv .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-tjkeIE6AUv .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tjkfEK9BUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-tjkfEK9BUx .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-tjkfEK9BUx .card-title {
  color: #ffffff;
}
.cid-tjkfEK9BUx .mbr-text,
.cid-tjkfEK9BUx .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-tjkfEK9BUx .text-wrapper {
    padding-left: 5rem;
  }
  .cid-tjkfEK9BUx .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-tjkfEK9BUx .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-tjkfEK9BUx .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tjkfEK9BUx .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-tjkfEK9BUx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tjkfEK9BUx .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-tjkfEK9BUx .bg-wrapper {
    display: none;
  }
  .cid-tjkfEK9BUx .text-wrapper {
    text-align: center;
  }
  .cid-tjkfEK9BUx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tjkfEK9BUx .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-tjkfEK9BUx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-tjkfEK9BUx .card-title {
    letter-spacing: -1px;
  }
}
.cid-tmvl8QNuhp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvl9o634s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmvl9o634s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmvl9o634s .row {
  flex-direction: row-reverse;
}
.cid-tmvl9o634s img {
  width: 100%;
}
.cid-tjjfIltdb0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjjfIltdb0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjjfIltdb0 h2,
.cid-tjjfIltdb0 h3,
.cid-tjjfIltdb0 p {
  margin: 0;
}
.cid-tjjfIltdb0 .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjjfIltdb0 .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-tjjfIltdb0 .form-wrap {
    width: 100%;
  }
}
.cid-tjjfIltdb0 .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-tjjfIltdb0 .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tjjfIltdb0 .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-tjjfIltdb0 .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-tjjfIltdb0 .heading {
  margin-bottom: 20px;
}
.cid-tjjfIltdb0 .mbr-section-title {
  color: #000000;
}
.cid-tjjfIltdb0 .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-tjjfIltdb0 .mbr-section-subtitle {
  color: #218076;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-tjjfIltdb0 .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-tjjfIltdb0 .mbr-sub-text {
  color: #6b6b6b;
  margin: 5px 0;
  font-weight: 300;
}
.cid-tjjfIltdb0 .mbr-contacts {
  color: #6f7479;
  margin-bottom: 5px;
}
.cid-tjjfIltdb0 form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjjfIltdb0 textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-tjjfIltdb0 input,
.cid-tjjfIltdb0 select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-tjjfIltdb0 input:last-child,
.cid-tjjfIltdb0 select:last-child {
  margin-right: 0;
}
.cid-tjjfIltdb0 .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-tjjfIltdb0 .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-tjjfIltdb0 .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-tjjfIltdb0 .value {
  border: none;
}
.cid-tjjfIltdb0 input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-tjjfIltdb0 input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-tjjfIltdb0 input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-tjjfIltdb0 input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-tjjfIltdb0 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-tjjfIltdb0 input[type="range"]:focus {
  outline: none;
}
.cid-tjjfIltdb0 input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-tjjfIltdb0 input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-tjjfIltdb0 input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-tjjfIltdb0 .bpad {
  padding-bottom: 15px !importnat;
}
.cid-tjjfIm6fbk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tjjfIm6fbk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tjjfIm6fbk .media-wrap img {
  filter: invert(0);
}
.cid-tjjfIm6fbk .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tjjfIm6fbk .links {
    justify-content: center;
  }
  .cid-tjjfIm6fbk .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tjjfIm6fbk .links {
    justify-content: flex-end;
  }
  .cid-tjjfIm6fbk .link {
    margin: 0.5rem;
  }
}
.cid-tjjfIm6fbk .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tjjfIm6fbk .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tjjfIm6fbk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tjjfIm6fbk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tjjfIm6fbk .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tjjfIm6fbk .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tjjfIm6fbk .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tjjfIm6fbk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjjfIm6fbk .copyright > p {
  text-align: left;
}
.cid-tjkguRlrKr .navbar-dropdown {
  position: relative !important;
}
.cid-tjkguRlrKr .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tjkguRlrKr .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkguRlrKr .container,
  .cid-tjkguRlrKr .container-fluid {
    flex-wrap: initial;
  }
  .cid-tjkguRlrKr .nav-link:hover,
  .cid-tjkguRlrKr .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tjkguRlrKr .navbar-nav {
  margin: auto;
}
.cid-tjkguRlrKr .dropdown-item {
  color: #ffffff !important;
}
.cid-tjkguRlrKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjkguRlrKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjkguRlrKr .navbar-short,
.cid-tjkguRlrKr .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tjkguRlrKr .navbar-short .nav-link,
.cid-tjkguRlrKr .opened .nav-link,
.cid-tjkguRlrKr .navbar-short .navbar-caption,
.cid-tjkguRlrKr .opened .navbar-caption,
.cid-tjkguRlrKr .navbar-short .mbr-iconfont,
.cid-tjkguRlrKr .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tjkguRlrKr .navbar-short .hamburger span,
.cid-tjkguRlrKr .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tjkguRlrKr .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tjkguRlrKr .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-tjkguRlrKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tjkguRlrKr .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tjkguRlrKr .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tjkguRlrKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjkguRlrKr .container {
  display: flex;
  margin: auto;
}
.cid-tjkguRlrKr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjkguRlrKr .dropdown-menu,
.cid-tjkguRlrKr .navbar.opened {
  background: #218076 !important;
}
.cid-tjkguRlrKr .nav-item:focus,
.cid-tjkguRlrKr .nav-link:focus {
  outline: none;
}
.cid-tjkguRlrKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjkguRlrKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjkguRlrKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjkguRlrKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjkguRlrKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjkguRlrKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjkguRlrKr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tjkguRlrKr .navbar.opened {
  transition: all 0.3s;
}
.cid-tjkguRlrKr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjkguRlrKr .navbar .navbar-logo img {
  width: auto;
}
.cid-tjkguRlrKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjkguRlrKr .navbar.collapsed {
  justify-content: center;
}
.cid-tjkguRlrKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjkguRlrKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjkguRlrKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tjkguRlrKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjkguRlrKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjkguRlrKr .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-tjkguRlrKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjkguRlrKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjkguRlrKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjkguRlrKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjkguRlrKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjkguRlrKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjkguRlrKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjkguRlrKr .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-tjkguRlrKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjkguRlrKr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tjkguRlrKr .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjkguRlrKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjkguRlrKr .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tjkguRlrKr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjkguRlrKr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjkguRlrKr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjkguRlrKr .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjkguRlrKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tjkguRlrKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjkguRlrKr .dropdown-item.active,
.cid-tjkguRlrKr .dropdown-item:active {
  background-color: transparent;
}
.cid-tjkguRlrKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjkguRlrKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjkguRlrKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjkguRlrKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tjkguRlrKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjkguRlrKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjkguRlrKr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjkguRlrKr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjkguRlrKr button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjkguRlrKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tjkguRlrKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjkguRlrKr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkguRlrKr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkguRlrKr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjkguRlrKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkguRlrKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjkguRlrKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjkguRlrKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkguRlrKr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjkguRlrKr a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tjkguRlrKr .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-tjkguRlrKr .navbar {
    height: 70px;
  }
  .cid-tjkguRlrKr .navbar.opened {
    height: auto;
  }
  .cid-tjkguRlrKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjkyT8l79t {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tjkyT8l79t .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tjkyT8l79t .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tjkyT8l79t .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tjkyT8l79t .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tjkyT8l79t .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tjkyT8l79t .image-wrapper {
  margin: 0 150px;
}
.cid-tjkyT8l79t .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tjkyT8l79t .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tjkyT8l79t .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tjkyT8l79t .mbr-section-title {
  color: #1E1C21;
}
.cid-tmvluTlk5c {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvlvBHRIh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmvlvBHRIh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmvlvBHRIh .row {
  flex-direction: row-reverse;
}
.cid-tmvlvBHRIh img {
  width: 100%;
}
.cid-tjn1HwnHAF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjn1HwnHAF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjn1HwnHAF h2,
.cid-tjn1HwnHAF h3,
.cid-tjn1HwnHAF p {
  margin: 0;
}
.cid-tjn1HwnHAF .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjn1HwnHAF .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-tjn1HwnHAF .form-wrap {
    width: 100%;
  }
}
.cid-tjn1HwnHAF .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-tjn1HwnHAF .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tjn1HwnHAF .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-tjn1HwnHAF .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-tjn1HwnHAF .heading {
  margin-bottom: 20px;
}
.cid-tjn1HwnHAF .mbr-section-title {
  color: #000000;
}
.cid-tjn1HwnHAF .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-tjn1HwnHAF .mbr-section-subtitle {
  color: #218076;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-tjn1HwnHAF .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-tjn1HwnHAF .mbr-sub-text {
  color: #6b6b6b;
  margin: 5px 0;
  font-weight: 300;
}
.cid-tjn1HwnHAF .mbr-contacts {
  color: #6f7479;
  margin-bottom: 5px;
}
.cid-tjn1HwnHAF form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tjn1HwnHAF textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-tjn1HwnHAF input,
.cid-tjn1HwnHAF select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-tjn1HwnHAF input:last-child,
.cid-tjn1HwnHAF select:last-child {
  margin-right: 0;
}
.cid-tjn1HwnHAF .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-tjn1HwnHAF .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-tjn1HwnHAF .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-tjn1HwnHAF .value {
  border: none;
}
.cid-tjn1HwnHAF input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-tjn1HwnHAF input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-tjn1HwnHAF input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-tjn1HwnHAF input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-tjn1HwnHAF input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-tjn1HwnHAF input[type="range"]:focus {
  outline: none;
}
.cid-tjn1HwnHAF input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-tjn1HwnHAF input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-tjn1HwnHAF input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-tjn1HwnHAF .bpad {
  padding-bottom: 15px !importnat;
}
.cid-tjkguYGiUE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tjkguYGiUE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tjkguYGiUE .media-wrap img {
  filter: invert(0);
}
.cid-tjkguYGiUE .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tjkguYGiUE .links {
    justify-content: center;
  }
  .cid-tjkguYGiUE .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkguYGiUE .links {
    justify-content: flex-end;
  }
  .cid-tjkguYGiUE .link {
    margin: 0.5rem;
  }
}
.cid-tjkguYGiUE .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tjkguYGiUE .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tjkguYGiUE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tjkguYGiUE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tjkguYGiUE .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tjkguYGiUE .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tjkguYGiUE .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tjkguYGiUE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjkguYGiUE .copyright > p {
  text-align: left;
}
.cid-tjkAnSUZH5 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjkAnSUZH5 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tjkAnSUZH5 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tjkAnSUZH5 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-tjkAnSUZH5 .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-tjkAnSUZH5 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-tjkAnSUZH5 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tjkAwpph7i {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tjkAwpph7i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjkA5uZtKQ .navbar-dropdown {
  position: relative !important;
}
.cid-tjkA5uZtKQ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tjkA5uZtKQ .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkA5uZtKQ .container,
  .cid-tjkA5uZtKQ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tjkA5uZtKQ .nav-link:hover,
  .cid-tjkA5uZtKQ .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tjkA5uZtKQ .navbar-nav {
  margin: auto;
}
.cid-tjkA5uZtKQ .dropdown-item {
  color: #ffffff !important;
}
.cid-tjkA5uZtKQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjkA5uZtKQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjkA5uZtKQ .navbar-short,
.cid-tjkA5uZtKQ .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tjkA5uZtKQ .navbar-short .nav-link,
.cid-tjkA5uZtKQ .opened .nav-link,
.cid-tjkA5uZtKQ .navbar-short .navbar-caption,
.cid-tjkA5uZtKQ .opened .navbar-caption,
.cid-tjkA5uZtKQ .navbar-short .mbr-iconfont,
.cid-tjkA5uZtKQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tjkA5uZtKQ .navbar-short .hamburger span,
.cid-tjkA5uZtKQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tjkA5uZtKQ .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tjkA5uZtKQ .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-tjkA5uZtKQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tjkA5uZtKQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tjkA5uZtKQ .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tjkA5uZtKQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjkA5uZtKQ .container {
  display: flex;
  margin: auto;
}
.cid-tjkA5uZtKQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjkA5uZtKQ .dropdown-menu,
.cid-tjkA5uZtKQ .navbar.opened {
  background: #218076 !important;
}
.cid-tjkA5uZtKQ .nav-item:focus,
.cid-tjkA5uZtKQ .nav-link:focus {
  outline: none;
}
.cid-tjkA5uZtKQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjkA5uZtKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjkA5uZtKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjkA5uZtKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjkA5uZtKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjkA5uZtKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjkA5uZtKQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tjkA5uZtKQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tjkA5uZtKQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjkA5uZtKQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tjkA5uZtKQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjkA5uZtKQ .navbar.collapsed {
  justify-content: center;
}
.cid-tjkA5uZtKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjkA5uZtKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjkA5uZtKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tjkA5uZtKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjkA5uZtKQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjkA5uZtKQ .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-tjkA5uZtKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjkA5uZtKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjkA5uZtKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjkA5uZtKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjkA5uZtKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjkA5uZtKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjkA5uZtKQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjkA5uZtKQ .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-tjkA5uZtKQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjkA5uZtKQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tjkA5uZtKQ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjkA5uZtKQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjkA5uZtKQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tjkA5uZtKQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjkA5uZtKQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjkA5uZtKQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjkA5uZtKQ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjkA5uZtKQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tjkA5uZtKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjkA5uZtKQ .dropdown-item.active,
.cid-tjkA5uZtKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tjkA5uZtKQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjkA5uZtKQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjkA5uZtKQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjkA5uZtKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tjkA5uZtKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjkA5uZtKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjkA5uZtKQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjkA5uZtKQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjkA5uZtKQ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjkA5uZtKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tjkA5uZtKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjkA5uZtKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkA5uZtKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkA5uZtKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjkA5uZtKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkA5uZtKQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjkA5uZtKQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjkA5uZtKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkA5uZtKQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjkA5uZtKQ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tjkA5uZtKQ .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-tjkA5uZtKQ .navbar {
    height: 70px;
  }
  .cid-tjkA5uZtKQ .navbar.opened {
    height: auto;
  }
  .cid-tjkA5uZtKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjkA5zfsSe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tjkA5zfsSe .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tjkA5zfsSe .media-wrap img {
  filter: invert(0);
}
.cid-tjkA5zfsSe .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tjkA5zfsSe .links {
    justify-content: center;
  }
  .cid-tjkA5zfsSe .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkA5zfsSe .links {
    justify-content: flex-end;
  }
  .cid-tjkA5zfsSe .link {
    margin: 0.5rem;
  }
}
.cid-tjkA5zfsSe .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tjkA5zfsSe .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tjkA5zfsSe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tjkA5zfsSe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tjkA5zfsSe .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tjkA5zfsSe .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tjkA5zfsSe .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tjkA5zfsSe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjkA5zfsSe .copyright > p {
  text-align: left;
}
.cid-tjkHcLdY0s {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjkHcLdY0s .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tjkHcLdY0s .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tjkHcLdY0s .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-tjkHcLdY0s .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-tjkHcLdY0s .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-tjkHcLdY0s .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tjkHcMOBpL .navbar-dropdown {
  position: relative !important;
}
.cid-tjkHcMOBpL .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 1400px) {
  .cid-tjkHcMOBpL .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkHcMOBpL .container,
  .cid-tjkHcMOBpL .container-fluid {
    flex-wrap: initial;
  }
  .cid-tjkHcMOBpL .nav-link:hover,
  .cid-tjkHcMOBpL .nav-link:focus {
    color: #F08522;
    border-bottom: 1px solid #F08522;
  }
}
.cid-tjkHcMOBpL .navbar-nav {
  margin: auto;
}
.cid-tjkHcMOBpL .dropdown-item {
  color: #ffffff !important;
}
.cid-tjkHcMOBpL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjkHcMOBpL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjkHcMOBpL .navbar-short,
.cid-tjkHcMOBpL .opened {
  background: #218076 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tjkHcMOBpL .navbar-short .nav-link,
.cid-tjkHcMOBpL .opened .nav-link,
.cid-tjkHcMOBpL .navbar-short .navbar-caption,
.cid-tjkHcMOBpL .opened .navbar-caption,
.cid-tjkHcMOBpL .navbar-short .mbr-iconfont,
.cid-tjkHcMOBpL .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tjkHcMOBpL .navbar-short .hamburger span,
.cid-tjkHcMOBpL .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tjkHcMOBpL .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tjkHcMOBpL .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-tjkHcMOBpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tjkHcMOBpL .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tjkHcMOBpL .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tjkHcMOBpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjkHcMOBpL .container {
  display: flex;
  margin: auto;
}
.cid-tjkHcMOBpL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjkHcMOBpL .dropdown-menu,
.cid-tjkHcMOBpL .navbar.opened {
  background: #218076 !important;
}
.cid-tjkHcMOBpL .nav-item:focus,
.cid-tjkHcMOBpL .nav-link:focus {
  outline: none;
}
.cid-tjkHcMOBpL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjkHcMOBpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjkHcMOBpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjkHcMOBpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjkHcMOBpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjkHcMOBpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjkHcMOBpL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 128, 118, 0);
}
.cid-tjkHcMOBpL .navbar.opened {
  transition: all 0.3s;
}
.cid-tjkHcMOBpL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjkHcMOBpL .navbar .navbar-logo img {
  width: auto;
}
.cid-tjkHcMOBpL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjkHcMOBpL .navbar.collapsed {
  justify-content: center;
}
.cid-tjkHcMOBpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjkHcMOBpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjkHcMOBpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tjkHcMOBpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjkHcMOBpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjkHcMOBpL .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-tjkHcMOBpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjkHcMOBpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjkHcMOBpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjkHcMOBpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjkHcMOBpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjkHcMOBpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjkHcMOBpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjkHcMOBpL .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-tjkHcMOBpL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjkHcMOBpL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tjkHcMOBpL .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjkHcMOBpL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjkHcMOBpL .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tjkHcMOBpL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjkHcMOBpL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjkHcMOBpL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjkHcMOBpL .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjkHcMOBpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tjkHcMOBpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjkHcMOBpL .dropdown-item.active,
.cid-tjkHcMOBpL .dropdown-item:active {
  background-color: transparent;
}
.cid-tjkHcMOBpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjkHcMOBpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjkHcMOBpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjkHcMOBpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #218076;
}
.cid-tjkHcMOBpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjkHcMOBpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjkHcMOBpL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjkHcMOBpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjkHcMOBpL button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjkHcMOBpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #218076;
}
.cid-tjkHcMOBpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjkHcMOBpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkHcMOBpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjkHcMOBpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjkHcMOBpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkHcMOBpL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjkHcMOBpL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjkHcMOBpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjkHcMOBpL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjkHcMOBpL a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tjkHcMOBpL .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-tjkHcMOBpL .navbar {
    height: 70px;
  }
  .cid-tjkHcMOBpL .navbar.opened {
    height: auto;
  }
  .cid-tjkHcMOBpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjkISPpEne {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tjkISPpEne .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjkHcNEQma {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f08522;
}
@media (max-width: 767px) {
  .cid-tjkHcNEQma .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tjkHcNEQma .media-wrap img {
  filter: invert(0);
}
.cid-tjkHcNEQma .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tjkHcNEQma .links {
    justify-content: center;
  }
  .cid-tjkHcNEQma .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tjkHcNEQma .links {
    justify-content: flex-end;
  }
  .cid-tjkHcNEQma .link {
    margin: 0.5rem;
  }
}
.cid-tjkHcNEQma .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tjkHcNEQma .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tjkHcNEQma .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tjkHcNEQma .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tjkHcNEQma .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tjkHcNEQma .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tjkHcNEQma .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tjkHcNEQma .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjkHcNEQma .copyright > p {
  text-align: left;
}
