.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.display-1 > .texture-iconfont {
  font-size: 2.125rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.28rem;
  line-height: 1.15;
}
.display-2 > .texture-iconfont {
  font-size: 5.35rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .texture-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.45rem;
  line-height: 1.2;
}
.display-5 > .texture-iconfont {
  font-size: 3.0625rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.33rem;
  line-height: 1.2;
}
.display-7 > .texture-iconfont {
  font-size: 1.6625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.19rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.424rem;
    font-size: calc( 2.148rem + (4.28 - 2.148) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.148rem + (4.28 - 2.148) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.96rem;
    font-size: calc( 1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #21dff9 !important;
}
.bg-info {
  background-color: #e1ddff !important;
}
.bg-warning {
  background-color: #ffb41e !important;
}
.bg-danger {
  background-color: #fe1e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #e1ddff !important;
  border-color: #e1ddff !important;
  color: #1a00dd !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #1a00dd !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7541e5;
  color: #7541e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b19b6 !important;
  background-color: transparent !important;
  border-color: #4b19b6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e1ddff;
  color: #e1ddff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9486ff !important;
  background-color: transparent !important;
  border-color: #9486ff !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1a00dd !important;
  background-color: #e1ddff !important;
  border-color: #e1ddff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21dff9;
  color: #21dff9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #05a8be !important;
  background-color: transparent !important;
  border-color: #05a8be !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb41e;
  color: #ffb41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c68400 !important;
  background-color: transparent !important;
  border-color: #c68400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe1e52;
  color: #fe1e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4012e !important;
  background-color: transparent !important;
  border-color: #c4012e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #7541e5 !important;
}
.text-success {
  color: #21dff9 !important;
}
.text-info {
  color: #e1ddff !important;
}
.text-warning {
  color: #ffb41e !important;
}
.text-danger {
  color: #fe1e52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4517a9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #059baf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8777ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b77a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5012b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e1ddff;
}
.alert-warning {
  background-color: #ffb41e;
}
.alert-danger {
  background-color: #fe1e52;
}
.texture-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.texture-gallery-filter li a {
  border-radius: 100px !important;
}
.texture-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.texture-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.texture-plan-header.bg-primary .texture-plan-subtitle,
.texture-plan-header.bg-primary .texture-plan-price-desc {
  color: #ffffff;
}
.texture-plan-header.bg-success .texture-plan-subtitle,
.texture-plan-header.bg-success .texture-plan-price-desc {
  color: #e8fcfe;
}
.texture-plan-header.bg-info .texture-plan-subtitle,
.texture-plan-header.bg-info .texture-plan-price-desc {
  color: #ffffff;
}
.texture-plan-header.bg-warning .texture-plan-subtitle,
.texture-plan-header.bg-warning .texture-plan-price-desc {
  color: #fff8ea;
}
.texture-plan-header.bg-danger .texture-plan-subtitle,
.texture-plan-header.bg-danger .texture-plan-price-desc {
  color: #ffe9ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.33rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .texture-iconfont {
  font-size: 1.6625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.33rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .texture-iconfont {
  font-size: 1.6625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.texture-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.texture-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.texture-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.texture-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #7541e5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.texture-section-btn .btn,
.texture-section-btn-main .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .texture-section-btn .btn,
  .texture-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.texture-section-btn .btn .btn-primary,
.texture-section-btn-main .btn .btn-primary,
.texture-section-btn .btn .btn-secondary,
.texture-section-btn-main .btn .btn-secondary,
.texture-section-btn .btn .btn-success,
.texture-section-btn-main .btn .btn-success,
.texture-section-btn .btn .btn-info,
.texture-section-btn-main .btn .btn-info,
.texture-section-btn .btn .btn-warning,
.texture-section-btn-main .btn .btn-warning,
.texture-section-btn .btn .btn-danger,
.texture-section-btn-main .btn .btn-danger,
.texture-section-btn .btn .btn-black,
.texture-section-btn-main .btn .btn-black,
.texture-section-btn .btn .btn-white,
.texture-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.texture-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .texture-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRz7blL6gH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRz7blL6gH .row {
  align-items: center;
  justify-content: space-between;
}
.xjh8vs1c-uRz7blL6gH .texture-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  color: #ffffff;
}
.xjh8vs1c-uRz7blL6gH .texture-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.xjh8vs1c-uRz7blL6gH .texture-section-btn {
  width: auto;
  display: block;
}
.xjh8vs1c-uRz7blL6gH ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.xjh8vs1c-uRz7blL6gH li::marker {
  color: #9189f7;
  width: 10px;
}
.xjh8vs1c-uRz7blL6gH li {
  margin-bottom: 7px;
  color: #14142b;
}
.xjh8vs1c-uRz7blL6gH img {
  width: 90%;
}
.xjh8vs1c-uRz7blL6gH .gray {
  background-color: #9189f7;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.xjh8vs1c-uRz7blL6gH .b {
  max-width: 598px;
}
.xjh8vs1c-uRz7blL6gH .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.xjh8vs1c-uRz7blL6gH .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7blL6gH .t {
    padding-top: 90px;
  }
  .xjh8vs1c-uRz7blL6gH .b {
    max-width: initial;
  }
  .xjh8vs1c-uRz7blL6gH .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .xjh8vs1c-uRz7blL6gH .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .xjh8vs1c-uRz7blL6gH .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .xjh8vs1c-uRz7blL6gH .gray {
    height: 200px;
    width: 70%;
  }
}
.xjh8vs1c-uRz7blL6gH .btn {
  margin-top: 20px;
}
.xjh8vs1c-uRz7blL6gH .t {
  max-width: 542px;
}
.xjh8vs1c-uRz7blL6gH .texture-text,
.xjh8vs1c-uRz7blL6gH .button-align,
.xjh8vs1c-uRz7blL6gH .list {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz7k3FBHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRz7k3FBHD .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz7k3FBHD .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper {
  padding: 100px 120px;
  background-color: #7160e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .iconfont-wrapper .texture-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #ffffff;
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .texture-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .texture-section-title {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .content-wrapper .text-wrapper .texture-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.xjh8vs1c-uRz7k3FBHD .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #e1ddff;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7k3FBHD .card-wrapper .image-wrapper img {
    box-shadow: none;
  }
}
.xjh8vs1c-uRz7k3FBHD .texture-section-title {
  color: #19171c;
}
.xjh8vs1c-uRz7k3FBHD .texture-text,
.xjh8vs1c-uRz7k3FBHD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz7k3FBHD .texture-section-title,
.xjh8vs1c-uRz7k3FBHD .texture-section-btn,
.xjh8vs1c-uRz7k3FBHD .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz7DQUQGE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/blue-line.jpg-1376x768.jpg");
}
.xjh8vs1c-uRz7DQUQGE .texture-overlay {
  backdrop-filter: blur(3.5px);
}
.xjh8vs1c-uRz7DQUQGE .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .xjh8vs1c-uRz7DQUQGE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRz7DQUQGE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #9189f7;
  border-radius: 30px;
}
.xjh8vs1c-uRz7DQUQGE .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #9189f7;
  border-radius: 30px;
}
.xjh8vs1c-uRz7DQUQGE .texture-section-title,
.xjh8vs1c-uRz7DQUQGE .texture-section-subtitle,
.xjh8vs1c-uRz7DQUQGE .texture-text,
.xjh8vs1c-uRz7DQUQGE .texture-section-btn {
  position: relative;
  z-index: 1;
}
.xjh8vs1c-uRz7DQUQGE .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz7DQUQGE .texture-text,
.xjh8vs1c-uRz7DQUQGE .texture-section-btn {
  color: #263d5a;
  text-align: center;
}
.xjh8vs1c-uRz7DQUQGE .texture-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.xjh8vs1c-uRz7DvCW5x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7160e7;
  background-image: radial-gradient(at 100% -70%, #9189f7, #7160e7, #7160e7);
}
.xjh8vs1c-uRz7DvCW5x .texture-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.xjh8vs1c-uRz7DvCW5x .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .xjh8vs1c-uRz7DvCW5x .item-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRz7DvCW5x .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #9189f7;
  border-radius: 30px;
  pointer-events: none;
}
.xjh8vs1c-uRz7DvCW5x .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #9189f7;
  border-radius: 30px;
}
.xjh8vs1c-uRz7DvCW5x .row {
  justify-content: center;
}
.xjh8vs1c-uRz7DvCW5x .card-box {
  position: relative;
  z-index: 1;
}
.xjh8vs1c-uRz7DvCW5x .item {
  margin-bottom: 2rem;
}
.xjh8vs1c-uRz7DvCW5x .card-text {
  color: #ffffff;
}
.xjh8vs1c-uRz7DvCW5x .card-title,
.xjh8vs1c-uRz7DvCW5x .iconfont-wrapper {
  color: #ffffff;
}
.xjh8vs1c-uRz7DvCW5x .texture-section-subtitle {
  color: #263d5a;
}
.xjh8vs1c-uRz7DvCW5x .texture-section-title {
  color: #263d5a;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRz7Wzo30F {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/dry-window.jpg-1376x768.jpg");
}
.xjh8vs1c-uRz7Wzo30F .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz7Wzo30F .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-label {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-section-title {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz7Wzo30F .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz7Wzo30F .content-wrapper .text-wrapper .texture-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7Wzo30F .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz7Wzo30F .content-wrapper .texture-section-btn {
    margin-top: 20px;
  }
}
.xjh8vs1c-uRz7Wzo30F .texture-label {
  color: #f1f5eb;
  text-align: center;
}
.xjh8vs1c-uRz7Wzo30F .texture-section-title {
  color: #f1f5eb;
}
.xjh8vs1c-uRz7Wzo30F .texture-text,
.xjh8vs1c-uRz7Wzo30F .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.xjh8vs1c-uRz7Wzo30F .texture-section-title,
.xjh8vs1c-uRz7Wzo30F .texture-section-btn {
  text-align: center;
}
.xjh8vs1c-uRz80zKchQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #7160e7;
}
.xjh8vs1c-uRz80zKchQ .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz80zKchQ .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz80zKchQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRz80zKchQ .title-wrapper .texture-section-title {
  margin-bottom: 32px;
}
.xjh8vs1c-uRz80zKchQ .title-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz80zKchQ .title-wrapper .text-wrapper .texture-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .title-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.xjh8vs1c-uRz80zKchQ .items-wrapper .item {
  padding: 0 12px;
}
.xjh8vs1c-uRz80zKchQ .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content {
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content .texture-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content .texture-section-btn {
    margin-top: 20px;
  }
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-content .texture-section-btn .btn {
  margin-bottom: 0;
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #e1ddff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .item .card_1 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz80zKchQ .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .card_1 .item-img img {
    transform: none;
  }
}
.xjh8vs1c-uRz80zKchQ .item .card_2 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz80zKchQ .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .card_2 .item-img img {
    transform: none;
  }
}
.xjh8vs1c-uRz80zKchQ .item .card_3 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz80zKchQ .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz80zKchQ .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .card_3 .item-content {
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .card_3 .item-img {
    width: 100%;
  }
}
.xjh8vs1c-uRz80zKchQ .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.xjh8vs1c-uRz80zKchQ .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz80zKchQ .main-btn {
    margin-top: 16px;
  }
}
.xjh8vs1c-uRz80zKchQ .texture-section-title {
  color: #000c3f;
}
.xjh8vs1c-uRz80zKchQ .texture-text,
.xjh8vs1c-uRz80zKchQ .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.xjh8vs1c-uRz80zKchQ .texture-section-title,
.xjh8vs1c-uRz80zKchQ .main-btn {
  text-align: center;
}
.xjh8vs1c-uRz80zKchQ .item-title {
  color: #000c3f;
}
.xjh8vs1c-uRz80zKchQ .item-text {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz80zKchQ .item-title,
.xjh8vs1c-uRz80zKchQ .card-btn {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz87166lX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRz87166lX .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz87166lX .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz87166lX .title-wrapper .texture-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz87166lX .title-wrapper .texture-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.xjh8vs1c-uRz87166lX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz87166lX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz87166lX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz87166lX .item {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz87166lX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz87166lX .item .item-wrapper {
    padding: 20px;
  }
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-title_1,
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-title_2,
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-text_1,
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-text_2,
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .texture-section-btn {
  margin-top: 20px;
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .card-box .texture-section-btn .btn {
  margin-bottom: 0;
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz87166lX .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.xjh8vs1c-uRz87166lX .item .item-wrapper .iconfont-wrapper .texture-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.xjh8vs1c-uRz87166lX .item .card_1 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz87166lX .item .card_2 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz87166lX .item .card_3 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz87166lX .btn-wrapper {
  margin-top: -6%;
}
.xjh8vs1c-uRz87166lX .texture-section-title,
.xjh8vs1c-uRz87166lX .title-wrapper {
  color: #323432;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-title_1 {
  color: #f1f5eb;
}
.xjh8vs1c-uRz87166lX .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-title_2 {
  color: #323432;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-title_1,
.xjh8vs1c-uRz87166lX .texture-section-btn {
  text-align: center;
}
.xjh8vs1c-uRz87166lX .card-title_2,
.xjh8vs1c-uRz87166lX .texture-section-btn {
  color: #ffffff;
}
.xjh8vs1c-uRz87166lX .card-title_3,
.xjh8vs1c-uRz87166lX .texture-section-btn {
  color: #ffffff;
}
.xjh8vs1c-uRz8cr6h8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #7160e7;
}
.xjh8vs1c-uRz8cr6h8B .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz8cr6h8B .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz8cr6h8B .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .title-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRz8cr6h8B .title-wrapper .texture-section-title {
  margin-bottom: 32px;
}
.xjh8vs1c-uRz8cr6h8B .title-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz8cr6h8B .title-wrapper .text-wrapper .texture-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .title-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.xjh8vs1c-uRz8cr6h8B .items-wrapper .item {
  padding: 0 12px;
}
.xjh8vs1c-uRz8cr6h8B .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content {
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content .texture-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content .texture-section-btn {
    margin-top: 20px;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-content .texture-section-btn .btn {
  margin-bottom: 0;
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #e1ddff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .card_1 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz8cr6h8B .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_1 .item-img img {
    transform: none;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .card_2 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz8cr6h8B .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_2 .item-img img {
    transform: none;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .card_3 {
  background-color: #9189f7;
}
.xjh8vs1c-uRz8cr6h8B .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_3 .item-content {
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_3 .item-img {
    width: 100%;
  }
}
.xjh8vs1c-uRz8cr6h8B .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.xjh8vs1c-uRz8cr6h8B .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8cr6h8B .main-btn {
    margin-top: 16px;
  }
}
.xjh8vs1c-uRz8cr6h8B .texture-section-title {
  color: #000c3f;
}
.xjh8vs1c-uRz8cr6h8B .texture-text,
.xjh8vs1c-uRz8cr6h8B .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.xjh8vs1c-uRz8cr6h8B .texture-section-title,
.xjh8vs1c-uRz8cr6h8B .main-btn {
  text-align: center;
}
.xjh8vs1c-uRz8cr6h8B .item-title {
  color: #000c3f;
}
.xjh8vs1c-uRz8cr6h8B .item-text {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8cr6h8B .item-title,
.xjh8vs1c-uRz8cr6h8B .card-btn {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ada7fd;
}
.xjh8vs1c-uRz8e9sMA1 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz8e9sMA1 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz8e9sMA1 .title-wrapper .texture-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8e9sMA1 .title-wrapper .texture-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.xjh8vs1c-uRz8e9sMA1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz8e9sMA1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8e9sMA1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8e9sMA1 .item {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8e9sMA1 .item .item-wrapper {
    padding: 20px;
  }
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-title_1,
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-title_2,
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-text_1,
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-text_2,
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .texture-section-btn {
  margin-top: 20px;
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .card-box .texture-section-btn .btn {
  margin-bottom: 0;
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.xjh8vs1c-uRz8e9sMA1 .item .item-wrapper .iconfont-wrapper .texture-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.xjh8vs1c-uRz8e9sMA1 .item .card_1 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz8e9sMA1 .item .card_2 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz8e9sMA1 .item .card_3 {
  background-color: #7160e7;
}
.xjh8vs1c-uRz8e9sMA1 .btn-wrapper {
  margin-top: -6%;
}
.xjh8vs1c-uRz8e9sMA1 .texture-section-title,
.xjh8vs1c-uRz8e9sMA1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_1 {
  color: #f1f5eb;
}
.xjh8vs1c-uRz8e9sMA1 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_2 {
  color: #323432;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_1,
.xjh8vs1c-uRz8e9sMA1 .texture-section-btn {
  text-align: center;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_2,
.xjh8vs1c-uRz8e9sMA1 .texture-section-btn {
  color: #ffffff;
}
.xjh8vs1c-uRz8e9sMA1 .card-title_3,
.xjh8vs1c-uRz8e9sMA1 .texture-section-btn {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRz8QT3KUa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #7160e7;
  position: relative;
  overflow: hidden;
}
.xjh8vs1c-uRz8QT3KUa svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.xjh8vs1c-uRz8QT3KUa .texture-text,
.xjh8vs1c-uRz8QT3KUa .texture-section-btn {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8QT3KUa #e12_areaS3 {
  fill: #7160e7 !important;
}
.xjh8vs1c-uRz8QT3KUa #e19_areaS3 {
  fill: #9189f7 !important;
}
.xjh8vs1c-uRz8QT3KUa H1 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz8QT3KUa img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.xjh8vs1c-uRz8QT3KUa .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #7160e7;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRz8QT3KUa .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .xjh8vs1c-uRz8QT3KUa img {
    width: 100%;
  }
}
.xjh8vs1c-uRz8QT3KUa .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz8QT3KUa .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz90TGxIM {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRz90TGxIM .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz90TGxIM .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz90TGxIM .title-wrapper .texture-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz90TGxIM .title-wrapper .texture-section-title {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRz90TGxIM .title-wrapper .texture-section-title span {
  color: #bcfe1e;
}
.xjh8vs1c-uRz90TGxIM .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.xjh8vs1c-uRz90TGxIM .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz90TGxIM .item {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper {
  position: relative;
  border: 1px solid #e1ddff;
  background-color: #9189f7;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz90TGxIM .item .item-wrapper {
    padding: 14px;
  }
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .icon-wrapper .icon-wrap .texture-iconfont {
  font-size: 56px;
  color: #e1ddff;
  background: linear-gradient(#e1ddff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.xjh8vs1c-uRz90TGxIM .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #e1ddff;
}
.xjh8vs1c-uRz90TGxIM .item .card_1::before {
  background: linear-gradient(45deg, #7160e7, #9189f7 50%);
}
.xjh8vs1c-uRz90TGxIM .item .card_2::before {
  background: linear-gradient(45deg, #7943eb, #9189f7 50%);
}
.xjh8vs1c-uRz90TGxIM .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #9189f7 50%);
}
.xjh8vs1c-uRz90TGxIM .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #7160e7;
}
.xjh8vs1c-uRz90TGxIM .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #7943eb;
}
.xjh8vs1c-uRz90TGxIM .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.xjh8vs1c-uRz90TGxIM .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz90TGxIM .item-title {
  color: #ffffff;
}
.xjh8vs1c-uRz90TGxIM .list {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz90TGxIM .item-title,
.xjh8vs1c-uRz90TGxIM .tags-wrapper,
.xjh8vs1c-uRz90TGxIM .icon-wrapper {
  text-align: center;
}
.xjh8vs1c-uRz9gQjThK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRz9gQjThK .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz9gQjThK .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz9gQjThK .title-wrapper .texture-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9gQjThK .title-wrapper .texture-section-title {
    margin-bottom: 40px;
  }
}
.xjh8vs1c-uRz9gQjThK .items-wrapper {
  margin: 0 -75px;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
  transform: translateY(-240px);
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item {
    transform: translateY(100px);
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item {
    margin-bottom: 40px;
    transform: none;
  }
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item:first-child {
  transform: none;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) {
  transform: none;
  padding-top: 240px;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) .btn-wrapper {
  margin-top: 35%;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) .btn-wrapper {
    margin-top: 20%;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) .btn-wrapper {
    margin-top: 5%;
  }
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) {
    padding-top: 100px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2) {
    padding-top: 0;
  }
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item:nth-child(2n) {
  transform: none;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .card-box .texture-section-btn {
  margin-top: 14px;
}
.xjh8vs1c-uRz9gQjThK .items-wrapper .item .item-wrapper .card-box .texture-section-btn .btn {
  margin-bottom: 0;
}
.xjh8vs1c-uRz9gQjThK .texture-section-title {
  color: #0f0f0f;
}
.xjh8vs1c-uRz9gQjThK .card-title {
  color: #0f0f0f;
}
.xjh8vs1c-uRz9gQjThK .card-text {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz9gQjThK .card-title,
.xjh8vs1c-uRz9gQjThK .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.xjh8vs1c-uRzenCjgH7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzenCjgH7 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzenCjgH7 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzenCjgH7 .title-wrapper .texture-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzenCjgH7 .title-wrapper .texture-section-title {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzenCjgH7 .title-wrapper .texture-section-title span {
  color: #bcfe1e;
}
.xjh8vs1c-uRzenCjgH7 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.xjh8vs1c-uRzenCjgH7 .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzenCjgH7 .item {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper {
  position: relative;
  border: 1px solid #e1ddff;
  background-color: #9189f7;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzenCjgH7 .item .item-wrapper {
    padding: 14px;
  }
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .texture-iconfont {
  font-size: 56px;
  color: #e1ddff;
  background: linear-gradient(#e1ddff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzenCjgH7 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #e1ddff;
}
.xjh8vs1c-uRzenCjgH7 .item .card_1::before {
  background: linear-gradient(45deg, #7160e7, #9189f7 50%);
}
.xjh8vs1c-uRzenCjgH7 .item .card_2::before {
  background: linear-gradient(45deg, #7943eb, #9189f7 50%);
}
.xjh8vs1c-uRzenCjgH7 .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #9189f7 50%);
}
.xjh8vs1c-uRzenCjgH7 .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #7160e7;
}
.xjh8vs1c-uRzenCjgH7 .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #7943eb;
}
.xjh8vs1c-uRzenCjgH7 .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.xjh8vs1c-uRzenCjgH7 .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzenCjgH7 .item-title {
  color: #ffffff;
}
.xjh8vs1c-uRzenCjgH7 .list {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzenCjgH7 .item-title,
.xjh8vs1c-uRzenCjgH7 .tags-wrapper,
.xjh8vs1c-uRzenCjgH7 .icon-wrapper {
  text-align: center;
}
.xjh8vs1c-uRz9KtqSfL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRz9KtqSfL .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRz9KtqSfL .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRz9KtqSfL .title-wrapper .texture-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .title-wrapper .texture-section-title {
    margin-bottom: 30px;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item:nth-child(2n) .item-wrapper {
  margin-left: 130px;
}
@media (max-width: 1440px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 0;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
  height: 510px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item:hover .item-wrapper .image-wrapper .texture-section-btn,
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item:focus .item-wrapper .image-wrapper .texture-section-btn {
  opacity: 1;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper {
  height: 100%;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper .texture-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper .texture-section-btn {
    opacity: 1 !important;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
    margin-top: 15px;
  }
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.xjh8vs1c-uRz9KtqSfL .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  border: 1px solid #bbbbbb;
}
.xjh8vs1c-uRz9KtqSfL .texture-section-title {
  color: #000000;
}
.xjh8vs1c-uRz9KtqSfL .card-title {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz9KtqSfL .card-desc {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRz9KtqSfL .list {
  color: #000000;
}
.xjh8vs1c-uRzaesuIRC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzaesuIRC .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzaesuIRC .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzaesuIRC .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzaesuIRC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .container {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRzaesuIRC .item {
  margin-top: 32px;
}
.xjh8vs1c-uRzaesuIRC .item:first-child {
  margin-top: 0;
}
.xjh8vs1c-uRzaesuIRC .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item:nth-child(2) {
    margin-top: 32px;
  }
}
.xjh8vs1c-uRzaesuIRC .item:nth-child(2n) .item-wrapper {
  background-color: #9189f7;
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #9189f7;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper {
    padding: 46px 20px;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-desc_1,
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-desc_1,
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .icon-wrapper_1 .texture-iconfont,
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .icon-wrapper_2 .texture-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .icon-wrapper_1 .texture-iconfont,
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .icon-wrapper_2 .texture-iconfont {
    margin-bottom: 46px;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .icon-wrapper_2 .texture-iconfont {
  color: #ffffff;
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-title_1,
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaesuIRC .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.xjh8vs1c-uRzaesuIRC .card-desc_1 {
  color: #000000;
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-title_1 {
  color: #000000;
}
.xjh8vs1c-uRzaesuIRC .card-title_2 {
  color: #ffffff;
}
.xjh8vs1c-uRzaesuIRC .card-text_1,
.xjh8vs1c-uRzaesuIRC .text-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-text_2,
.xjh8vs1c-uRzaesuIRC .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-title_1,
.xjh8vs1c-uRzaesuIRC .buttons_1,
.xjh8vs1c-uRzaesuIRC .icon-wrapper_1,
.xjh8vs1c-uRzaesuIRC .title-wrapper_1 {
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-title_2,
.xjh8vs1c-uRzaesuIRC .buttons_2,
.xjh8vs1c-uRzaesuIRC .icon-wrapper_2,
.xjh8vs1c-uRzaesuIRC .title-wrapper_2 {
  text-align: center;
}
.xjh8vs1c-uRzaesuIRC .card-title_1,
.xjh8vs1c-uRzaesuIRC .icon-wrapper_1,
.xjh8vs1c-uRzaesuIRC .buttons_1,
.xjh8vs1c-uRzaesuIRC .title-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzawYPAX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzawYPAX2 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzawYPAX2 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper {
  padding: 80px 90px;
  background-color: #9189f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #7160e7;
}
@media (max-width: 1200px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .texture-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .texture-section-title {
    margin-bottom: 24px;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .texture-text {
  margin-bottom: 0;
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .texture-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .texture-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .texture-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .content-wrap .texture-section-btn {
    margin-top: 16px;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.xjh8vs1c-uRzawYPAX2 .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzawYPAX2 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.xjh8vs1c-uRzawYPAX2 .texture-section-title {
  color: #050f0f;
}
.xjh8vs1c-uRzawYPAX2 .texture-text {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzawYPAX2 .texture-section-btn {
  text-align: center;
}
.xjh8vs1c-uRzawYPAX2 .icon-wrapper {
  text-align: right;
}
.xjh8vs1c-uRzawYPAX2 .texture-section-title,
.xjh8vs1c-uRzawYPAX2 .texture-section-btn,
.xjh8vs1c-uRzawYPAX2 .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzaE5Dhmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzaE5Dhmb .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzaE5Dhmb .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #9189f7 -10%, #7160e7 30%, #9189f7 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaE5Dhmb .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaE5Dhmb .card-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #7160e7, #9189f7, transparent);
  height: 1px;
  width: 100%;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaE5Dhmb .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .title-wrapper .texture-title {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .title-wrapper .texture-text {
  margin-bottom: 0;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #7160e7;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #e1ddff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #e1ddff !important;
  background-color: #e1ddff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .texture-section-btn {
  width: 100%;
  padding: 0;
}
.xjh8vs1c-uRzaE5Dhmb .card-wrapper .form-wrapper .dragArea.row .texture-section-btn .btn {
  margin: 0;
}
.xjh8vs1c-uRzaE5Dhmb .texture-section-btn {
  text-align: right;
}
.xjh8vs1c-uRzaE5Dhmb .texture-title {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaE5Dhmb .texture-text {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaE5Dhmb label {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar.opened,
  .xjh8vs1c-uRz6X8MpM0 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-text,
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRz6X8MpM0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRz6X8MpM0 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRz6X8MpM0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRz6X8MpM0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRz6X8MpM0 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .container,
.xjh8vs1c-uRz6X8MpM0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .container,
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRz6X8MpM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-menu,
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRz6X8MpM0 .nav-item:focus,
.xjh8vs1c-uRz6X8MpM0 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRz6X8MpM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRz6X8MpM0 .dropdown-item.active,
.xjh8vs1c-uRz6X8MpM0 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRz6X8MpM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRz6X8MpM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRz6X8MpM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRz6X8MpM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRz6X8MpM0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRz6X8MpM0 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRz6X8MpM0 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRz6X8MpM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRz6X8MpM0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRz6X8MpM0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRz6X8MpM0 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRz6X8MpM0 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRz6X8MpM0 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 .texture-section-subtitle,
.xjh8vs1c-uRz6X8MpM0 .text_widget,
.xjh8vs1c-uRz6X8MpM0 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRz6X8MpM0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzaRZHdV0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzaRZHdV0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzaRZHdV0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzaRZHdV0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .texture-section-title {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaRZHdV0 .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .texture-section-btn {
  margin-top: 32px;
}
.xjh8vs1c-uRzaRZHdV0 .content-wrapper .texture-section-btn .texture-section-title {
  margin-top: 22px;
}
.xjh8vs1c-uRzaRZHdV0 .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzaRZHdV0 .texture-text,
.xjh8vs1c-uRzaRZHdV0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzaRZHdV0 .texture-section-title,
.xjh8vs1c-uRzaRZHdV0 .texture-section-btn,
.xjh8vs1c-uRzaRZHdV0 .logo-wrapper {
  text-align: center;
}
.xjh8vs1c-uRzaZQGv71 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzaZQGv71 .card-wrapper {
  background: #9189f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzaZQGv71 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .xjh8vs1c-uRzaZQGv71 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRzaZQGv71 .texture-text {
  color: #ffffff;
}
.xjh8vs1c-uRzaZQGv71 .texture-section-subtitle {
  color: #ffffff;
}
.xjh8vs1c-uRzaZQGv71 .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRzb8K1PDX .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRzb8K1PDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRzb8K1PDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .menu_box .navbar.opened,
  .xjh8vs1c-uRzb8K1PDX .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRzb8K1PDX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRzb8K1PDX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRzb8K1PDX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas-body .texture-text,
  .xjh8vs1c-uRzb8K1PDX .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRzb8K1PDX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRzb8K1PDX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzb8K1PDX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRzb8K1PDX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRzb8K1PDX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRzb8K1PDX .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRzb8K1PDX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRzb8K1PDX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRzb8K1PDX .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzb8K1PDX .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRzb8K1PDX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRzb8K1PDX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzb8K1PDX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRzb8K1PDX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRzb8K1PDX .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRzb8K1PDX .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRzb8K1PDX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRzb8K1PDX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRzb8K1PDX .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRzb8K1PDX .container,
.xjh8vs1c-uRzb8K1PDX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .container,
  .xjh8vs1c-uRzb8K1PDX .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRzb8K1PDX .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRzb8K1PDX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRzb8K1PDX .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRzb8K1PDX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRzb8K1PDX .dropdown-menu,
.xjh8vs1c-uRzb8K1PDX .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRzb8K1PDX .nav-item:focus,
.xjh8vs1c-uRzb8K1PDX .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRzb8K1PDX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzb8K1PDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRzb8K1PDX .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRzb8K1PDX .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzb8K1PDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRzb8K1PDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRzb8K1PDX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRzb8K1PDX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRzb8K1PDX .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRzb8K1PDX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRzb8K1PDX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzb8K1PDX .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRzb8K1PDX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRzb8K1PDX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRzb8K1PDX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRzb8K1PDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRzb8K1PDX .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRzb8K1PDX .dropdown-item.active,
.xjh8vs1c-uRzb8K1PDX .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRzb8K1PDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRzb8K1PDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRzb8K1PDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRzb8K1PDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRzb8K1PDX ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzb8K1PDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRzb8K1PDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzb8K1PDX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzb8K1PDX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzb8K1PDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzb8K1PDX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRzb8K1PDX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRzb8K1PDX .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRzb8K1PDX .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRzb8K1PDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRzb8K1PDX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRzb8K1PDX .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRzb8K1PDX .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRzb8K1PDX .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzb8K1PDX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRzb8K1PDX .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRzb8K1PDX .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzb8K1PDX .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRzb8K1PDX .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzb8K1PDX .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRzb8K1PDX .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzb8K1PDX .texture-section-subtitle,
.xjh8vs1c-uRzb8K1PDX .text_widget,
.xjh8vs1c-uRzb8K1PDX .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRzb8K1PDX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzb8Nag5Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzb8Nag5Q .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzb8Nag5Q .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzb8Nag5Q .row {
  justify-content: center;
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .texture-section-title {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8Nag5Q .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .texture-section-btn {
  margin-top: 32px;
}
.xjh8vs1c-uRzb8Nag5Q .content-wrapper .texture-section-btn .texture-section-title {
  margin-top: 22px;
}
.xjh8vs1c-uRzb8Nag5Q .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzb8Nag5Q .texture-text,
.xjh8vs1c-uRzb8Nag5Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzb8Nag5Q .texture-section-title,
.xjh8vs1c-uRzb8Nag5Q .texture-section-btn,
.xjh8vs1c-uRzb8Nag5Q .logo-wrapper {
  text-align: center;
}
.xjh8vs1c-uRzb8Ocw60 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzb8Ocw60 .card-wrapper {
  background: #9189f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzb8Ocw60 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .xjh8vs1c-uRzb8Ocw60 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRzb8Ocw60 .texture-text {
  color: #ffffff;
}
.xjh8vs1c-uRzb8Ocw60 .texture-section-subtitle {
  color: #ffffff;
}
.xjh8vs1c-uRzb8Ocw60 .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .menu_box .navbar.opened,
  .xjh8vs1c-uRzbaOgZv1 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRzbaOgZv1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRzbaOgZv1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRzbaOgZv1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-body .texture-text,
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRzbaOgZv1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRzbaOgZv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzbaOgZv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRzbaOgZv1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRzbaOgZv1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRzbaOgZv1 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRzbaOgZv1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRzbaOgZv1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRzbaOgZv1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzbaOgZv1 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRzbaOgZv1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzbaOgZv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRzbaOgZv1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRzbaOgZv1 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRzbaOgZv1 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRzbaOgZv1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRzbaOgZv1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRzbaOgZv1 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRzbaOgZv1 .container,
.xjh8vs1c-uRzbaOgZv1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .container,
  .xjh8vs1c-uRzbaOgZv1 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRzbaOgZv1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRzbaOgZv1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRzbaOgZv1 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRzbaOgZv1 .dropdown-menu,
.xjh8vs1c-uRzbaOgZv1 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRzbaOgZv1 .nav-item:focus,
.xjh8vs1c-uRzbaOgZv1 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzbaOgZv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRzbaOgZv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRzbaOgZv1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRzbaOgZv1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRzbaOgZv1 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRzbaOgZv1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbaOgZv1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRzbaOgZv1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRzbaOgZv1 .dropdown-item.active,
.xjh8vs1c-uRzbaOgZv1 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRzbaOgZv1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRzbaOgZv1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRzbaOgZv1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRzbaOgZv1 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzbaOgZv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbaOgZv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbaOgZv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzbaOgZv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzbaOgZv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbaOgZv1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRzbaOgZv1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRzbaOgZv1 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRzbaOgZv1 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRzbaOgZv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRzbaOgZv1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRzbaOgZv1 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRzbaOgZv1 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRzbaOgZv1 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbaOgZv1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRzbaOgZv1 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRzbaOgZv1 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzbaOgZv1 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRzbaOgZv1 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzbaOgZv1 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRzbaOgZv1 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzbaOgZv1 .texture-section-subtitle,
.xjh8vs1c-uRzbaOgZv1 .text_widget,
.xjh8vs1c-uRzbaOgZv1 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRzbaOgZv1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzbaQ96Bu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbaQ96Bu .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzbaQ96Bu .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzbaQ96Bu .row {
  justify-content: center;
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .texture-section-title {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaQ96Bu .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .texture-section-btn {
  margin-top: 32px;
}
.xjh8vs1c-uRzbaQ96Bu .content-wrapper .texture-section-btn .texture-section-title {
  margin-top: 22px;
}
.xjh8vs1c-uRzbaQ96Bu .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzbaQ96Bu .texture-text,
.xjh8vs1c-uRzbaQ96Bu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzbaQ96Bu .texture-section-title,
.xjh8vs1c-uRzbaQ96Bu .texture-section-btn,
.xjh8vs1c-uRzbaQ96Bu .logo-wrapper {
  text-align: center;
}
.xjh8vs1c-uRzbaR3YIX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbaR3YIX .card-wrapper {
  background: #9189f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbaR3YIX .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .xjh8vs1c-uRzbaR3YIX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRzbaR3YIX .texture-text {
  color: #ffffff;
}
.xjh8vs1c-uRzbaR3YIX .texture-section-subtitle {
  color: #ffffff;
}
.xjh8vs1c-uRzbaR3YIX .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-dropdown {
  background-color: #9189f7 !important;
  padding: 0;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9189f7 !important;
  background: #7160e7;
  background-color: #7160e7 !important;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .menu_box .navbar.opened,
  .xjh8vs1c-uRzbcFnxU1 .menu_box .navbar-collapse {
    background-color: #9189f7 !important;
    transition: all 0s ease 0s;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar-dropdown {
  position: relative !important;
}
.xjh8vs1c-uRzbcFnxU1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .texture-section-btn-main {
    margin-top: 1rem;
  }
}
.xjh8vs1c-uRzbcFnxU1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.xjh8vs1c-uRzbcFnxU1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-body .texture-text,
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-body .texture-section-subtitle {
    margin-bottom: 32px;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #7160e7;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .xjh8vs1c-uRzbcFnxU1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .xjh8vs1c-uRzbcFnxU1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzbcFnxU1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .xjh8vs1c-uRzbcFnxU1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .xjh8vs1c-uRzbcFnxU1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .xjh8vs1c-uRzbcFnxU1 .lg_brand {
    margin: 0 1rem;
  }
}
.xjh8vs1c-uRzbcFnxU1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .xjh8vs1c-uRzbcFnxU1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .nav-item {
    margin: 0 !important;
  }
}
.xjh8vs1c-uRzbcFnxU1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzbcFnxU1 .nav-item .nav-link:hover {
  text-decoration: underline;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .xjh8vs1c-uRzbcFnxU1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .xjh8vs1c-uRzbcFnxU1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .xjh8vs1c-uRzbcFnxU1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .xjh8vs1c-uRzbcFnxU1 .offcanvas_box {
    display: none;
  }
}
.xjh8vs1c-uRzbcFnxU1 .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.xjh8vs1c-uRzbcFnxU1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xjh8vs1c-uRzbcFnxU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.xjh8vs1c-uRzbcFnxU1 .container {
  display: flex;
  margin: auto;
}
.xjh8vs1c-uRzbcFnxU1 .container,
.xjh8vs1c-uRzbcFnxU1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .container,
  .xjh8vs1c-uRzbcFnxU1 .container-fluid {
    padding: 0 20px;
  }
}
.xjh8vs1c-uRzbcFnxU1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.xjh8vs1c-uRzbcFnxU1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.xjh8vs1c-uRzbcFnxU1 .iconfont-wrapper:hover {
  opacity: .5;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .navbar-nav {
    margin: 0;
  }
}
.xjh8vs1c-uRzbcFnxU1 .dropdown-menu,
.xjh8vs1c-uRzbcFnxU1 .navbar.opened {
  background-color: false !important;
}
.xjh8vs1c-uRzbcFnxU1 .nav-item:focus,
.xjh8vs1c-uRzbcFnxU1 .nav-link:focus {
  outline: none;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xjh8vs1c-uRzbcFnxU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xjh8vs1c-uRzbcFnxU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xjh8vs1c-uRzbcFnxU1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar.opened {
  transition: all 0.3s;
}
.xjh8vs1c-uRzbcFnxU1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.xjh8vs1c-uRzbcFnxU1 .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.xjh8vs1c-uRzbcFnxU1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed {
  justify-content: center;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .xjh8vs1c-uRzbcFnxU1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar .icons-menu {
    padding: 0;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar.navbar-short {
  min-height: 60px;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.xjh8vs1c-uRzbcFnxU1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.xjh8vs1c-uRzbcFnxU1 .dropdown-item.active,
.xjh8vs1c-uRzbcFnxU1 .dropdown-item:active {
  background-color: transparent;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xjh8vs1c-uRzbcFnxU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xjh8vs1c-uRzbcFnxU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xjh8vs1c-uRzbcFnxU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.xjh8vs1c-uRzbcFnxU1 ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #7160e7;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 ul.navbar-nav {
    padding: 8px;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9189f7;
  background: #ffffff;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xjh8vs1c-uRzbcFnxU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbcFnxU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbcFnxU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzbcFnxU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xjh8vs1c-uRzbcFnxU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xjh8vs1c-uRzbcFnxU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xjh8vs1c-uRzbcFnxU1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xjh8vs1c-uRzbcFnxU1 .navbar {
    height: 70px;
  }
  .xjh8vs1c-uRzbcFnxU1 .navbar.opened {
    height: auto;
  }
  .xjh8vs1c-uRzbcFnxU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xjh8vs1c-uRzbcFnxU1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.xjh8vs1c-uRzbcFnxU1 .texture-section-btn-main {
  padding-top: 5px;
}
.xjh8vs1c-uRzbcFnxU1 .texture-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .texture-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.xjh8vs1c-uRzbcFnxU1 .navbar-caption:hover {
  color: #7541e5;
}
@media (min-width: 992px) {
  .xjh8vs1c-uRzbcFnxU1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.xjh8vs1c-uRzbcFnxU1 .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.xjh8vs1c-uRzbcFnxU1 .text_widget a {
  transition: all 0.3s ease-out;
}
.xjh8vs1c-uRzbcFnxU1 .text_widget a:hover {
  color: #7541e5 !important;
}
.xjh8vs1c-uRzbcFnxU1 .texture-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzbcFnxU1 .navbar-caption {
  color: #ffffff;
}
.xjh8vs1c-uRzbcFnxU1 .texture-text {
  color: #ffffff;
  text-align: left;
}
.xjh8vs1c-uRzbcFnxU1 .texture-section-subtitle,
.xjh8vs1c-uRzbcFnxU1 .text_widget,
.xjh8vs1c-uRzbcFnxU1 .texture-section-btn {
  text-align: left;
}
.xjh8vs1c-uRzbcFnxU1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.xjh8vs1c-uRzbcHcWtq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbcHcWtq .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzbcHcWtq .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzbcHcWtq .row {
  justify-content: center;
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .texture-section-title {
  margin-bottom: 22px;
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcHcWtq .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .texture-section-btn {
  margin-top: 32px;
}
.xjh8vs1c-uRzbcHcWtq .content-wrapper .texture-section-btn .texture-section-title {
  margin-top: 22px;
}
.xjh8vs1c-uRzbcHcWtq .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzbcHcWtq .texture-text,
.xjh8vs1c-uRzbcHcWtq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzbcHcWtq .texture-section-title,
.xjh8vs1c-uRzbcHcWtq .texture-section-btn,
.xjh8vs1c-uRzbcHcWtq .logo-wrapper {
  text-align: center;
}
.xjh8vs1c-uRzbcI9iou {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #7160e7;
}
.xjh8vs1c-uRzbcI9iou .card-wrapper {
  background: #9189f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzbcI9iou .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .xjh8vs1c-uRzbcI9iou .card-wrapper {
    padding: 2rem 1rem;
  }
}
.xjh8vs1c-uRzbcI9iou .texture-text {
  color: #ffffff;
}
.xjh8vs1c-uRzbcI9iou .texture-section-subtitle {
  color: #ffffff;
}
.xjh8vs1c-uRzbcI9iou .texture-section-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9189f7;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image.disabled {
  display: none;
}
.xjh8vs1c-uRzqdvCee0 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xjh8vs1c-uRzqdvCee0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xjh8vs1c-uRzqdvCee0 .container {
    padding: 0 14px;
  }
}
.xjh8vs1c-uRzqdvCee0 .row {
  justify-content: center;
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:hover,
.xjh8vs1c-uRzqdvCee0 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .xjh8vs1c-uRzqdvCee0 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .texture-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .texture-contact,
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .texture-contact {
  opacity: .7;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.xjh8vs1c-uRzqdvCee0 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .texture-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.xjh8vs1c-uRzqdvCee0 .texture-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-text,
.xjh8vs1c-uRzqdvCee0 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.xjh8vs1c-uRzqdvCee0 .texture-list-title {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .list {
  color: #ffffff;
}
.xjh8vs1c-uRzqdvCee0 .texture-contact {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}

.navbar-brand {
    animation: glow 2s alternate;
}
/* endlogoanimations */

/* mainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("../../../assets/images/thin_scene.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}