@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@font-face {
  font-family: "jf-openhuninn";
  src: url('../../../fonts/jf-openhuninn-1.1.ttf');
  font-weight: normal;
  font-style: normal
}
.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: 'Noto Sans TC', sans-serif;
  outline: none;
  overflow-x: hidden;
}
.display-1 {
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.88235294;
  font-family: "jf-openhuninn", sans-serif;
  color: #666;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-size: 1.3rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc(2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 30px;
  border-radius: 3px;
}
.btn-lg {
  padding: 6px 40px;
  border-radius: 5px;
  font-size: 20px !important;
}
.bg-primary {
  background-color: #273769 !important;
}
.bg-success {
  background-color: #f47b5b !important;
}
.bg-info {
  background-color: #c647fe !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f9db51 !important;
}
.btn-primary, .btn-primary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-primary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-secondary, .btn-secondary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-info, .btn-info:active {
  font-family: "jf-openhuninn", sans-serif;
  font-size: 18px;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
  background-color: #ff3a46 !important;
  background: linear-gradient(-135deg, #6b4492, #bd66e5);
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active {
  color: #ffffff !important;
  background-color: #bd66e5 !important;
  border: none !important;
  background: linear-gradient(-135deg, rgba(107, 68, 146, .8), #bd66e5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-info:hover {
  color: #ffffff !important;
  background-color: #bd66e5 !important;
  border: none !important;
  background: linear-gradient(-135deg, rgba(107, 68, 146, .8), #bd66e5);
}
.btn-success, .btn-success:active {
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
  color: #ffffff !important;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active {
  color: #ffffff !important;
  background-color: #f47b5b;
  border-color: #f47b5b;
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-success:hover {
  background-color: #f1552b !important;
  border-color: #f1552b !important;
}
.btn-warning, .btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger, .btn-danger:active {
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
  color: #483c02 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active {
  color: #483c02 !important;
  background-color: #f9db51;
  border-color: #f9db51;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
}
.btn-danger:hover {
  background-color: #fbe582 !important;
  border-color: #f7d120 !important;
}
.btn-white, .btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #273769 !important;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled, .btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black, .btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled, .btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline, .btn-primary-outline:active {
  background: none;
  border-color: #273769;
  color: #273769;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline, .btn-secondary-outline:active {
  background: none;
  border-color: #273769;
  color: #273769;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline, .btn-info-outline:active {
  background: none;
  border-color: #c647fe;
  color: #c647fe;
}
.btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active {
  color: #ffffff !important;
  background: #c647fe !important;
  border-color: #c647fe;
}
.btn-info-outline.disabled, .btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline, .btn-success-outline:active {
  background: none;
  border-color: #f47b5b;
  color: #f47b5b;
}
.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active {
  color: #ffffff !important;
  background: #f47b5b !important;
  border-color: #f47b5b;
}
.btn-success-outline.disabled, .btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline, .btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline, .btn-danger-outline:active {
  background: none;
  border-color: #f9db51;
  color: #f9db51;
}
.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active {
  color: #483c02 !important;
  background: #f9db51 !important;
  border-color: #f9db51;
}
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline, .btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled, .btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline, .btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #273769 !important;
}
.text-secondary {
  color: #273769 !important;
}
.text-success {
  color: #f47b5b !important;
}
.text-info {
  color: #c647fe !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f9db51 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0b101f !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #0b101f !important;
}
a.text-success:hover, a.text-success:focus {
  color: #da390f !important;
}
a.text-info:hover, a.text-info:focus {
  color: #9a01de !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #dcb608 !important;
}
a.text-white:hover, a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover, a.text-black:focus {
  color: #273769 !important;
}
.alert-success {
  background-color: #f47b5b;
}
.alert-info {
  background-color: #c647fe;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f9db51;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover, .mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #273769;
  border-color: #273769;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a, a:hover {
  color: #273769;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #516cbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #273769;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover, .jq-selectbox li.selected {
  background-color: #273769;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after {
  border-top-color: #273769;
  border-bottom-color: #273769;
}
.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: #273769 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #273769 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-syT6WGVjrq {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-syT6WGVjrq .nav-item, .cid-syT6WGVjrq .nav-link, .cid-syT6WGVjrq .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .nav-item:hover, .cid-syT6WGVjrq .nav-link:hover, .cid-syT6WGVjrq .navbar-caption:hover {
  color: #ffffff !important;
}
.cid-syT6WGVjrq .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-syT6WGVjrq .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-syT6WGVjrq .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-syT6WGVjrq .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-syT6WGVjrq .container-fluid, .cid-syT6WGVjrq .container {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
.cid-syT6WGVjrq .navbar-brand {
  padding: 0;
}
.cid-syT6WGVjrq .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
  font-size: 18px;
  font-family: "jf-openhuninn", sans-serif;
  color: #ffffff !important
}
.cid-syT6WGVjrq .nav-link:hover:before {
  width: 100%;
}
.cid-syT6WGVjrq .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .nav-link {
    margin: 0 !important;
  }
}
.cid-syT6WGVjrq .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syT6WGVjrq .widget p, .cid-syT6WGVjrq .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-syT6WGVjrq .widget p a, .cid-syT6WGVjrq .widget .icons-menu a {
  margin-left: 15px;
}
.cid-syT6WGVjrq .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-syT6WGVjrq .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-syT6WGVjrq .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-syT6WGVjrq .block__phone, .cid-syT6WGVjrq .icons-menu {
    display: none;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.mbr-section-btn .btn-secondary {
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
  background-color: #ff3a46 !important;
  background: linear-gradient(-135deg, rgba(255, 58, 70, 0.8), #e1a34c);
}
.mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-sySNFlOqzl .mbr-section-btn .btn-secondary {
  background-color: #9b4d82 !important;
  background: linear-gradient(-135deg, #9b4d82, #884298) !important;
}
.cid-sySNFlOqzl .mbr-section-btn .btn-secondary:hover {
  background-color: #7a3570 !important;
  background: #7a3570 !important;
}
.mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-syT6WGVjrq .navbar > .container, .cid-syT6WGVjrq .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-syT6WGVjrq .btn {
    white-space: nowrap;
  }
  .cid-syT6WGVjrq .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-syT6WGVjrq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-syT6WGVjrq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-syT6WGVjrq .dropdown-toggle::after, .cid-syT6WGVjrq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-syT6WGVjrq .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-syT6WGVjrq .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown-item:hover {
  color: #f9db51 !important;
}
.cid-syT6WGVjrq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-syT6WGVjrq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-syT6WGVjrq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-syT6WGVjrq .nav-item:focus, .cid-syT6WGVjrq .nav-link:focus {
  outline: none;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syT6WGVjrq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syT6WGVjrq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-syT6WGVjrq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syT6WGVjrq .navbar {
  min-height: 100px;
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.cid-syT6WGVjrq .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-syT6WGVjrq .navbar .navbar-collapse {
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.cid-syT6WGVjrq .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-syT6WGVjrq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syT6WGVjrq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syT6WGVjrq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syT6WGVjrq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syT6WGVjrq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin-left: 15px;
  }
  .cid-syT6WGVjrq .navbar .navbar-toggler {
    flex-basis: auto;
    margin-right: 20px;
  }
  .cid-syT6WGVjrq .navbar.navbar-short button.navbar-toggler .hamburger span {
    background-color: #222;
  }
}
.cid-syT6WGVjrq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 76px;
  height: 76px;
}
.cid-syT6WGVjrq .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-syT6WGVjrq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syT6WGVjrq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syT6WGVjrq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-syT6WGVjrq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syT6WGVjrq .dropdown-item.active, .cid-syT6WGVjrq .dropdown-item:active {
  background-color: transparent;
}
.cid-syT6WGVjrq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syT6WGVjrq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-syT6WGVjrq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syT6WGVjrq .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-syT6WGVjrq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-syT6WGVjrq a.nav-link:hover {
  color: #ffffff !important;
}
.cid-syT6WGVjrq .navbar.navbar-short a.nav-link {
  color: #273769 !important;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-syT6WGVjrq .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-syT6WGVjrq .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-syT6WGVjrq .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-syT6WGVjrq a.nav-link {
    justify-content: flex-start;
  }
  .cid-syT6WGVjrq ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-syT6WGVjrq .navbar-brand {
    padding: 0;
  }
  .cid-syT6WGVjrq .block__phone, .cid-syT6WGVjrq .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-syT6WGVjrq .widget {
    flex-direction: column;
  }
  .cid-syT6WGVjrq .widget p, .cid-syT6WGVjrq .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-syT6WGVjrq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syT6WGVjrq .navbar {
    height: 100px;
  }
  .cid-syT6WGVjrq .navbar.opened {
    height: auto;
  }
  .cid-syT6WGVjrq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sySNDzHW9h {
  padding-top: 13rem;
  padding-bottom: 13rem;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 33%), url("../../../assets/images/banner-1.jpg");
}
.cid-sySNDzHW9h .container {
  pointer-events: none;
}
.cid-sySNDzHW9h .subtitle__block, .cid-sySNDzHW9h .title__block, .cid-sySNDzHW9h .buttons__block {
  pointer-events: all;
}
.cid-sySNDzHW9h .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sySNDzHW9h .subtitle__block SPAN {
  color: #f9db51;
}
.cid-sySNDzHW9h .mbr-section-subtitle {
  display: inline-block;
}
.cid-sySNDzHW9h .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sySNDzHW9h .mbr-text {
  margin-top: 35px;
}
.cid-sySNDzHW9h .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sySNDzHW9h .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sySNDzHW9h .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sySNDzHW9h .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sySNDzHW9h .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-sySNDzHW9h .mbr-figure:hover {
  color: #c647fe;
  cursor: pointer;
}
.cid-sySNDzHW9h .mbr-figure:hover .mbr-media {
  border-color: #c647fe;
  color: #c647fe;
}
@media (max-width: 575px) {
  .cid-sySNDzHW9h .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sySNDzHW9h .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sySNDzHW9h .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sySNDzHW9h .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sySNDzHW9h .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sySNDzHW9h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sySNDzHW9h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sySNDzHW9h .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sySNDzHW9h a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sySNDzHW9h a.close:hover {
  color: #ffffff;
}
.cid-sySNDzHW9h .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 20%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sySNDzHW9h .animation__background .triangle2 {
  position: absolute;
  bottom: 30%;
  left: 58%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sySNDzHW9h .animation__background [class^="circle"] {
  animation-fill-mode: backwards !important;
}
.cid-sySNDzHW9h .animation__background .circle1 {
  display: inline-block;
  width: 22px;
  height: 28px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  position: absolute;
  top: -5%;
  left: 20%;
  animation: sakuraFall1 14s infinite linear;
  animation-delay: 0s;
}
.cid-sySNDzHW9h .animation__background .circle2 {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  position: absolute;
  top: -5%;
  left: 55%;
  animation: sakuraFall2 16s infinite linear;
  animation-delay: 3s;
}
.cid-sySNDzHW9h .animation__background .circle3 {
  display: inline-block;
  width: 18px;
  height: 23px;
  position: absolute;
  top: -5%;
  left: 75%;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  animation: sakuraFall3 15s infinite linear;
  animation-delay: 6s;
}
.cid-sySNDzHW9h .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 40%;
  animation: sakuraFall1 18s infinite linear;
  animation-delay: 4s;
}
.cid-sySNDzHW9h .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 25px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 85%;
  animation: sakuraFall2 13s infinite linear;
  animation-delay: 8s;
}
.cid-sySNDzHW9h .animation__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 21px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 10%;
  animation: sakuraFall3 17s infinite linear;
  animation-delay: 1s;
}
.cid-sySNDzHW9h .animation__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 30px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 62%;
  animation: sakuraFall1 12s infinite linear;
  animation-delay: 5s;
}
.cid-sySNDzHW9h .animation__background .circle8 {
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 16px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 48%;
  animation: sakuraFall2 19s infinite linear;
  animation-delay: 10s;
}
.cid-sySNDzHW9h .animation__background .circle9 {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 24px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 70%;
  animation: sakuraFall3 14s infinite linear;
  animation-delay: 2s;
}
.cid-sySNDzHW9h .animation__background .circle10 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 19px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 90%;
  animation: sakuraFall1 16s infinite linear;
  animation-delay: 7s;
}
.cid-sySNDzHW9h .animation__background .circle11 {
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 26px;
  background: url("../../../assets/images/sakura-petal.svg") no-repeat center / contain;
  top: -5%;
  left: 78%;
  animation: sakuraFall2 15s infinite linear;
  animation-delay: 11s;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes sakuraFall1 {
  0%  { transform: translate(0, -10px) rotate(0deg); opacity: 0; }
  3%  { opacity: 1; }
  5%  { transform: translate(-15px, 5vh) rotate(12deg); }
  10% { transform: translate(-26px, 11vh) rotate(25deg); }
  15% { transform: translate(-15px, 16vh) rotate(38deg); }
  20% { transform: translate(0, 22vh) rotate(52deg); }
  25% { transform: translate(15px, 27vh) rotate(68deg); }
  30% { transform: translate(26px, 33vh) rotate(82deg); }
  35% { transform: translate(15px, 38vh) rotate(98deg); }
  40% { transform: translate(0, 44vh) rotate(112deg); }
  45% { transform: translate(-15px, 49vh) rotate(128deg); }
  50% { transform: translate(-26px, 55vh) rotate(145deg); }
  55% { transform: translate(-15px, 60vh) rotate(160deg); }
  60% { transform: translate(0, 66vh) rotate(178deg); }
  65% { transform: translate(15px, 71vh) rotate(195deg); }
  70% { transform: translate(26px, 77vh) rotate(212deg); }
  75% { transform: translate(15px, 82vh) rotate(230deg); }
  80% { transform: translate(0, 88vh) rotate(248deg); }
  85% { transform: translate(-15px, 93vh) rotate(268deg); }
  90% { transform: translate(-26px, 99vh) rotate(290deg); }
  95% { transform: translate(-15px, 104vh) rotate(310deg); opacity: 1; }
  100% { transform: translate(0, 110vh) rotate(330deg); opacity: 0; }
}
@keyframes sakuraFall2 {
  0%  { transform: translate(0, -10px) rotate(0deg); opacity: 0; }
  3%  { opacity: 0.9; }
  5%  { transform: translate(16px, 5vh) rotate(-15deg); }
  10% { transform: translate(28px, 11vh) rotate(-30deg); }
  15% { transform: translate(16px, 16vh) rotate(-46deg); }
  20% { transform: translate(0, 22vh) rotate(-62deg); }
  25% { transform: translate(-16px, 27vh) rotate(-78deg); }
  30% { transform: translate(-28px, 33vh) rotate(-95deg); }
  35% { transform: translate(-16px, 38vh) rotate(-112deg); }
  40% { transform: translate(0, 44vh) rotate(-128deg); }
  45% { transform: translate(16px, 49vh) rotate(-145deg); }
  50% { transform: translate(28px, 55vh) rotate(-162deg); }
  55% { transform: translate(16px, 60vh) rotate(-180deg); }
  60% { transform: translate(0, 66vh) rotate(-198deg); }
  65% { transform: translate(-16px, 71vh) rotate(-215deg); }
  70% { transform: translate(-28px, 77vh) rotate(-232deg); }
  75% { transform: translate(-16px, 82vh) rotate(-250deg); }
  80% { transform: translate(0, 88vh) rotate(-268deg); }
  85% { transform: translate(16px, 93vh) rotate(-288deg); }
  90% { transform: translate(28px, 99vh) rotate(-308deg); }
  95% { transform: translate(16px, 104vh) rotate(-328deg); opacity: 0.9; }
  100% { transform: translate(0, 110vh) rotate(-345deg); opacity: 0; }
}
@keyframes sakuraFall3 {
  0%  { transform: translate(0, -10px) rotate(0deg); opacity: 0; }
  3%  { opacity: 1; }
  5%  { transform: translate(12px, 5vh) rotate(10deg); }
  10% { transform: translate(22px, 11vh) rotate(22deg); }
  15% { transform: translate(12px, 16vh) rotate(35deg); }
  20% { transform: translate(0, 22vh) rotate(50deg); }
  25% { transform: translate(-12px, 27vh) rotate(65deg); }
  30% { transform: translate(-22px, 33vh) rotate(82deg); }
  35% { transform: translate(-12px, 38vh) rotate(98deg); }
  40% { transform: translate(0, 44vh) rotate(115deg); }
  45% { transform: translate(12px, 49vh) rotate(132deg); }
  50% { transform: translate(22px, 55vh) rotate(150deg); }
  55% { transform: translate(12px, 60vh) rotate(168deg); }
  60% { transform: translate(0, 66vh) rotate(185deg); }
  65% { transform: translate(-12px, 71vh) rotate(202deg); }
  70% { transform: translate(-22px, 77vh) rotate(220deg); }
  75% { transform: translate(-12px, 82vh) rotate(238deg); }
  80% { transform: translate(0, 88vh) rotate(255deg); }
  85% { transform: translate(12px, 93vh) rotate(272deg); }
  90% { transform: translate(22px, 99vh) rotate(290deg); }
  95% { transform: translate(12px, 104vh) rotate(308deg); opacity: 1; }
  100% { transform: translate(0, 110vh) rotate(320deg); opacity: 0; }
}
.cid-syXJQrUy8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syXJQrUy8R .container, .cid-syXJQrUy8R .container-fluid {
  z-index: 10;
}
.cid-syXJQrUy8R .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-syXJQrUy8R .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-syXJQrUy8R .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syXJQrUy8R .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-syXJQrUy8R .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-syXJQrUy8R .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(244, 123, 91, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syXJQrUy8R .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-syXJQrUy8R .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-syXJQrUy8R .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(249, 219, 81, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syXJQrUy8R .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-syXJQrUy8R .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-syXJQrUy8R .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(198, 71, 254, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syXJQrUy8R .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-syXJQrUy8R .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-syXJQrUy8R .container {
  pointer-events: none;
}
.cid-syXJQrUy8R .subtitle__block, .cid-syXJQrUy8R .title__block, .cid-syXJQrUy8R .buttons__block {
  pointer-events: all;
}
.cid-syXJQrUy8R .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syXJQrUy8R .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-syXJQrUy8R .mbr-section-title b, .cid-syXJQrUy8R .mbr-section-title strong {
  font-weight: 900;
}
.cid-syXJQrUy8R .mbr-text {
  margin-bottom: 45px;
}
.cid-syXJQrUy8R .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-syXJQrUy8R .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-syXJQrUy8R .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syXJQrUy8R .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-syXJQrUy8R .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-syXJQrUy8R .mbr-figure:hover {
  color: #c647fe;
  cursor: pointer;
}
.cid-syXJQrUy8R .mbr-figure:hover .mbr-media {
  border-color: #c647fe;
  color: #c647fe;
}
@media (max-width: 575px) {
  .cid-syXJQrUy8R .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syXJQrUy8R .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syXJQrUy8R .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syXJQrUy8R .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syXJQrUy8R .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-syXJQrUy8R .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syXJQrUy8R .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syXJQrUy8R .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syXJQrUy8R a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syXJQrUy8R a.close:hover {
  color: #ffffff;
}
.cid-syXJQrUy8R .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #c647fe;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syXJQrUy8R .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #f47b5b;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-syXJQrUy8R .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-syXJQrUy8R .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #273769;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sySNFlOqzl {
  overflow: hidden;
  background-color: #ed3d73;
  background: linear-gradient(to right, #ffbd84, #ed3d73);
}
.cid-sySNFlOqzl .mbr-overlay {
  background: #f06292;
  background: linear-gradient(to right, #f06292, #f8bbd0);
}
.cid-sySNFlOqzl .mbr-section-title {
  pointer-events: all;
  font-size: 65px;
  line-height: 105px;
}
.cid-sySNFlOqzl .animated-element {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 600 !important;
  font-family: "jf-openhuninn", sans-serif;
}
.cid-sySNFlOqzl .animated-element:after {
  content: ".";
  color: #ff80ab;
}
.cid-sySNFlOqzl .typed-cursor {
  color: #ffffff;
  font-size: 70px;
}
.cid-sySNFlOqzl .mbr-section-title, .cid-sySNFlOqzl .animated-element {
  /*text-decoration: underline;*/
}
.cid-sySNFlOqzl .mbr-section-title, .cid-sySNFlOqzl .typed-text {
  color: #ffffff;
  font-family: 'Fredoka One', cursive;
}
.cid-sySNFlOqzl .animation__background .triangle2 {
  position: absolute;
  top: 15%;
  left: 10%;
  animation: scale__one 15s infinite linear;
  width: 80px;
  height: 80px;
}
.cid-sySNFlOqzl .animation__background .triangle {
  position: absolute;
  bottom: 40%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sySNFlOqzl .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 10%;
  left: 15%;
  background: #e91e63;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sySNFlOqzl .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 35%;
  right: 10%;
  background: #f06292;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sySNFlOqzl .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 15%;
  left: 20%;
  background: #ff4081;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sySNFlOqzl .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #880e4f;
  bottom: 40%;
  left: 43%;
  animation: animationOne 30s infinite linear;
}
.cid-sySNFlOqzl .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #f8bbd0;
  bottom: 30%;
  right: 20%;
  animation: animationOne 30s infinite linear;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syTf7AARdr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bf359d;
  background: linear-gradient(20deg, #bf359d, #dc4c35, #fdff81);
}
.cid-syTf7AARdr .mbr-text, .cid-syTf7AARdr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-syTf7AARdr .mbr-section-title, .cid-syTf7AARdr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-syTf7AARdr * {
    text-align: center !important;
  }
  .cid-syTf7AARdr .buttons-wrap {
    justify-content: center;
  }
}
.cid-syTfsTQqf3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg7.jpg");
}
.cid-syTfsTQqf3 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-syTfsTQqf3 .content__block {
  padding-top: 40px;
}
.cid-syTfsTQqf3 .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-syTfsTQqf3 .bottom__block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .cid-syTfsTQqf3 .bottom__block {
    margin-top: 50px;
  }
}
.cid-syTfsTQqf3 .mbr-iconfont {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
.cid-syTfsTQqf3 .bottom__title {
  margin: 30px 0 0;
  font-weight: 500;
}
.cid-syTfsTQqf3 .bottom__text {
  font-weight: 500;
  margin: 25px 0 0;
}
.cid-syTfsTQqf3 .image img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-syTfsTQqf3 .image img {
    width: 100%;
  }
}
.cid-syTfsTQqf3 .card__bottom {
  margin-bottom: 30px;
}
.cid-sySTXQ7C4J {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url(../../images/bg-2.gif);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sySTXQ7C4J .mbr-overlay {
  background: #5eeebb;
}
.cid-sySTXQ7C4J .column2 {
  margin-top: 0px;
}
.cid-sySTXQ7C4J .card {
  padding: 0 35px;
  position: relative;
}
.cid-sySTXQ7C4J .card:hover .image img {
  transform: scale(1.1);
}
/*.cid-sySTXQ7C4J .card:hover .card__content {
  left: 35px;
}*/
.cid-sySTXQ7C4J .image {
  border: none;
  overflow: hidden;
  border-top-right-radius: 40px;
}
.cid-sySTXQ7C4J .image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  border-radius: 4px 40px 0px 0px;
}
.cid-sySTXQ7C4J .card__content {
  position: relative;
  margin-top: -150px;
  right: 35px;
  left: 60px;
  padding: 50px 45px 50px 50px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sySTXQ7C4J .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #f9db51;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sySTXQ7C4J .card__icon img {
	width: 70px;
	height: 70px;
}
.cid-sySTXQ7C4J .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sySTXQ7C4J .card__title {
  margin-bottom: 15px;
  color: #233d63;
  font-family: "jf-openhuninn", sans-serif;
  font-size: 36px;
  font-weight: 600 !important;
}
.cid-sySTXQ7C4J .btn__card {
  display: block;
  position: absolute;
  right: 5%;
  top: 13%;
  transform: translateY(-50%);
}
.cid-sySTXQ7C4J .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sySTXQ7C4J .card {
    padding: 0;
  }
  .cid-sySTXQ7C4J .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
	min-height: 150px;
  }
  .cid-sySTXQ7C4J .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sySTXQ7C4J .image {
    max-height: 450px;
  }
}
.cid-syTfbHgunV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #094587;
  background: linear-gradient(to right top, #094587, #3adcdc);
}
.cid-syTfbHgunV .mbr-text, .cid-syTfbHgunV .mbr-section-btn {
  color: #ffffff;
}
.cid-syTfbHgunV .mbr-section-title {
  color: #ffffff;
}
.cid-syTfbHgunV .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-syTfbHgunV * {
    text-align: center;
  }
  .cid-syTfbHgunV .buttons-wrap {
    justify-content: center;
  }
}
.cid-syTf8PI5dh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #00a8c5;
  background: linear-gradient(to right top, #00a8c5, #ffff7e);
}
.cid-syTf8PI5dh .mbr-text, .cid-syTf8PI5dh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-syTf8PI5dh .mbr-section-title, .cid-syTf8PI5dh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-syTf8PI5dh .video-wrapper {
  width: 55%;
  margin: auto;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .cid-syTf8PI5dh .app-video-wrapper::before {
    font-size: 50px;
    line-height: 1;
    margin-left: -20px;
    margin-top: -25px;
  }
}
.cid-syTjgM6C6h {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #b8d94f;
}
.cid-syTjgM6C6h .carousel {
  z-index: 0;
}
.cid-syTjgM6C6h .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-syTjgM6C6h .carousel-item.active, .cid-syTjgM6C6h .carousel-item-next, .cid-syTjgM6C6h .carousel-item-prev {
  display: flex;
}
.cid-syTjgM6C6h .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-syTjgM6C6h .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-syTjgM6C6h .carousel-controls a {
  font-size: 2rem;
}
.cid-syTjgM6C6h .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-syTjgM6C6h .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-syTjgM6C6h ol {
  margin-bottom: 0;
  bottom: -7rem;
}
.cid-syTjgM6C6h .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-syTjgM6C6h .carousel-indicators .active {
  background: #47a15d;
}
.cid-syTjgM6C6h .user_text, .cid-syTjgM6C6h .user_desk {
  color: #767676;
}
.cid-syTjgM6C6h .user_text {
  color: #ffffff;
  font-weight: 500;
}
.cid-syTjgM6C6h .user_desk {
  color: #ffffff;
}
.cid-syTjgM6C6h .title, .cid-syTjgM6C6h .line-align {
  color: #47a15d;
}
.cid-syTjgM6C6h .title {
  text-transform: uppercase;
  padding-bottom: 2.35rem !important;
  margin: 0 !important;
}
.cid-syTfgpDXuo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d57df7;
  background: linear-gradient(to right top, #d57df7, #2a1669);
}
.cid-syTfgpDXuo .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-syTfgpDXuo .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-syTfgpDXuo .mbr-text, .cid-syTfgpDXuo .mbr-section-btn {
  color: #ffffff;
}
.cid-syTfgpDXuo .mbr-section-title {
  color: #ffffff;
}
.cid-syTfgpDXuo .buttons-wrap .link {
  display: flex;
}
.cid-syTfgpDXuo .mbr-arrow {
  bottom: 0;
}
.cid-syTjifsUgv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #faaf3f;
}
.cid-syTjifsUgv .card {
  margin-bottom: 2rem;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-syTjifsUgv .card {
    padding-left: 1rem;
  }
}
.cid-syTjifsUgv .card-title {
  padding-bottom: 5rem;
  color: #6f5ad3;
}
.cid-syTjifsUgv .text-wrapper {
  width: 100%;
}
.cid-syTjifsUgv .mbr-iconfont {
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 5rem;
  color: #6f5ad3;
  opacity: 0.2;
}
.cid-syTjifsUgv .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-syTjifsUgv .align-right, .cid-syTjifsUgv .align-left {
    text-align: center;
  }
  .cid-syTjifsUgv .card-wrapper {
    flex-direction: column;
  }
}
.cid-syTjifsUgv .mbr-text {
  color: #ffffff;
}
.cid-syTjifsUgv .name {
  color: #6f5ad3;
}
.cid-syTjifsUgv .position {
  color: #6f5ad3;
}
.cid-syTjjAdQrv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #279e64;
}
.cid-syTjjAdQrv .container, .cid-syTjjAdQrv .container-fluid {
  margin-bottom: 70px;
}
.cid-syTjjAdQrv .container.main, .cid-syTjjAdQrv .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-syTjjAdQrv .container .mbr-section-subtitle, .cid-syTjjAdQrv .container-fluid .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-syTjjAdQrv .container .mbr-section-title, .cid-syTjjAdQrv .container-fluid .mbr-section-title, .cid-syTjjAdQrv .container .signature, .cid-syTjjAdQrv .container-fluid .signature {
  color: #ffffff;
}
.cid-syTjjAdQrv .container .mbr-section-title, .cid-syTjjAdQrv .container-fluid .mbr-section-title {
  margin-bottom: 20px;
}
.cid-syTjjAdQrv .container .mbr-text, .cid-syTjjAdQrv .container-fluid .mbr-text {
  color: #ffffff;
}
.cid-syTjjAdQrv .carousel-item {
  justify-content: center;
  padding: 0 0rem;
}
.cid-syTjjAdQrv .carousel-item > div {
  width: 100%;
}
.cid-syTjjAdQrv .carousel-item.active, .cid-syTjjAdQrv .carousel-item-next, .cid-syTjjAdQrv .carousel-item-prev {
  display: flex;
}
.cid-syTjjAdQrv .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-syTjjAdQrv .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-syTjjAdQrv .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-syTjjAdQrv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-syTjjAdQrv .card {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 40px 0 40px 0;
  position: relative;
}
.cid-syTjjAdQrv .card .left-content {
  width: 58%;
  padding: 0 15px 36px 40px;
  display: block;
}
.cid-syTjjAdQrv .card .left-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-syTjjAdQrv .card .left-content .service-icon .front {
  color: #e3e5e6;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-syTjjAdQrv .card .left-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-syTjjAdQrv .card .left-content .card-text {
  margin-bottom: 25px;
  color: #c647fe;
}
.cid-syTjjAdQrv .card .left-content .signature {
  margin-bottom: 0;
  color: #273769;
  font-weight: 500;
}
.cid-syTjjAdQrv .card .left-content .profession {
  color: #c647fe;
}
.cid-syTjjAdQrv .card .left-content .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.cid-syTjjAdQrv .card .left-content .mbr-section-btn .link {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #273769;
}
.cid-syTjjAdQrv .card .left-content .mbr-section-btn a.text-white:hover, .cid-syTjjAdQrv .card .left-content .mbr-section-btn a.text-white:focus {
  color: #000000 !important;
}
.cid-syTjjAdQrv .card .right-content {
  width: 43%;
  flex: none;
}
.cid-rVMdmjU4Mx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-rVMdmjU4Mx .mbr-section-title {
  color: #233d63;
}
.cid-rVMdmjU4Mx .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rVMdmjU4Mx .mbr-section-title, .cid-rVMdmjU4Mx .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rVMdmjU4Mx .mbr-section-subtitle {
  text-align: center;
}
.cid-rVMaoT85d6 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-rVMaoT85d6.bg-2 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/backgraund-2.jpg");
}
@media (min-width: 768px) {
  .cid-rVMaoT85d6 .showArrow {
    padding-bottom: 115px;
  }
}
.cid-rVMaoT85d6 .card-inner {
  background: #fbfcff;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 52px 30px 40px 30px;
  margin-top: 45px;
  min-height: 450px;
}
.cid-rVMaoT85d6 .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-rVMaoT85d6 .card-inner:hover {
  border: none;
}
.cid-rVMaoT85d6 .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-rVMaoT85d6 .card-inner:hover .card-title, .cid-rVMaoT85d6 .card-inner:hover .mbr-text, .cid-rVMaoT85d6 .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-rVMaoT85d6 .animation__background {
  background-color: #ff3a46;
  background: linear-gradient(-135deg, rgba(255, 58, 70, 0.8), #e1a34c);
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-rVMaoT85d6 .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rVMaoT85d6 .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rVMaoT85d6 .icon__block {
  position: relative;
  font-size: 80px;
  margin-bottom: 30px;
  color: #f47b5b;
  transition: all 0.3s ease-in-out;
}
.cid-rVMaoT85d6 .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  color: #273769;
  transition: all 0.3s ease-in-out;
  font-family: "jf-openhuninn", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.cid-rVMaoT85d6 .mbr-text {
  padding-bottom: 15px;
  text-align: left;
  color: #6A6C72;
  line-height: 1.7;
}
.mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #273769;
}
.mbr-arrow > a {
  color: #273769;
}
.mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
.cid-rVMaoT85d6 .card-title, .cid-rVMaoT85d6 .icon__block {
  text-align: center;
}
.cid-sySXi6pbcQ {
  padding-top: 375px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/map-jp.jpg");
}
.cid-sySXi6pbcQ h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-sySXi6pbcQ h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sySXi6pbcQ .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-sySXi6pbcQ .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-sySXi6pbcQ .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-sySXi6pbcQ h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sySXi6pbcQ .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-sySXi6pbcQ h1 {
    margin-bottom: 8rem;
  }
}
.cid-syTjnPbsLh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syTjnPbsLh img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-syTjnPbsLh .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-syTjnPbsLh .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-syTjnPbsLh .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-syTjnPbsLh .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#5758e0, #cc2952);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-syTjnPbsLh .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-syTjnPbsLh .card:hover img {
  transform: scale(1.06);
}
.cid-syTjnPbsLh .card:hover .card-box {
  opacity: 1;
}
.cid-syTjnPbsLh .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-syTjnPbsLh .card:hover .text-wrap {
  opacity: 1;
}
.cid-syTjnPbsLh .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-syTjnPbsLh .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-syTjnPbsLh .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-syTjnPbsLh .mbr-text, .cid-syTjnPbsLh .link-align {
  color: #ffffff;
}
.cid-syTjnPbsLh .mbr-subtitle, .cid-syTjnPbsLh .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-syTjnPbsLh .card .text-wrap, .cid-syTjnPbsLh .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-syTjnPbsLh .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-syTjnPbsLh .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-syTjnPbsLh .main-title {
  color: #999999;
}
.cid-syTjnPbsLh .mbr-subtitle {
  color: #cccccc;
}
.cid-syTjnPbsLh .mbr-mainsubtitle {
  color: #000000;
}
.cid-syTjpA1khh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-syTjpA1khh .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-syTjpA1khh .mbr-iconfont {
  font-size: 1.1rem;
  padding: 0 10px;
  transition: color 0.3s;
}
.cid-syTjpA1khh .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-syTjpA1khh .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-syTjpA1khh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #273769;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-syTjpA1khh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-syTjpA1khh .mbr-section-title {
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-syTjpA1khh .mbr-section-title.disply-2 {
  line-height: 1.375;
}
.cid-syTjpA1khh .mbr-text {
  margin-bottom: 20px;
  color: #606060;
}
.cid-syTjpA1khh .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-syTjpA1khh .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-syTjpA1khh .blockquote-details .img-blob {
  margin-bottom: 25px;
}
.cid-syTjpA1khh .blockquote-details .img-blob img {
  width: 100%;
  border-radius: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-syTjpA1khh .blockquote-details .info {
  padding-left: 20px;
}
.cid-syTjpA1khh .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 15px;
}
.cid-syTjpA1khh .blockquote-details .info .signature.display-5 {
  line-height: 1.27;
}
.cid-syTjpA1khh .blockquote-details .info .desk {
  color: #999;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-syTjpA1khh .blockquote-details .info .desk.display-4 {
  line-height: 1.615;
  font-size: 13px;
}
.cid-syTjpA1khh .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-syTjpA1khh .carousel-item > div {
  width: 100%;
}
.cid-syTjpA1khh .carousel-item.active, .cid-syTjpA1khh .carousel-item-next, .cid-syTjpA1khh .carousel-item-prev {
  display: flex;
}
.cid-syTjpA1khh .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(198, 71, 254, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-syTjpA1khh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-syTjpA1khh .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(198, 71, 254, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-syTjpA1khh .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -45px;
}
@media (max-width: 992px) {
  .cid-syTjpA1khh .blockquote-details {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-syTjpA1khh .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
.cid-syT5Vpvnhj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff;
}
.cid-syT5Vpvnhj .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
/*.cid-syT5Vpvnhj .card:hover .card__info {
  transform: translate(0px, 55px);
}*/
.cid-syT5Vpvnhj .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-syT5Vpvnhj .image__card {
  position: relative;
}
.cid-syT5Vpvnhj .image__card img {
  border-radius: 4px 40px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-syT5Vpvnhj .card__info {
  padding: 25px 0px 30px 25px;
  background: #fbfcff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-syT5Vpvnhj .card__title {
  color: #273769;
  font-family: "jf-openhuninn", sans-serif;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 12px!important;
}
.cid-syT5Vpvnhj .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #fbfcff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-syT5Vpvnhj .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-syT5Vpvnhj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #273769;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-syT5Vpvnhj .icons__wrap:hover {
  color: #f9db51;
}
.cid-syT5Vpvnhj .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-syT5Vpvnhj .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 32s infinite linear;
}
.cid-syT5Vpvnhj .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 29s infinite linear;
}
.cid-syT5Vpvnhj .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 27s infinite linear;
}
.cid-syT5Vpvnhj .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 22s infinite linear;
}
.cid-syT5Vpvnhj .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 70px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-syT5Vpvnhj .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -10%;
  left: -80px;
}
.plan-box.cid-syT5Vpvnhj .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 70px solid rgba(255, 255, 255, .1);
  bottom: -165px;
  right: -165px;
}
.plan-box.cid-syT5Vpvnhj .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 50px solid rgba(255, 255, 255, .1);
  top: -10%;
  left: -80px;
}
.plan-box.usa.cid-syT5Vpvnhj .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 70px solid rgba(0, 0, 0, .05);
  bottom: -165px;
  right: -165px;
}
.plan-box.usa.cid-syT5Vpvnhj .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 50px solid rgba(0, 0, 0, .05);
  top: -15%;
  left: -80px;
}
.cid-syT5Vpvnhj .card__text {
  color: #4a4a4a;
}
.cid-sySYUifumc {
  padding-top: 375px;
  padding-bottom: 375px;
  background-image: url("../../../assets/images/-1-2000x1488.jpg");
}
.cid-sySYUifumc h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-sySYUifumc h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sySYUifumc .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-sySYUifumc .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-sySYUifumc .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-sySYUifumc h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sySYUifumc .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-sySYUifumc h1 {
    margin-bottom: 8rem;
  }
}
.cid-rVKhV3njsK {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rVKhV3njsK .container, .cid-rVKhV3njsK .container-fluid {
  pointer-events: none;
}
.cid-rVKhV3njsK .mbr-section-subtitle, .cid-rVKhV3njsK .mbr-section-title, .cid-rVKhV3njsK .mbr-subtext, .cid-rVKhV3njsK .mbr-text, .cid-rVKhV3njsK .mbr-section-btn, .cid-rVKhV3njsK .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-rVKhV3njsK .title__block {
    padding-top: 70px;
  }
}
.cid-rVKhV3njsK .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVKhV3njsK .mbr-section-title {
  color: #273769;
  margin-bottom: 25px;
}
.cid-rVKhV3njsK .mbr-section-title span {
  font-weight: 300;
}
.cid-rVKhV3njsK .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-rVKhV3njsK .mbr-section-btn {
  margin-top: 60px;
}
.cid-rVKhV3njsK .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-rVKhV3njsK .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rVKhV3njsK .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-rVKhV3njsK .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-rVKhV3njsK .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVKhV3njsK .wrap__image {
    text-align: right;
  }
  .cid-rVKhV3njsK .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-rVKhV3njsK .wrap__image {
    text-align: center !important;
  }
}
.cid-rVKhV3njsK .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-rVKhV3njsK .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-rVKhV3njsK .image__block2 {
    display: none;
  }
}
.cid-rVKhV3njsK .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-rVKhV3njsK .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rVKhV3njsK .image__background .circle__image1 {
    display: none;
  }
}
.cid-rVKhV3njsK .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-rVKhV3njsK .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rVKhV3njsK .image__background .circle__image2 {
    display: none;
  }
}
.cid-rVKhV3njsK .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVKhV3njsK .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rVKhV3njsK .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: scale__two 5s infinite linear;
}
.cid-rVKhV3njsK .mbr-text, .cid-rVKhV3njsK .mbr-section-btn {
  color: #4a4a4a;
}
.cid-syT2N1uOVn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-syT2N1uOVn .mbr-section-title {
  color: #233d63;
}
.cid-syT2N1uOVn .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-syT2N1uOVn .mbr-section-title, .cid-syT2N1uOVn .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-syT2N1uOVn .mbr-section-subtitle {
  text-align: center;
}
.cid-syT2M19MmV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
@media (min-width: 768px) {
  .cid-syT2M19MmV .showArrow {
    padding-bottom: 115px;
  }
}
.cid-syT2M19MmV .card-inner {
  background: #fbfcff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 430px;
}
.cid-syT2M19MmV .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #5eeebb;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-syT2M19MmV .card-inner:hover {
  border: none;
}
.cid-syT2M19MmV .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-syT2M19MmV .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-syT2M19MmV .card-inner:hover .card-title, .cid-syT2M19MmV .card-inner:hover .mbr-text, .cid-syT2M19MmV .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-syT2M19MmV .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-syT2M19MmV .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-syT2M19MmV .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-syT2M19MmV .animation__background {
  background-color: #51aafa;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-syT2M19MmV .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #5eeebb;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-syT2M19MmV .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #51aafa;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-syT2M19MmV .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #f47b5b;
  transition: all 0.3s ease-in-out;
}
.cid-syT2M19MmV .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #273769;
  transition: all 0.3s ease-in-out;
}
.cid-syT2M19MmV .mbr-text {
  padding-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}
.cid-syT2M19MmV .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #273769;
}
.cid-syT2M19MmV .mbr-arrow > a {
  color: #273769;
}
.cid-syT2M19MmV .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-syT2M19MmV .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-syT2M19MmV .card-title, .cid-syT2M19MmV .icon__block {
  text-align: center;
}
.cid-syT354vQ4o {
  padding-top: 375px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/map-1-2000x1160.jpg");
}
.cid-syT354vQ4o h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-syT354vQ4o h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-syT354vQ4o .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-syT354vQ4o .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-syT354vQ4o .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-syT354vQ4o h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-syT354vQ4o .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-syT354vQ4o h1 {
    margin-bottom: 8rem;
  }
}
.cid-rVMdZP98Iw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(81, 170, 250, 0.2));
}
.cid-rVMdZP98Iw .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-rVMdZP98Iw .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-rVMdZP98Iw .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-rVMdZP98Iw .image__card {
  position: relative;
}
.cid-rVMdZP98Iw .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-rVMdZP98Iw .card__info {
  padding: 25px 25px 30px 50px;
  background: #fbfcff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-rVMdZP98Iw .card__title {
  margin-bottom: 5px;
  color: #273769;
}
.cid-rVMdZP98Iw .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #fbfcff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-rVMdZP98Iw .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-rVMdZP98Iw .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #273769;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-rVMdZP98Iw .icons__wrap:hover {
  color: #f9db51;
}
.cid-rVMdZP98Iw .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVMdZP98Iw .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 32s infinite linear;
}
.cid-rVMdZP98Iw .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 29s infinite linear;
}
.cid-rVMdZP98Iw .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 27s infinite linear;
}
.cid-rVMdZP98Iw .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 22s infinite linear;
}
.cid-rVMdZP98Iw .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 80px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rVMdZP98Iw .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-rVMdZP98Iw .card__text {
  color: #4a4a4a;
}
.cid-syT3KWGz5N {
  padding-top: 375px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cleanshot-2021-05-30-at-17.56.322x-2000x900.png");
}
.cid-syT3KWGz5N h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-syT3KWGz5N h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-syT3KWGz5N .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-syT3KWGz5N .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-syT3KWGz5N .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-syT3KWGz5N h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-syT3KWGz5N .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-syT3KWGz5N h1 {
    margin-bottom: 8rem;
  }
}
.cid-syT42GyuRJ {
  padding-top: 4.7rem;
  padding-bottom: 4.6rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0px 10px 30px 0px rgb(39 55 105 / 40%);
  background-color: #094587;
  background: linear-gradient(-135deg, #372a76, #7f4f92);
}
.cid-syT42GyuRJ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syT42GyuRJ .mbr-section-title {
  color: #233d63;
}
.cid-syT42GyuRJ .mbr-section-subtitle {
  text-align: center;
}
.cid-syT42GyuRJ .mbr-section-btn {
  margin-top: 35px;
}
.cid-syT42GyuRJ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syT42GyuRJ .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-syT42GyuRJ .mbr-section-btn .btn-white:hover {
  background: linear-gradient(-135deg, rgba(255, 58, 70, 0.8), #e1a34c);
  border: none !important;
  color: #ffffff !important;
}
.cid-syT42GyuRJ .mbr-section-title, .cid-syT42GyuRJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  font-family: "jf-openhuninn", sans-serif;
}
.cid-syT6EoYuq1 {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-syT6EoYuq1 .title_block {
  margin-bottom: 80px;
}
.cid-syT6EoYuq1 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6400;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-syT6EoYuq1 .mbr-section-title {
  color: #273769;
}
.cid-syT6EoYuq1 .image {
  position: relative;
}
.cid-syT6EoYuq1 .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-syT6EoYuq1 .image {
    left: -32px;
  }
}
.cid-syT6EoYuq1 .card_icon {
  margin-bottom: 30px;
}
.cid-syT6EoYuq1 .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-syT6EoYuq1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-syT6EoYuq1 .row .item {
  margin: auto;
}
.cid-syT6EoYuq1 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(249, 219, 81, 0.4);
  background-image: linear-gradient(-27deg, #f9db51 0%, #fcefb4 100%);
}
.cid-syT6EoYuq1 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(244, 123, 91, 0.4);
  background-image: linear-gradient(-27deg, #f47b5b 0%, #fac8bb 100%);
}
.cid-syT6EoYuq1 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 100, 0, 0.4);
  background-image: linear-gradient(-27deg, #ff6400 0%, #ffa266 100%);
}
.cid-syT6EoYuq1 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(39, 55, 105, 0.4);
  background-image: linear-gradient(-27deg, #273769 0%, #435eb3 100%);
}
.cid-syT6EoYuq1 .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #273769;
}
.cid-syT6EoYuq1 .card-text {
  margin-bottom: 0;
}
.cid-syT6EoYuq1 .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-syT6EoYuq1 .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-syT6EoYuq1 .image {
    margin-bottom: 35px;
  }
  .cid-syT6EoYuq1 .title_block, .cid-syT6EoYuq1 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-syT6EoYuq1 .card_icon {
    margin-bottom: 25px;
  }
  .cid-syT6EoYuq1 .card-title {
    margin-bottom: 16px;
  }
}
.cid-syT4rPPtsB {
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-syT4rPPtsB .container, .cid-syT4rPPtsB .container-fluid {
  pointer-events: none;
}
.cid-syT4rPPtsB .mbr-section-subtitle, .cid-syT4rPPtsB .mbr-section-title, .cid-syT4rPPtsB .mbr-subtext, .cid-syT4rPPtsB .mbr-text, .cid-syT4rPPtsB .mbr-section-btn, .cid-syT4rPPtsB .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-syT4rPPtsB .title__block {
    padding-top: 70px;
  }
}
.cid-syT4rPPtsB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syT4rPPtsB .mbr-section-title {
  color: #273769;
  margin-bottom: 25px;
  font-family: "jf-openhuninn", sans-serif;
  font-weight: 600 !important;
}
.cid-syT4rPPtsB .mbr-section-title span {
  font-weight: 300;
}
.cid-syT4rPPtsB .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-syT4rPPtsB .mbr-section-btn {
  margin-top: 60px;
}
.cid-syT4rPPtsB .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 430px;
  max-height: 630px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-syT4rPPtsB .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-syT4rPPtsB .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-syT4rPPtsB .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-syT4rPPtsB .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-syT4rPPtsB .wrap__image {
    text-align: right;
  }
  .cid-syT4rPPtsB .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-syT4rPPtsB .wrap__image {
    text-align: center !important;
  }
}
.cid-syT4rPPtsB .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-syT4rPPtsB .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-syT4rPPtsB .image__block2 {
    display: none;
  }
}
.cid-syT4rPPtsB .image__background .circle__image1 {
  width: 800px;
  height: 800px;
  left: -150px;
  border-radius: 50%;
  top: 80px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-syT4rPPtsB .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-syT4rPPtsB .image__background .circle__image1 {
    display: none;
  }
}
.cid-syT4rPPtsB .image__background .circle__image2 {
  width: 800px;
  height: 800px;
  left: -210px;
  border-radius: 50%;
  top: 40px;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-syT4rPPtsB .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-syT4rPPtsB .image__background .circle__image2 {
    display: none;
  }
}
.cid-syT4rPPtsB .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-syT4rPPtsB .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syT4rPPtsB .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: scale__two 5s infinite linear;
}
.cid-syT4rPPtsB .mbr-text, .cid-syT4rPPtsB .mbr-section-btn {
  color: #4a4a4a;
}
.cid-syT6C4YmK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008ce3;
  background-image: linear-gradient(45deg, rgba(0, 140, 227, 0.8) 0, #796eff 100%);
}
.cid-syT6C4YmK3 .mbr-overlay {
  background: #4154f1;
}
.cid-syT6C4YmK3 .row {
  align-items: center;
}
.cid-syT6C4YmK3 .form-group input {
  opacity: .5;
  border: none;
  border-bottom: 1px solid #ffffff !important;
  height: 60px;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.43;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-syT6C4YmK3 .form-group input:hover {
  opacity: 1;
}
.cid-syT6C4YmK3 input::placeholder {
  color: #ffffff;
}
.cid-syT6C4YmK3 .btn {
  width: 100%;
  padding: 18px 40px;
}
.cid-syT6C4YmK3 .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-syT6C4YmK3 .mbr-form {
    margin-top: 25px;
  }
}
.cid-syTjARN8qp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-syTjARN8qp h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-syTjARN8qp .countdown-row {
  width: 100%;
  text-align: center;
}
.cid-syTjARN8qp .lower-line {
  text-align: center;
}
.cid-syTjARN8qp .mbr-form {
  margin-bottom: 3rem;
}
.cid-syTjARN8qp .form-control {
  min-height: 2.7em;
  paddding: 0 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
  border: none;
}
.cid-syTjARN8qp .form-row {
  max-width: 480px;
  margin: 0 auto;
}
.cid-syTjARN8qp .input-group-btn {
  display: inline-block;
  z-index: 3;
}
.cid-syTjARN8qp .input-group-btn .btn {
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px !important;
  border-radius: 0px;
}
.cid-syTjARN8qp .btn-black {
  background-color: black;
  border-color: black;
}
.cid-syTjARN8qp .btn-black:hover {
  opacity: 0.6;
}
.cid-syTjARN8qp a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-syTjARN8qp .btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-syTjARN8qp .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-syTjARN8qp .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
  }
  .cid-syTjARN8qp .form-group {
    margin-bottom: 8.4px;
  }
  .cid-syTjARN8qp .input-group-btn .btn {
    width: 100%;
  }
  .cid-syTjARN8qp .dot {
    display: none;
  }
}
.cid-syTjARN8qp .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-syTjARN8qp .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-syTjARN8qp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-syTjARN8qp .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-syTjARN8qp .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-syTjARN8qp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syTjARN8qp .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-syTjARN8qp .number {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 769px) {
  .cid-syTjARN8qp .number {
    font-size: 55px;
  }
}
.cid-syTjARN8qp .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-syTjARN8qp .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-syTjARN8qp .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-syTjARN8qp .main > div {
    text-align: center;
  }
  .cid-syTjARN8qp .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-syTjARN8qp .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-syTjARN8qp .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-syTjARN8qp .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-syTjARN8qp .number, .cid-syTjARN8qp .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-syTjARN8qp .period {
    font-size: 0.8rem;
  }
}
.cid-syTjARN8qp .countdown {
  padding-top: 20px !important;
}
.cid-syTjARN8qp .countdown > div {
  -webkit-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-syTjARN8qp .countdown > div > div {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-syTjARN8qp .countdown > div > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .cid-syTjARN8qp .mbr-form .col + .input-group-btn .btn, .cid-syTjARN8qp .mbr-form .col-auto + .input-group-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-syTjARN8qp .mbr-form .dragArea > *:nth-last-child(2).col, .cid-syTjARN8qp .mbr-form .dragArea > *:nth-last-child(2).col-auto, .cid-syTjARN8qp .mbr-form .col + .input-group-btn, .cid-syTjARN8qp .mbr-form .col-auto + .input-group-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-syTjE45ryX {
  position: relative;
  z-index: 999;
}
.cid-syTjE45ryX .pic-box {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0px;
  z-index: 9999;
  left: 31%;
}
.cid-syTjE45ryX .pic-box img {
  width: 100%;
  height: auto;
}
.cid-syTjE45ryX .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-syTjE45ryX .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-syTjE45ryX .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-syTjE45ryX .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-syTjE45ryX .countdown-cont {
  margin: 0 auto;
}
.cid-syTjE45ryX .full-count-container {
  overflow: visible;
  background-color: #ff3a46;
  background: linear-gradient(-135deg, rgba(255, 58, 70, 0.8), #e1a34c);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-syTjE45ryX .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-syTjE45ryX .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-syTjE45ryX .dot {
    display: none;
  }
  .cid-syTjE45ryX .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-syTjE45ryX .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-syTjE45ryX .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-syTjE45ryX .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-syTjE45ryX .number {
    font-size: 25px;
  }
  .cid-syTjE45ryX .period {
    font-size: 0.7rem;
  }
}
.cid-syTjKX2T23 {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-syTjKX2T23 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-syTjKX2T23 .number {
  color: #ffffff;
}
.cid-syTjKX2T23 .period {
  display: block;
}
.cid-syTjKX2T23 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-syTjKX2T23 .period {
    font-size: 0.8rem;
  }
}
.cid-syTjKX2T23 .btn {
  height: 100%;
  margin: 0;
}
.cid-syTjKX2T23 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-syTjKX2T23 .mbr-section-title {
  color: #ffffff;
}
.cid-syTjKX2T23 .mbr-text {
  color: #ffffff;
}
.cid-syTjKX2T23 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-syTjKX2T23 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-syTjKX2T23 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-syTjKX2T23 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-syT64NycXo {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syT64NycXo .container, .cid-syT64NycXo .container-fluid {
  pointer-events: none;
}
.cid-syT64NycXo .title__block, .cid-syT64NycXo .card {
  pointer-events: all;
}
.cid-syT64NycXo .mbr-section-title {
  color: #233d63;
  text-decoration: underline;
  margin-bottom: 25px;
}
.cid-syT64NycXo .title__block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-syT64NycXo .title__block {
    margin-bottom: 30px;
  }
}
.cid-syT64NycXo .card-inner {
  background: #ffffff;
  border-radius: 4px;
  padding: 50px 10px 60px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.cid-syT64NycXo .card:nth-child(1) .icon__block {
  background: #f9db51;
}
.cid-syT64NycXo .card:nth-child(2) .icon__block {
  background: #f47b5b;
}
.cid-syT64NycXo .card:nth-child(3) .icon__block {
  background: #c647fe;
}
.cid-syT64NycXo .card:nth-child(4) .icon__block {
  background: #ff6400;
}
.cid-syT64NycXo .card:hover .card-inner {
  box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
.cid-syT64NycXo .card:hover .icon__block:after {
  animation: wave__scale 1.5s linear infinite;
}
.cid-syT64NycXo .card:hover .icon__block:before {
  animation: wave__scale2 1.5s linear infinite;
}
.cid-syT64NycXo .icon__block {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syT64NycXo .icon__block:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: 0.5;
}
.cid-syT64NycXo .icon__block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: 0.5;
}
.cid-syT64NycXo .icon__block .mbr-iconfont {
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000000;
}
.cid-syT64NycXo .card-box {
  margin-top: 30px;
}
.cid-syT64NycXo .card-title {
  font-weight: 400;
  color: #233d63;
  margin-bottom: 0;
}
.cid-syT64NycXo .animation__background .triangle {
  position: absolute;
  top: 15%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-syT64NycXo .animation__background .triangle2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  animation: animationTwo 40s infinite linear;
  width: 70px;
  height: 70px;
}
.cid-syT64NycXo .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-syT64NycXo .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 29s infinite linear;
}
.cid-syT64NycXo .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 28s infinite linear;
}
.cid-syT64NycXo .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-syT64NycXo .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 19%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 21s infinite linear;
}
@keyframes wave__scale {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0.1;
  }
}
@keyframes wave__scale2 {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-s29Saf1GAu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s29Saf1GAu .container {
  pointer-events: none;
}
.cid-s29Saf1GAu .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s29Saf1GAu .brand__text {
  padding: 12px 0 25px;
}
.cid-s29Saf1GAu .brand__email {
  margin-bottom: 15px;
}
.cid-s29Saf1GAu .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s29Saf1GAu .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-s29Saf1GAu .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-s29Saf1GAu .footer__items a:hover {
  color: #f9db51 !important;
}
.cid-s29Saf1GAu .social {
  margin-top: 30px;
}
.cid-s29Saf1GAu .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s29Saf1GAu .social .social__items:hover {
  background-color: #ff6400;
  border-color: #ff6400;
}
.cid-s29Saf1GAu .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-s29Saf1GAu .social .social__items:last-child {
  margin-right: 0;
}
.cid-s29Saf1GAu .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s29Saf1GAu .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 10px;
  height: 1px;
}
.cid-s29Saf1GAu .footer__bottom {
  padding: 20px 0 30px;
  pointer-events: all;
}
.cid-s29Saf1GAu .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-s29Saf1GAu .footer__bot_items a {
  color: #666;
}
.cid-s29Saf1GAu .footer__bot_items a:hover {
  color: #f0315d !important;
}
.cid-s29Saf1GAu .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s29Saf1GAu .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 20%;
  animation: rotated 30s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-s29Saf1GAu .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f9db51;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s29Saf1GAu .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-s29Saf1GAu .divider {
    margin-top: 10px;
  }
  .cid-s29Saf1GAu .footer__bottom {
    padding: 30px 0;
  }
  .cid-s29Saf1GAu .align-right, .cid-s29Saf1GAu .privacy {
    text-align: center;
  }
  .cid-s29Saf1GAu .footer__bot_items {
    margin: 10px 7px 0;
  }
}
.cid-rVFlHnH1kh {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f9fc;
}
.cid-rVFlHnH1kh .container, .cid-rVFlHnH1kh .container-fluid {
  pointer-events: none;
}
.cid-rVFlHnH1kh .title__block, .cid-rVFlHnH1kh .card__block {
  pointer-events: all;
}
.cid-rVFlHnH1kh .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #e13d96;
}
.cid-rVFlHnH1kh .mbr-section-title {
  color: #1e73be;
  margin-bottom: 35px;
}
.cid-rVFlHnH1kh .mbr-section-title span {
  font-weight: 300;
}
.cid-rVFlHnH1kh .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rVFlHnH1kh .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rVFlHnH1kh .column2 {
    margin-top: 100px;
  }
}
.cid-rVFlHnH1kh .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rVFlHnH1kh .card__block:last-child {
  margin-top: 0;
}
.cid-rVFlHnH1kh .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(249, 219, 81, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rVFlHnH1kh .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rVFlHnH1kh .card__block:hover {
  background: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover .icon__block, .cid-rVFlHnH1kh .card__block:hover .card__title, .cid-rVFlHnH1kh .card__block:hover .card__text, .cid-rVFlHnH1kh .card__block:hover .card__button span {
  color: #000000 !important;
}
.cid-rVFlHnH1kh .card__block:hover:before {
  opacity: 1;
}
.cid-rVFlHnH1kh .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rVFlHnH1kh .card__block {
    margin-bottom: 0;
  }
  .cid-rVFlHnH1kh .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rVFlHnH1kh .icon__block {
  position: relative;
  font-size: 60px;
  color: #ff6400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rVFlHnH1kh .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rVFlHnH1kh .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rVFlHnH1kh .card__button {
  font-size: 30px;
}
.cid-rVFlHnH1kh .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 35s infinite linear;
}
.cid-rVFlHnH1kh .mbr-text, .cid-rVFlHnH1kh .mbr-section-btn {
  color: #606f7b;
}
.cid-rVFlHnH1kh .card__title, .cid-rVFlHnH1kh .icon__block {
  color: #b0dbec;
}
.cid-rVEtRky1F8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEtRky1F8 .container, .cid-rVEtRky1F8 .container-fluid {
  pointer-events: none;
}
.cid-rVEtRky1F8 .title__block, .cid-rVEtRky1F8 .wrap, .cid-rVEtRky1F8 .mbr-arrow, .cid-rVEtRky1F8 .mbr-section-btn {
  pointer-events: all;
}
.cid-rVEtRky1F8 .mbr-section-title {
  color: #233d63;
}
.cid-rVEtRky1F8 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-rVEtRky1F8 .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEtRky1F8 .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-rVEtRky1F8 .card__wrap {
    padding: 0;
  }
}
.cid-rVEtRky1F8 .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-rVEtRky1F8 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rVEtRky1F8 .image {
    max-width: none;
    max-height: none;
  }
}
.cid-rVEtRky1F8 .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-rVEtRky1F8 .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-rVEtRky1F8 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-rVEtRky1F8 .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-rVEtRky1F8 .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-rVEtRky1F8 .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #273769;
}
.cid-rVEtRky1F8 .mbr-arrow > a {
  color: #273769;
}
.cid-rVEtRky1F8 .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-rVEtRky1F8 .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-rVEtRky1F8 .art3:before {
    content: none !important;
  }
}
.cid-rVEtRky1F8 .animation__background .triangle {
  position: absolute;
  bottom: 18%;
  right: 45%;
  animation: rotatedHalf 40s infinite linear;
  width: 250px;
  height: 250px;
}
.cid-rVEtRky1F8 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5%;
  left: 22%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVEtRky1F8 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 10%;
  bottom: 40%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 23s infinite linear;
}
.cid-rVEtRky1F8 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 200px;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 30s infinite linear;
}
.cid-rVEtRky1F8 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-rVEtRky1F8 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 25s infinite linear;
}
.cid-syXJkqnwV5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-syXJkqnwV5 .img-wrap {
  position: relative;
}
.cid-syXJkqnwV5 .img-wrap img {
  width: 100%;
}
.cid-syXJkqnwV5 .mbr-section-subtitle {
  color: #273769;
  margin-bottom: 14px;
}
.cid-syXJkqnwV5 .mbr-section-title {
  color: #273769;
}
.cid-syXJkqnwV5 .mbr-text {
  color: #c647fe;
}
.cid-syXJkqnwV5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-syXJkqnwV5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-syXJkqnwV5 .cards-wrap {
  margin-top: 30px;
}
.cid-syXJkqnwV5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-syXJkqnwV5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-syXJkqnwV5 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-syXJkqnwV5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #273769;
  position: relative;
  display: block;
}
.cid-syXJkqnwV5 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-syXJkqnwV5 .wrapper .icon1 .mbr-iconfont {
  color: #273769;
}
.cid-syXJkqnwV5 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-syXJkqnwV5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-syXJkqnwV5 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-syXJkqnwV5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-syXJkqnwV5 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-syXJkqnwV5 .wrapper .mbr-card-title {
  color: #273769;
  margin-bottom: 17px;
}
.cid-syXJkqnwV5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #c647fe;
}
@media (max-width: 768px) {
  .cid-syXJkqnwV5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-syXJkqnwV5 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-syXJogya1g {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg7.jpg");
}
.cid-syXJogya1g .mbr-section-title {
  margin-bottom: 20px;
}
.cid-syXJogya1g .content__block {
  padding-top: 40px;
}
.cid-syXJogya1g .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-syXJogya1g .bottom__block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .cid-syXJogya1g .bottom__block {
    margin-top: 50px;
  }
}
.cid-syXJogya1g .mbr-iconfont {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
.cid-syXJogya1g .bottom__title {
  margin: 30px 0 0;
  font-weight: 500;
}
.cid-syXJogya1g .bottom__text {
  font-weight: 500;
  margin: 25px 0 0;
}
.cid-syXJogya1g .image img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-syXJogya1g .image img {
    width: 100%;
  }
}
.cid-syXJogya1g .card__bottom {
  margin-bottom: 30px;
}
.cid-rVEC5mrWuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEC5mrWuL .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/yoga8-1-1200x800.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rVEC5mrWuL .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-rVEC5mrWuL .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #1e73be;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #f4f9fc;
}
.cid-rVEC5mrWuL .mbr-form {
  width: 100%;
}
.cid-rVEC5mrWuL .form-group {
  margin-bottom: 0;
}
.cid-rVEC5mrWuL .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #f4f9fc !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #1e73be;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-rVEC5mrWuL .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #1e73be;
}
.cid-rVEC5mrWuL .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-rVEC5mrWuL .title__block {
  padding-left: 50px;
}
.cid-rVEC5mrWuL .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-rVEC5mrWuL .mbr-section-title {
  color: #1e73be;
  margin-bottom: 15px;
}
.cid-rVEC5mrWuL .mbr-text {
  margin-bottom: 10px;
  color: #606f7b;
}
.cid-rVEC5mrWuL .phone {
  color: #1e73be;
}
@media (max-width: 991px) {
  .cid-rVEC5mrWuL .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-rVEC5mrWuL .form__wrap {
    position: static;
  }
  .cid-rVEC5mrWuL .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-rVEC5mrWuL .subscribe__form {
    order: 1;
  }
  .cid-rVEC5mrWuL .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-rVEACiRVZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f4f9fc;
}
.cid-rVEACiRVZM .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-rVEACiRVZM .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-rVEACiRVZM .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-rVEACiRVZM .image__card {
  position: relative;
}
.cid-rVEACiRVZM .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-rVEACiRVZM .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-rVEACiRVZM .card__title {
  margin-bottom: 5px;
  color: #1e73be;
}
.cid-rVEACiRVZM .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-rVEACiRVZM .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-rVEACiRVZM .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #273769;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-rVEACiRVZM .icons__wrap:hover {
  color: #f9db51;
}
.cid-rVEACiRVZM .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 80px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rVEACiRVZM .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-rVEACiRVZM .card__text {
  color: #606f7b;
}
.cid-syXJxlAql0 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syXJxlAql0 .container, .cid-syXJxlAql0 .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-syXJxlAql0 .mbr-section-subtitle, .cid-syXJxlAql0 .mbr-section-title, .cid-syXJxlAql0 .mbr-subtext, .cid-syXJxlAql0 .mbr-text, .cid-syXJxlAql0 .mbr-section-btn, .cid-syXJxlAql0 .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-syXJxlAql0 .title__block {
    padding-top: 70px;
  }
}
.cid-syXJxlAql0 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syXJxlAql0 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-syXJxlAql0 .mbr-section-title b, .cid-syXJxlAql0 .mbr-section-title strong {
  font-weight: 500;
}
.cid-syXJxlAql0 .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-syXJxlAql0 .mbr-section-btn {
  margin-top: 60px;
}
.cid-syXJxlAql0 .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-syXJxlAql0 .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-syXJxlAql0 .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-syXJxlAql0 .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-syXJxlAql0 .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-syXJxlAql0 .wrap__image {
    text-align: right;
  }
  .cid-syXJxlAql0 .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-syXJxlAql0 .wrap__image {
    text-align: center !important;
  }
}
.cid-syXJxlAql0 .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-syXJxlAql0 .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-syXJxlAql0 .image__block2 {
    display: none;
  }
}
.cid-syXJxlAql0 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-syXJxlAql0 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-syXJxlAql0 .image__background .circle__image1 {
    display: none;
  }
}
.cid-syXJxlAql0 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-syXJxlAql0 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-syXJxlAql0 .image__background .circle__image2 {
    display: none;
  }
}
.cid-syXJxlAql0 .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-syXJxlAql0 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syXJxlAql0 .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-rVEBIp9utx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f4f9fc;
}
.cid-rVEBIp9utx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rVEBIp9utx .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rVEBIp9utx .mbr-section-subtitle {
  text-align: center;
  color: #606f7b;
}
.cid-rVEBIp9utx .mbr-section-btn {
  margin-top: 35px;
}
.cid-rVEBIp9utx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-rVEBIp9utx .mbr-section-btn .btn-white:hover {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.cid-rVEBIp9utx .mbr-section-title, .cid-rVEBIp9utx .mbr-section-btn {
  text-align: center;
  color: #1e73be;
}
.cid-rVEBIp9utx .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rVEBIp9utx .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-s2a23e7Jsn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s2a23e7Jsn .container {
  pointer-events: none;
}
.cid-s2a23e7Jsn .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__text {
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__email {
  margin-bottom: 15px;
}
.cid-s2a23e7Jsn .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-s2a23e7Jsn .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-s2a23e7Jsn .footer__items a:hover {
  color: #f9db51 !important;
}
.cid-s2a23e7Jsn .social {
  margin-top: 30px;
}
.cid-s2a23e7Jsn .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s2a23e7Jsn .social .social__items:hover {
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-s2a23e7Jsn .social .social__items:hover span {
  color: #000000 !important;
}
.cid-s2a23e7Jsn .social .social__items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s2a23e7Jsn .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s2a23e7Jsn .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-s2a23e7Jsn .footer__bot_items a:hover {
  color: #f9db51 !important;
}
.cid-s2a23e7Jsn .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s2a23e7Jsn .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f9db51;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s2a23e7Jsn .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-s2a23e7Jsn .divider {
    margin-top: 30px;
  }
  .cid-s2a23e7Jsn .footer__bottom {
    padding: 30px 0;
  }
  .cid-s2a23e7Jsn .align-right, .cid-s2a23e7Jsn .privacy {
    text-align: center;
  }
  .cid-s2a23e7Jsn .footer__bot_items {
    margin: 10px 7px 0;
  }
}
.cid-syXJy1p1Xb {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-syXJy1p1Xb .wrap__image {
    margin-top: 150px;
  }
}
.cid-syXJy1p1Xb .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-syXJy1p1Xb .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #273769;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-syXJy1p1Xb .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-syXJy1p1Xb .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-syXJy1p1Xb .image .box {
    display: none;
  }
}
.cid-syXJy1p1Xb .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syXJy1p1Xb .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-syXJy1p1Xb .mbr-section-title b, .cid-syXJy1p1Xb .mbr-section-title strong {
  font-weight: 500;
}
.cid-syXJy1p1Xb .mbr-text {
  margin-bottom: 45px;
}
.cid-syXJy1p1Xb .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-syXJy1p1Xb .author {
  margin-bottom: 35px;
}
.cid-syXJy1p1Xb .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-syXJy1p1Xb .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-syXJy1p1Xb .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-syXJy1p1Xb .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-syXJy1p1Xb .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-syXJy1p1Xb .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-syXJy1p1Xb .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-syXJy1p1Xb .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-syXJy1p1Xb .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-syXJy1p1Xb .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-syXJy1p1Xb .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-syXJy1p1Xb .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationOne 35s infinite linear;
}
.cid-syXJy1p1Xb .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-syXJy1p1Xb .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-syXJy1p1Xb .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syXJz58vvx {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syXJz58vvx .container, .cid-syXJz58vvx .container-fluid {
  pointer-events: none;
}
.cid-syXJz58vvx .icon__wrap, .cid-syXJz58vvx .mbr-section-title, .cid-syXJz58vvx .mbr-text, .cid-syXJz58vvx .items__block, .cid-syXJz58vvx .mbr-section-btn, .cid-syXJz58vvx .image {
  pointer-events: all;
}
.cid-syXJz58vvx .image {
  text-align: center;
}
.cid-syXJz58vvx .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-syXJz58vvx .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-syXJz58vvx .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-syXJz58vvx .mbr-text {
  margin-bottom: 40px;
}
.cid-syXJz58vvx .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-syXJz58vvx .mbr-section-btn {
  margin-top: 55px;
}
.cid-syXJz58vvx .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-syXJz58vvx .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-syXJz58vvx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-syXJz58vvx .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-syXJz58vvx .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-syXJz58vvx .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-syXJz58vvx .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 25s infinite linear;
}
.cid-syXJz58vvx .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-syXJz58vvx .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-syXJz58vvx .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-syXJz58vvx .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-syXJz58vvx .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syXJ7S8KeI {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #5e2ced);
}
.cid-syXJ7S8KeI .mbr-overlay {
  background: #ffffff;
}
.cid-syXJ7S8KeI .animation {
  pointer-events: none;
}
.cid-syXJ7S8KeI .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-syXJ7S8KeI .mbr-section-title {
  margin-bottom: 27px;
}
.cid-syXJ7S8KeI .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-syXJ7S8KeI .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-syXJ7S8KeI .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-syXJ7S8KeI .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-syXJ7S8KeI .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-syXJ7S8KeI .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-syXJ7S8KeI .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-syXJ7S8KeI .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-syXJ7S8KeI .mbr-text {
    margin-bottom: 20px;
  }
  .cid-syXJ7S8KeI .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-syXJ7S8KeI .image__block {
    margin-bottom: -100px;
  }
}
.cid-syTeL8tvc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syTeL8tvc6 .container, .cid-syTeL8tvc6 .container-fluid {
  z-index: 10;
}
.cid-syTeL8tvc6 .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-syTeL8tvc6 .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-syTeL8tvc6 .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syTeL8tvc6 .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-syTeL8tvc6 .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-syTeL8tvc6 .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(244, 123, 91, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syTeL8tvc6 .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-syTeL8tvc6 .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-syTeL8tvc6 .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(249, 219, 81, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syTeL8tvc6 .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-syTeL8tvc6 .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-syTeL8tvc6 .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(198, 71, 254, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syTeL8tvc6 .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-syTeL8tvc6 .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-syTeL8tvc6 .container {
  pointer-events: none;
}
.cid-syTeL8tvc6 .subtitle__block, .cid-syTeL8tvc6 .title__block, .cid-syTeL8tvc6 .buttons__block {
  pointer-events: all;
}
.cid-syTeL8tvc6 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syTeL8tvc6 .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-syTeL8tvc6 .mbr-section-title b, .cid-syTeL8tvc6 .mbr-section-title strong {
  font-weight: 900;
}
.cid-syTeL8tvc6 .mbr-text {
  margin-bottom: 45px;
}
.cid-syTeL8tvc6 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-syTeL8tvc6 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-syTeL8tvc6 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syTeL8tvc6 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-syTeL8tvc6 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-syTeL8tvc6 .mbr-figure:hover {
  color: #c647fe;
  cursor: pointer;
}
.cid-syTeL8tvc6 .mbr-figure:hover .mbr-media {
  border-color: #c647fe;
  color: #c647fe;
}
@media (max-width: 575px) {
  .cid-syTeL8tvc6 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syTeL8tvc6 .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syTeL8tvc6 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syTeL8tvc6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syTeL8tvc6 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-syTeL8tvc6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syTeL8tvc6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syTeL8tvc6 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syTeL8tvc6 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syTeL8tvc6 a.close:hover {
  color: #ffffff;
}
.cid-syTeL8tvc6 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #c647fe;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syTeL8tvc6 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #f47b5b;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-syTeL8tvc6 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-syTeL8tvc6 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #273769;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syT6WGVjrq {
  min-height: 0px !important;
  position: relative;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
}
.cid-syT6WGVjrq .nav-item, .cid-syT6WGVjrq .nav-link, .cid-syT6WGVjrq .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .nav-item:hover, .cid-syT6WGVjrq .nav-link:hover, .cid-syT6WGVjrq .navbar-caption:hover {
  color: #ffffff !important;
}
.cid-syT6WGVjrq .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-syT6WGVjrq .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-syT6WGVjrq .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-syT6WGVjrq .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-syT6WGVjrq .container-fluid, .cid-syT6WGVjrq .container {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
.cid-syT6WGVjrq .navbar-brand {
  padding: 0;
}
.cid-syT6WGVjrq .nav-link {
  position: relative;
  margin: 0 12px !important;
  padding: 0 !important;
}
.cid-syT6WGVjrq .nav-link:hover:before {
  width: 100%;
}
.cid-syT6WGVjrq .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .nav-link {
    margin: 0 !important;
  }
}
.cid-syT6WGVjrq .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syT6WGVjrq .widget p, .cid-syT6WGVjrq .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-syT6WGVjrq .widget p a, .cid-syT6WGVjrq .widget .icons-menu a {
  margin-left: 15px;
}
.cid-syT6WGVjrq .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-syT6WGVjrq .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-syT6WGVjrq .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-syT6WGVjrq .block__phone, .cid-syT6WGVjrq .icons-menu {
    display: none;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.mbr-section-btn .btn-secondary {
  background-color: #ff3a46;
  background: linear-gradient(-135deg, #e1a34c, #ff63bf);
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
  font-family: "jf-openhuninn", sans-serif;
  font-size: 18px;
}
.mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-syT6WGVjrq .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-syT6WGVjrq .navbar > .container, .cid-syT6WGVjrq .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-syT6WGVjrq .btn {
    white-space: nowrap;
  }
  .cid-syT6WGVjrq .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-syT6WGVjrq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-syT6WGVjrq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-syT6WGVjrq .dropdown-toggle::after, .cid-syT6WGVjrq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-syT6WGVjrq .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-syT6WGVjrq .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown-item:hover {
  color: #f9db51 !important;
}
.cid-syT6WGVjrq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-syT6WGVjrq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-syT6WGVjrq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-syT6WGVjrq .nav-item:focus, .cid-syT6WGVjrq .nav-link:focus {
  outline: none;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-syT6WGVjrq .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syT6WGVjrq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syT6WGVjrq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syT6WGVjrq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-syT6WGVjrq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syT6WGVjrq .navbar {
  min-height: 100px;
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.cid-syT6WGVjrq .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-syT6WGVjrq .navbar .navbar-collapse {
  align-items: center;
  z-index: 1;
}
.cid-syT6WGVjrq .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-syT6WGVjrq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syT6WGVjrq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syT6WGVjrq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syT6WGVjrq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syT6WGVjrq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syT6WGVjrq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syT6WGVjrq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-syT6WGVjrq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 76px;
  height: 76px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(44, 48, 84, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(44, 48, 84, 0.15);
}
.cid-syT6WGVjrq .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-syT6WGVjrq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syT6WGVjrq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syT6WGVjrq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-syT6WGVjrq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syT6WGVjrq .dropdown-item.active, .cid-syT6WGVjrq .dropdown-item:active {
  background-color: transparent;
}
.cid-syT6WGVjrq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syT6WGVjrq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-syT6WGVjrq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syT6WGVjrq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syT6WGVjrq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syT6WGVjrq .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-syT6WGVjrq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-syT6WGVjrq a.nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-syT6WGVjrq .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-syT6WGVjrq .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-syT6WGVjrq .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-syT6WGVjrq .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-syT6WGVjrq .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-syT6WGVjrq .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-syT6WGVjrq .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-syT6WGVjrq a.nav-link {
    justify-content: flex-start;
  }
  .cid-syT6WGVjrq ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-syT6WGVjrq .navbar-brand {
    padding: 0;
  }
  .cid-syT6WGVjrq .block__phone, .cid-syT6WGVjrq .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-syT6WGVjrq .widget {
    flex-direction: column;
  }
  .cid-syT6WGVjrq .widget p, .cid-syT6WGVjrq .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-syT6WGVjrq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syT6WGVjrq .navbar {
    height: 100px;
  }
  .cid-syT6WGVjrq .navbar.opened {
    height: auto;
  }
  .cid-syT6WGVjrq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syTeLIF6Tj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-syTeLIF6Tj .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syTeLIF6Tj .container {
  pointer-events: none;
}
.cid-syTeLIF6Tj .title__block, .cid-syTeLIF6Tj .image__block {
  pointer-events: all;
}
.cid-syTeLIF6Tj .mbr-section-title {
  margin-bottom: 40px;
}
.cid-syTeLIF6Tj .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-syTeLIF6Tj .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-syTeLIF6Tj .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-syTeLIF6Tj .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-syTeLIF6Tj .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-syTeLIF6Tj .image__block {
  max-height: 600px;
}
.cid-syTeLIF6Tj .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syTeLIF6Tj .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-syTeLIF6Tj .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-syTeLIF6Tj .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-syTeLIF6Tj .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syTeLIF6Tj .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-syTeLIF6Tj .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syTeLIF6Tj .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syTeLIF6Tj .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syXJ8MhP1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syXJ8MhP1F .image-col {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-syXJ8MhP1F .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 1750px) {
  .cid-syXJ8MhP1F .img-last {
    padding-right: 1rem;
  }
  .cid-syXJ8MhP1F .img-first {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-syXJ8MhP1F .img-last {
    padding-right: 0rem;
  }
  .cid-syXJ8MhP1F .img-first {
    padding-left: 0rem;
  }
  .cid-syXJ8MhP1F .img-col {
    padding: 0 1rem !important;
  }
}
.cid-syXJ8MhP1F img {
  height: 100%;
  object-fit: cover;
}
.cid-syXJ8MhP1F .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-syXJ8MhP1F .line {
    margin: 0;
  }
}
.cid-syXJ8MhP1F .text-wrapper {
  max-width: 600px;
  padding: 4rem 0rem;
}
.cid-syXJ8MhP1F .link-wrapper {
  width: 100%;
}
.cid-syXJ8MhP1F .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-syXJ8MhP1F .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-syXJ8MhP1F .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-syXJ8MhP1F .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-syXJ8MhP1F .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-syTeP6EZ66 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2026;
}
.cid-syTeP6EZ66 .mbr-text, .cid-syTeP6EZ66 .mbr-section-btn {
  color: #1b2026;
}
.cid-syTeP6EZ66 .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-syTeP6EZ66 .button p {
  padding: 0;
  margin: 0;
}
.cid-syTeP6EZ66 .mbr-section-subtitle {
  color: #bbbbbb;
}