.btn {
  border-width: 2px;
}
body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .depth-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3rem;
  line-height: 1.24;
}
.display-2 > .depth-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.63;
}
.display-4 > .depth-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.28;
}
.display-5 > .depth-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .depth-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #646cfc !important;
}
.bg-success {
  background-color: #646cfc !important;
}
.bg-info {
  background-color: #898ffe !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #646cfc !important;
  border-color: #646cfc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f1bfa !important;
  border-color: #0f1bfa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f1bfa !important;
  border-color: #0f1bfa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #898ffe !important;
  border-color: #898ffe !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #333dfd !important;
  border-color: #333dfd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #333dfd !important;
  border-color: #333dfd !important;
}
.btn-success,
.btn-success:active {
  background-color: #646cfc !important;
  border-color: #646cfc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0f1bfa !important;
  border-color: #0f1bfa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f1bfa !important;
  border-color: #0f1bfa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #646cfc;
  color: #646cfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f1bfa !important;
  background-color: transparent!important;
  border-color: #0f1bfa !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #646cfc !important;
  border-color: #646cfc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #898ffe;
  color: #898ffe;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #333dfd !important;
  background-color: transparent!important;
  border-color: #333dfd !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #898ffe !important;
  border-color: #898ffe !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #646cfc;
  color: #646cfc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f1bfa !important;
  background-color: transparent!important;
  border-color: #0f1bfa !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #646cfc !important;
  border-color: #646cfc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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: #111111 !important;
  border-color: #111111 !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: #646cfc !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #646cfc !important;
}
.text-info {
  color: #898ffe !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0511f5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0511f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #242ffd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #646cfc;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #898ffe;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.depth-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.depth-gallery-filter li a {
  border-radius: 100px !important;
}
.depth-gallery-filter li.active .btn {
  background-color: #646cfc;
  border-color: #646cfc;
  color: #ffffff;
}
.depth-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #646cfc;
}
.depth-plan-header.bg-primary .depth-plan-subtitle,
.depth-plan-header.bg-primary .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-success .depth-plan-subtitle,
.depth-plan-header.bg-success .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-info .depth-plan-subtitle,
.depth-plan-header.bg-info .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-warning .depth-plan-subtitle,
.depth-plan-header.bg-warning .depth-plan-price-desc {
  color: #b3b3b3;
}
.depth-plan-header.bg-danger .depth-plan-subtitle,
.depth-plan-header.bg-danger .depth-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .depth-iconfont {
  font-size: 1.5rem;
}
.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: #646cfc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .depth-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #646cfc;
}
/* Forms */
.depth-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.depth-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.depth-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.depth-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: #646cfc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #646cfc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #646cfc;
  border-bottom-color: #646cfc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #646cfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23646cfc' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPeGoQN9BF {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #646cfc;
  position: relative;
  overflow: hidden;
}
.v9Od595-uPeGoQN9BF .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.v9Od595-uPeGoQN9BF #e1_circle,
.v9Od595-uPeGoQN9BF #e3_circle,
.v9Od595-uPeGoQN9BF #e4_circle,
.v9Od595-uPeGoQN9BF #e5_circle {
  fill: #4a51d2 !important;
}
.v9Od595-uPeGoQN9BF #e6_circle {
  fill: #646cfc !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.v9Od595-uPeGoQN9BF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #4a51d2;
  animation: orbit 4s linear infinite;
}
.v9Od595-uPeGoQN9BF .rev {
  animation: rev 4s linear infinite;
}
.v9Od595-uPeGoQN9BF .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.v9Od595-uPeGoQN9BF .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.v9Od595-uPeGoQN9BF .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.v9Od595-uPeGoQN9BF .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.v9Od595-uPeGoQN9BF .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.v9Od595-uPeGoQN9BF .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.v9Od595-uPeGoQN9BF .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.v9Od595-uPeGoQN9BF .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.v9Od595-uPeGoQN9BF .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.v9Od595-uPeGoQN9BF .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.v9Od595-uPeGoQN9BF .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.v9Od595-uPeGoQN9BF H1 {
  color: #ffffff;
}
.v9Od595-uPeGoQN9BF .depth-text,
.v9Od595-uPeGoQN9BF .depth-section-btn {
  color: #ffffff;
}
.v9Od595-uPeGoQN9BF H3 {
  color: #716c80;
}
.v9Od595-uPeGoQN9BF img {
  height: 100%;
  margin: 0 auto;
}
.v9Od595-uPeGoQN9BF .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeGoQN9BF .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeIclW2gE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a51d2;
}
.v9Od595-uPeIclW2gE .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeIclW2gE .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeIclW2gE .content-wrapper {
  padding: 80px 90px;
  background-color: #646cfc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #4a51d2;
}
@media (max-width: 1200px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .depth-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .depth-section-title {
    margin-bottom: 24px;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .depth-text {
  margin-bottom: 0;
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .icon-wrapper .depth-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .card-wrapper .icon-wrapper .depth-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .content-wrap .depth-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .content-wrap .depth-section-btn {
    margin-top: 16px;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.v9Od595-uPeIclW2gE .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPeIclW2gE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.v9Od595-uPeIclW2gE .depth-section-title {
  color: #050f0f;
}
.v9Od595-uPeIclW2gE .depth-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeIclW2gE .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeIclW2gE .icon-wrapper {
  text-align: right;
}
.v9Od595-uPeIclW2gE .depth-section-title,
.v9Od595-uPeIclW2gE .depth-section-btn,
.v9Od595-uPeIclW2gE .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeIL6Dkkp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4a51d2;
}
.v9Od595-uPeIL6Dkkp .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #898ffe 0, #3c42b5 43%, #646cfc 100%);
}
.v9Od595-uPeIL6Dkkp .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #898ffe 0, #3c42b5 43%, #646cfc 100%);
}
.v9Od595-uPeIL6Dkkp .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #898ffe 0, #3c42b5 43%, #646cfc 100%);
}
.v9Od595-uPeIL6Dkkp .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeIL6Dkkp .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeIL6Dkkp .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeIL6Dkkp .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.v9Od595-uPeIL6Dkkp .image-wrapper {
  background-color: #646cfc;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeIL6Dkkp .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.v9Od595-uPeIL6Dkkp .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPeIL6Dkkp .image-wrapper img {
    height: 350px;
  }
}
.v9Od595-uPeHOkc7lW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #646cfc;
  background-image: radial-gradient(at 100% -70%, #898ffe, #4a51d2, #646cfc);
}
.v9Od595-uPeHOkc7lW .depth-overlay {
  backdrop-filter: blur(3.5px);
}
.v9Od595-uPeHOkc7lW .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) {
  .v9Od595-uPeHOkc7lW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.v9Od595-uPeHOkc7lW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #4a51d2;
  border-radius: 30px;
}
.v9Od595-uPeHOkc7lW .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #4a51d2;
  border-radius: 30px;
}
.v9Od595-uPeHOkc7lW .depth-section-title,
.v9Od595-uPeHOkc7lW .depth-section-subtitle,
.v9Od595-uPeHOkc7lW .depth-text,
.v9Od595-uPeHOkc7lW .depth-section-btn {
  position: relative;
  z-index: 1;
}
.v9Od595-uPeHOkc7lW .depth-section-title {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeHOkc7lW .depth-text,
.v9Od595-uPeHOkc7lW .depth-section-btn {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeHOkc7lW .depth-section-subtitle {
  text-align: center;
  color: #263d5a;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPeJoBfhyt {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/dry-pond.jpg-1184x672.jpg");
}
.v9Od595-uPeJoBfhyt .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #3c42b5 43%, #4a51d2 100%);
}
.v9Od595-uPeJoBfhyt .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #3c42b5 43%, #4a51d2 100%);
}
.v9Od595-uPeJoBfhyt .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #3c42b5 43%, #4a51d2 100%);
}
.v9Od595-uPeJoBfhyt .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeJoBfhyt .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeJoBfhyt .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeJoBfhyt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.v9Od595-uPeJoBfhyt .content-wrapper .depth-section-title {
  margin-bottom: 40px;
}
.v9Od595-uPeJoBfhyt .content-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJoBfhyt .content-wrapper .text-wrapper .depth-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.v9Od595-uPeJoBfhyt .depth-section-title {
  color: #ffffff;
}
.v9Od595-uPeJoBfhyt .depth-text,
.v9Od595-uPeJoBfhyt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeJoBfhyt .depth-section-title,
.v9Od595-uPeJoBfhyt .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeJEZ17Ex {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #4a51d2;
}
.v9Od595-uPeJEZ17Ex .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #4a51d2 43%, #272a62 100%);
}
.v9Od595-uPeJEZ17Ex .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #4a51d2 43%, #272a62 100%);
}
.v9Od595-uPeJEZ17Ex .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeJEZ17Ex .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeJEZ17Ex .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.v9Od595-uPeJEZ17Ex .desc-wrapper .depth-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .desc-wrapper .depth-desc {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJEZ17Ex .text-wrapper .depth-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .text-wrapper .depth-text {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item {
  margin-bottom: 40px;
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper {
  background-color: #646cfc;
  border-radius: 0 !important;
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.v9Od595-uPeJEZ17Ex .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.v9Od595-uPeJEZ17Ex .depth-desc {
  color: #c7fcb5;
}
.v9Od595-uPeJEZ17Ex .depth-text {
  color: #c7fcb5;
}
.v9Od595-uPeJEZ17Ex .item-number {
  color: #144031;
}
.v9Od595-uPeJEZ17Ex .item-title {
  color: #144031;
}
.v9Od595-uPeJEZ17Ex .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeJEZ17Ex .item-title,
.v9Od595-uPeJEZ17Ex .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeJJ5ZJOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeJJ5ZJOF .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeJJ5ZJOF .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeJJ5ZJOF .row {
  justify-content: center;
}
.v9Od595-uPeJJ5ZJOF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .title-wrapper {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJJ5ZJOF .title-wrapper .depth-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .title-wrapper .depth-section-title {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJJ5ZJOF .title-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.v9Od595-uPeJJ5ZJOF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .v9Od595-uPeJJ5ZJOF .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPeJJ5ZJOF .items-wrapper {
    display: block;
  }
}
.v9Od595-uPeJJ5ZJOF .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .item {
    transform: none;
  }
}
.v9Od595-uPeJJ5ZJOF .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .item:nth-child(2n) {
    transform: none;
  }
}
.v9Od595-uPeJJ5ZJOF .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPeJJ5ZJOF .item {
    margin-bottom: 16px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper {
  height: 100%;
  background-color: #4a51d2;
  padding: 48px;
}
@media (max-width: 1440px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper {
    padding: 30px 20px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 230px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 120px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .depth-section-btn {
    margin-top: 30px;
  }
}
.v9Od595-uPeJJ5ZJOF .item .item-wrapper .card-box .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPeJJ5ZJOF .depth-section-title {
  color: #ffffff;
}
.v9Od595-uPeJJ5ZJOF .depth-text,
.v9Od595-uPeJJ5ZJOF .text-wrapper {
  color: #ffffff;
}
.v9Od595-uPeJJ5ZJOF .card-title {
  color: #000000;
}
.v9Od595-uPeJJ5ZJOF .card-text {
  color: #000000;
}
.v9Od595-uPeJJ5ZJOF .iconfont-wrapper {
  text-align: center;
}
.v9Od595-uPeJJ5ZJOF .card-title,
.v9Od595-uPeJJ5ZJOF .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeJJ5ZJOF .card-text,
.v9Od595-uPeJJ5ZJOF .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeKvWc2Pi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #4a51d2;
}
.v9Od595-uPeKvWc2Pi .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #4a51d2 43%, #272a62 100%);
}
.v9Od595-uPeKvWc2Pi .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #646cfc 0, #4a51d2 43%, #272a62 100%);
}
.v9Od595-uPeKvWc2Pi .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeKvWc2Pi .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeKvWc2Pi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.v9Od595-uPeKvWc2Pi .desc-wrapper .depth-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .desc-wrapper .depth-desc {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKvWc2Pi .text-wrapper .depth-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .text-wrapper .depth-text {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item {
  margin-bottom: 40px;
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper {
  background-color: #646cfc;
  border-radius: 0 !important;
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.v9Od595-uPeKvWc2Pi .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.v9Od595-uPeKvWc2Pi .depth-desc {
  color: #c7fcb5;
}
.v9Od595-uPeKvWc2Pi .depth-text {
  color: #c7fcb5;
}
.v9Od595-uPeKvWc2Pi .item-number {
  color: #144031;
}
.v9Od595-uPeKvWc2Pi .item-title {
  color: #144031;
}
.v9Od595-uPeKvWc2Pi .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeKvWc2Pi .item-title,
.v9Od595-uPeKvWc2Pi .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeKxL851p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeKxL851p .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeKxL851p .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeKxL851p .row {
  justify-content: center;
}
.v9Od595-uPeKxL851p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .title-wrapper {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKxL851p .title-wrapper .depth-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .title-wrapper .depth-section-title {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKxL851p .title-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.v9Od595-uPeKxL851p .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .v9Od595-uPeKxL851p .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPeKxL851p .items-wrapper {
    display: block;
  }
}
.v9Od595-uPeKxL851p .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .item {
    transform: none;
  }
}
.v9Od595-uPeKxL851p .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .item:nth-child(2n) {
    transform: none;
  }
}
.v9Od595-uPeKxL851p .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPeKxL851p .item {
    margin-bottom: 16px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper {
  height: 100%;
  background-color: #4a51d2;
  padding: 48px;
}
@media (max-width: 1440px) {
  .v9Od595-uPeKxL851p .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .item .item-wrapper {
    padding: 30px 20px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 230px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .v9Od595-uPeKxL851p .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .v9Od595-uPeKxL851p .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 120px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeKxL851p .item .item-wrapper .card-box .depth-section-btn {
    margin-top: 30px;
  }
}
.v9Od595-uPeKxL851p .item .item-wrapper .card-box .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPeKxL851p .depth-section-title {
  color: #ffffff;
}
.v9Od595-uPeKxL851p .depth-text,
.v9Od595-uPeKxL851p .text-wrapper {
  color: #ffffff;
}
.v9Od595-uPeKxL851p .card-title {
  color: #000000;
}
.v9Od595-uPeKxL851p .card-text {
  color: #000000;
}
.v9Od595-uPeKxL851p .iconfont-wrapper {
  text-align: center;
}
.v9Od595-uPeKxL851p .card-title,
.v9Od595-uPeKxL851p .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeKxL851p .card-text,
.v9Od595-uPeKxL851p .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPeKRXIRcX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeKRXIRcX .text-wrapper {
  position: relative;
  background: #4a51d2;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.v9Od595-uPeKRXIRcX .text-wrapper .card-btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.v9Od595-uPeKRXIRcX .text-wrapper .card-text,
.v9Od595-uPeKRXIRcX .text-wrapper .card-btn,
.v9Od595-uPeKRXIRcX .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .v9Od595-uPeKRXIRcX .text-wrapper .card-text,
  .v9Od595-uPeKRXIRcX .text-wrapper .card-btn,
  .v9Od595-uPeKRXIRcX .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.v9Od595-uPeKRXIRcX .content-wrapper {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .v9Od595-uPeKRXIRcX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .v9Od595-uPeKRXIRcX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .v9Od595-uPeKRXIRcX .content-wrapper .geometry__square,
  .v9Od595-uPeKRXIRcX .content-wrapper .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .v9Od595-uPeKRXIRcX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v9Od595-uPeKRXIRcX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .v9Od595-uPeKRXIRcX .content-wrapper {
    padding: 5rem 3rem;
  }
  .v9Od595-uPeKRXIRcX .content-wrapper .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.v9Od595-uPeKRXIRcX .geometry {
  position: absolute;
}
.v9Od595-uPeKRXIRcX .geometry_top-right {
  top: -50px;
  right: 30%;
}
.v9Od595-uPeKRXIRcX .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.v9Od595-uPeKRXIRcX .geometry__square,
.v9Od595-uPeKRXIRcX .geometry__circle {
  width: 88px;
  height: 88px;
}
.v9Od595-uPeKRXIRcX .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.v9Od595-uPeKRXIRcX .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.v9Od595-uPeKRXIRcX .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.v9Od595-uPeKRXIRcX .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 100px;
  margin: 0.5rem;
}
.v9Od595-uPeKRXIRcX .image-wrapper {
  margin: 0 4rem 0 0;
}
.v9Od595-uPeKRXIRcX .image-wrapper .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .v9Od595-uPeKRXIRcX .content {
    display: block;
  }
  .v9Od595-uPeKRXIRcX .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .v9Od595-uPeKRXIRcX .card-text,
  .v9Od595-uPeKRXIRcX .card-title,
  .v9Od595-uPeKRXIRcX .card-btn {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .v9Od595-uPeKRXIRcX .geometry__square-bg {
    transition: transform .3s;
  }
  .v9Od595-uPeKRXIRcX .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .v9Od595-uPeKRXIRcX .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .v9Od595-uPeKRXIRcX .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeKRXIRcX .geometry {
    position: absolute;
  }
  .v9Od595-uPeKRXIRcX .geometry__circle,
  .v9Od595-uPeKRXIRcX .geometry__circle-bg,
  .v9Od595-uPeKRXIRcX .geometry__square,
  .v9Od595-uPeKRXIRcX .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.v9Od595-uPeKRXIRcX .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeKRXIRcX .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeKRXIRcX .card-title {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeKRXIRcX .depth-text,
.v9Od595-uPeKRXIRcX .depth-section-btn {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeL69WERu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a51d2;
}
.v9Od595-uPeL69WERu .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeL69WERu .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeL69WERu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .title-wrapper {
    margin-bottom: 48px;
  }
}
.v9Od595-uPeL69WERu .title-wrapper .desc-wrapper .depth-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .title-wrapper .desc-wrapper .depth-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.v9Od595-uPeL69WERu .title-wrapper .depth-section-title {
  margin-bottom: 24px;
}
.v9Od595-uPeL69WERu .title-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.v9Od595-uPeL69WERu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.v9Od595-uPeL69WERu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .item {
    margin-bottom: 28px;
  }
}
.v9Od595-uPeL69WERu .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeL69WERu .item .item-wrapper:hover,
.v9Od595-uPeL69WERu .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap {
  border: 1px solid #646cfc;
  background-color: #3c42b5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #646cfc;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .depth-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #e9eaff;
  background: linear-gradient(90deg, #898ffe, #bcbffe 65%, #eeefff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .depth-iconfont {
    font-size: 70px;
  }
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.v9Od595-uPeL69WERu .item .item-wrapper .item-wrap .icon-wrapper .depth-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #e9eaff;
}
.v9Od595-uPeL69WERu .depth-section-title {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeL69WERu .depth-text,
.v9Od595-uPeL69WERu .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.v9Od595-uPeL69WERu .depth-desc,
.v9Od595-uPeL69WERu .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.v9Od595-uPeL69WERu .item-desc {
  color: #9aa0a6;
}
.v9Od595-uPeL69WERu .item-title {
  color: #ffffff;
}
.v9Od595-uPeL69WERu .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeL69WERu .icon-wrapper {
  text-align: right;
}
.v9Od595-uPeL69WERu .item-title,
.v9Od595-uPeL69WERu .icon-wrapper {
  text-align: center;
}
.v9Od595-uPeLbif59m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeLbif59m .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeLbif59m .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeLbif59m .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper {
    display: block;
  }
}
.v9Od595-uPeLbif59m .content-wrapper .card {
  justify-content: center;
}
.v9Od595-uPeLbif59m .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.v9Od595-uPeLbif59m .content-wrapper .content-wrap .depth-section-title {
  margin-bottom: 35px;
}
.v9Od595-uPeLbif59m .content-wrapper .content-wrap .depth-text {
  margin-bottom: 40px;
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #3c42b5;
  opacity: .9;
  z-index: 1;
  right: 0;
  left: 6rem;
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .v9Od595-uPeLbif59m .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.v9Od595-uPeLbif59m .depth-section-title {
  color: #144031;
}
.v9Od595-uPeLbif59m .depth-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeLbif59m .list {
  color: #144031;
}
.v9Od595-uPeLbif59m .depth-section-title,
.v9Od595-uPeLbif59m .depth-section-btn {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeL8YQ005 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a51d2;
}
.v9Od595-uPeL8YQ005 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeL8YQ005 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeL8YQ005 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL8YQ005 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeL8YQ005 .container {
    padding: 0 16px;
  }
}
.v9Od595-uPeL8YQ005 .row {
  justify-content: center;
  margin: 0 -14px;
}
.v9Od595-uPeL8YQ005 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.v9Od595-uPeL8YQ005 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #3c42b5;
}
.v9Od595-uPeL8YQ005 .item .item-wrapper {
  height: 100%;
}
.v9Od595-uPeL8YQ005 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #646cfc;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .v9Od595-uPeL8YQ005 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.v9Od595-uPeL8YQ005 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.v9Od595-uPeL8YQ005 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.v9Od595-uPeL8YQ005 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.v9Od595-uPeL8YQ005 .depth-section-btn {
  margin-top: 12px;
  text-align: center;
}
.v9Od595-uPeL8YQ005 .item-emoji {
  color: #000000;
}
.v9Od595-uPeL8YQ005 .item-title {
  color: #000000;
}
.v9Od595-uPeL8YQ005 .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeL8YQ005 .item-title,
.v9Od595-uPeL8YQ005 .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPeReBG3Vu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeReBG3Vu .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeReBG3Vu .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeReBG3Vu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .title-wrapper {
    margin-bottom: 48px;
  }
}
.v9Od595-uPeReBG3Vu .title-wrapper .desc-wrapper .depth-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .title-wrapper .desc-wrapper .depth-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.v9Od595-uPeReBG3Vu .title-wrapper .depth-section-title {
  margin-bottom: 24px;
}
.v9Od595-uPeReBG3Vu .title-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.v9Od595-uPeReBG3Vu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.v9Od595-uPeReBG3Vu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .item {
    margin-bottom: 28px;
  }
}
.v9Od595-uPeReBG3Vu .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper:hover,
.v9Od595-uPeReBG3Vu .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap {
  border: 1px solid #4a51d2;
  background-color: #3c42b5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a51d2;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .depth-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #e9eaff;
  background: linear-gradient(90deg, #898ffe, #bcbffe 65%, #eeefff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .depth-iconfont {
    font-size: 70px;
  }
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.v9Od595-uPeReBG3Vu .item .item-wrapper .item-wrap .icon-wrapper .depth-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #e9eaff;
}
.v9Od595-uPeReBG3Vu .depth-section-title {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeReBG3Vu .depth-text,
.v9Od595-uPeReBG3Vu .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.v9Od595-uPeReBG3Vu .depth-desc,
.v9Od595-uPeReBG3Vu .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.v9Od595-uPeReBG3Vu .item-desc {
  color: #9aa0a6;
}
.v9Od595-uPeReBG3Vu .item-title {
  color: #ffffff;
}
.v9Od595-uPeReBG3Vu .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeReBG3Vu .icon-wrapper {
  text-align: right;
}
.v9Od595-uPeReBG3Vu .item-title,
.v9Od595-uPeReBG3Vu .icon-wrapper {
  text-align: center;
}
.v9Od595-uPeR8eqTKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a51d2;
}
.v9Od595-uPeR8eqTKr .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeR8eqTKr .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .container {
    padding: 0 30px;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper {
    display: block;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper .card {
  justify-content: center;
}
.v9Od595-uPeR8eqTKr .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper .content-wrap .depth-section-title {
  margin-bottom: 35px;
}
.v9Od595-uPeR8eqTKr .content-wrapper .content-wrap .depth-text {
  margin-bottom: 40px;
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #3c42b5;
  opacity: .9;
  z-index: 1;
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .v9Od595-uPeR8eqTKr .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.v9Od595-uPeR8eqTKr .depth-section-title {
  color: #144031;
}
.v9Od595-uPeR8eqTKr .depth-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeR8eqTKr .list {
  color: #144031;
}
.v9Od595-uPeR8eqTKr .depth-section-title,
.v9Od595-uPeR8eqTKr .depth-section-btn {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeRgQJIXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
}
.v9Od595-uPeRgQJIXp .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeRgQJIXp .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeRgQJIXp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .v9Od595-uPeRgQJIXp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPeRgQJIXp .container {
    padding: 0 16px;
  }
}
.v9Od595-uPeRgQJIXp .row {
  justify-content: center;
  margin: 0 -14px;
}
.v9Od595-uPeRgQJIXp .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.v9Od595-uPeRgQJIXp .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #3c42b5;
}
.v9Od595-uPeRgQJIXp .item .item-wrapper {
  height: 100%;
}
.v9Od595-uPeRgQJIXp .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #4a51d2;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .v9Od595-uPeRgQJIXp .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.v9Od595-uPeRgQJIXp .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.v9Od595-uPeRgQJIXp .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.v9Od595-uPeRgQJIXp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.v9Od595-uPeRgQJIXp .depth-section-btn {
  margin-top: 12px;
  text-align: center;
}
.v9Od595-uPeRgQJIXp .item-emoji {
  color: #000000;
}
.v9Od595-uPeRgQJIXp .item-title {
  color: #000000;
}
.v9Od595-uPeRgQJIXp .item-text {
  color: #ffffff;
  text-align: center;
}
.v9Od595-uPeRgQJIXp .item-title,
.v9Od595-uPeRgQJIXp .depth-section-btn {
  text-align: center;
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPeTU0Pluq {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #646cfc;
  background: linear-gradient(to right bottom, rgba(100, 108, 252, 0.8), #4a51d2);
}
.v9Od595-uPeTU0Pluq .depth-overlay {
  background: #ffffff;
}
.v9Od595-uPeTU0Pluq .animation {
  pointer-events: none;
}
.v9Od595-uPeTU0Pluq .depth-section-subtitle {
  margin-bottom: 10px;
}
.v9Od595-uPeTU0Pluq .depth-section-title {
  margin-bottom: 27px;
  color: #ffffff;
}
.v9Od595-uPeTU0Pluq .depth-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (min-width: 768px) {
  .v9Od595-uPeTU0Pluq .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .v9Od595-uPeTU0Pluq .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .v9Od595-uPeTU0Pluq .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .v9Od595-uPeTU0Pluq .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeTU0Pluq .depth-section-title {
    margin-bottom: 17px;
  }
  .v9Od595-uPeTU0Pluq .depth-text {
    margin-bottom: 20px;
  }
  .v9Od595-uPeTU0Pluq .depth-section-btn {
    margin-bottom: 40px;
  }
  .v9Od595-uPeTU0Pluq .image__block {
    margin-bottom: -100px;
  }
}
.v9Od595-uPeTU0Pluq .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeTU0Pluq .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeTU0Pluq .depth-text,
.v9Od595-uPeTU0Pluq .depth-section-btn {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPeV6pd3ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #646cfc;
  background-image: linear-gradient(#646cfc 70%, #272a62 110%);
}
.v9Od595-uPeV6pd3ij .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPeV6pd3ij .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPeV6pd3ij .row {
  justify-content: center;
}
.v9Od595-uPeV6pd3ij .form-wrapper {
  background-color: #4a51d2;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .v9Od595-uPeV6pd3ij .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #272a62 !important;
  background-color: #b4b8ff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-control:hover,
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #3c42b5 !important;
  box-shadow: none;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #272a62;
  opacity: .5;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #272a62;
  border-color: #272a62;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .depth-section-btn {
  width: 100%;
  padding: 0;
}
.v9Od595-uPeV6pd3ij .form-wrapper .dragArea.row .depth-section-btn .btn {
  margin: 0;
}
.v9Od595-uPeV6pd3ij .depth-section-btn {
  text-align: right;
}
.v9Od595-uPeV6pd3ij label {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPeFL1OTB4 {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPeFL1OTB4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPeFL1OTB4 .menu_box .navbar.opened,
  .v9Od595-uPeFL1OTB4 .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPeFL1OTB4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .btn:hover {
  box-shadow: none;
}
.v9Od595-uPeFL1OTB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before,
.v9Od595-uPeFL1OTB4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPeFL1OTB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPeFL1OTB4 .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;
  }
  .v9Od595-uPeFL1OTB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPeFL1OTB4 .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPeFL1OTB4 .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPeFL1OTB4 .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPeFL1OTB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPeFL1OTB4 .dropdown-menu,
.v9Od595-uPeFL1OTB4 .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPeFL1OTB4 .nav-item:focus,
.v9Od595-uPeFL1OTB4 .nav-link:focus {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPeFL1OTB4 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPeFL1OTB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPeFL1OTB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPeFL1OTB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPeFL1OTB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPeFL1OTB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPeFL1OTB4 .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .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;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPeFL1OTB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPeFL1OTB4 .dropdown-item.active,
.v9Od595-uPeFL1OTB4 .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPeFL1OTB4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPeFL1OTB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPeFL1OTB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPeFL1OTB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPeFL1OTB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPeFL1OTB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPeFL1OTB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPeFL1OTB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPeFL1OTB4 .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) {
  .v9Od595-uPeFL1OTB4 .navbar {
    height: 70px;
  }
  .v9Od595-uPeFL1OTB4 .navbar.opened {
    height: auto;
  }
  .v9Od595-uPeFL1OTB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPeFL1OTB4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPeFL1OTB4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPeFL1OTB4 .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPeFL1OTB4 .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPeFL1OTB4 .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPeFL1OTB4 .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPeFL1OTB4 .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPeFL1OTB4 .text_widget a:hover,
.v9Od595-uPeFL1OTB4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPeFL1OTB4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPeFL1OTB4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPeFL1OTB4 .icons-menu-main {
  display: flex;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .navbar-caption {
  color: #000000;
}
.v9Od595-uPeFL1OTB4 .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPeFL1OTB4 .depth-section-subtitle,
.v9Od595-uPeFL1OTB4 .text_widget,
.v9Od595-uPeFL1OTB4 .depth-section-btn {
  text-align: center;
}
.v9Od595-uPeFL1OTB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPf5M1RKYx {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #646cfc;
}
.v9Od595-uPf5M1RKYx .depth-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.v9Od595-uPf5M1RKYx .depth-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.v9Od595-uPf5M1RKYx .depth-section-btn {
  margin-top: 45px;
}
.v9Od595-uPf5M1RKYx .depth-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.v9Od595-uPf5M1RKYx img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .v9Od595-uPf5M1RKYx .depth-section-btn {
    margin-top: 30px;
  }
  .v9Od595-uPf5M1RKYx .depth-section-btn .btn {
    height: 50px;
  }
  .v9Od595-uPf5M1RKYx .depth-text {
    margin-top: 10px;
  }
}
.v9Od595-uPf5M1RKYx .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPf5M1RKYx .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPf5UvUUYi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646cfc;
}
.v9Od595-uPf5UvUUYi .content {
  padding: 50px 75px;
  background-color: #4a51d2;
}
.v9Od595-uPf5UvUUYi .content a {
  background-size: 100% 0%;
}
.v9Od595-uPf5UvUUYi .content a:hover {
  background-size: 100% 100%;
}
.v9Od595-uPf5UvUUYi .content .list {
  margin-bottom: 0;
}
.v9Od595-uPf5UvUUYi ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .v9Od595-uPf5UvUUYi .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .v9Od595-uPf5UvUUYi .content {
    padding: 12% 9% 12% 9%;
  }
}
.v9Od595-uPf5UvUUYi .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPf5UvUUYi .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPf5UvUUYi .depth-text {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPfcKdoLjH {
  background-color: transparent;
}
.v9Od595-uPfcKdoLjH .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPfcKdoLjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPfcKdoLjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPfcKdoLjH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPfcKdoLjH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPfcKdoLjH .menu_box .navbar.opened,
  .v9Od595-uPfcKdoLjH .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPfcKdoLjH .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPfcKdoLjH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPfcKdoLjH .btn:hover {
  box-shadow: none;
}
.v9Od595-uPfcKdoLjH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPfcKdoLjH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcKdoLjH .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPfcKdoLjH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPfcKdoLjH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfcKdoLjH .nav-item .nav-link:hover::before,
.v9Od595-uPfcKdoLjH .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPfcKdoLjH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPfcKdoLjH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPfcKdoLjH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcKdoLjH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPfcKdoLjH .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;
  }
  .v9Od595-uPfcKdoLjH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPfcKdoLjH .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPfcKdoLjH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPfcKdoLjH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPfcKdoLjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPfcKdoLjH .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPfcKdoLjH .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPfcKdoLjH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPfcKdoLjH .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPfcKdoLjH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPfcKdoLjH .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPfcKdoLjH .dropdown-menu,
.v9Od595-uPfcKdoLjH .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPfcKdoLjH .nav-item:focus,
.v9Od595-uPfcKdoLjH .nav-link:focus {
  outline: none;
}
.v9Od595-uPfcKdoLjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcKdoLjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPfcKdoLjH .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPfcKdoLjH .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcKdoLjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPfcKdoLjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPfcKdoLjH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPfcKdoLjH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPfcKdoLjH .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPfcKdoLjH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPfcKdoLjH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPfcKdoLjH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPfcKdoLjH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPfcKdoLjH .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPfcKdoLjH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPfcKdoLjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPfcKdoLjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPfcKdoLjH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPfcKdoLjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPfcKdoLjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPfcKdoLjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPfcKdoLjH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPfcKdoLjH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPfcKdoLjH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPfcKdoLjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPfcKdoLjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPfcKdoLjH .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPfcKdoLjH .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPfcKdoLjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPfcKdoLjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPfcKdoLjH .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;
}
.v9Od595-uPfcKdoLjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPfcKdoLjH .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPfcKdoLjH .dropdown-item.active,
.v9Od595-uPfcKdoLjH .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPfcKdoLjH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPfcKdoLjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPfcKdoLjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPfcKdoLjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPfcKdoLjH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPfcKdoLjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcKdoLjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPfcKdoLjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcKdoLjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcKdoLjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcKdoLjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcKdoLjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPfcKdoLjH .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) {
  .v9Od595-uPfcKdoLjH .navbar {
    height: 70px;
  }
  .v9Od595-uPfcKdoLjH .navbar.opened {
    height: auto;
  }
  .v9Od595-uPfcKdoLjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPfcKdoLjH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPfcKdoLjH .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPfcKdoLjH .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPfcKdoLjH .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPfcKdoLjH .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPfcKdoLjH .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPfcKdoLjH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPfcKdoLjH .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPfcKdoLjH .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPfcKdoLjH .text_widget a:hover,
.v9Od595-uPfcKdoLjH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPfcKdoLjH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPfcKdoLjH .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPfcKdoLjH .icons-menu-main {
  display: flex;
}
.v9Od595-uPfcKdoLjH .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPfcKdoLjH .navbar-caption {
  color: #000000;
}
.v9Od595-uPfcKdoLjH .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPfcKdoLjH .depth-section-subtitle,
.v9Od595-uPfcKdoLjH .text_widget,
.v9Od595-uPfcKdoLjH .depth-section-btn {
  text-align: center;
}
.v9Od595-uPfcKdoLjH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPfcKfAa0v {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #646cfc;
}
.v9Od595-uPfcKfAa0v .depth-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.v9Od595-uPfcKfAa0v .depth-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.v9Od595-uPfcKfAa0v .depth-section-btn {
  margin-top: 45px;
}
.v9Od595-uPfcKfAa0v .depth-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.v9Od595-uPfcKfAa0v img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .v9Od595-uPfcKfAa0v .depth-section-btn {
    margin-top: 30px;
  }
  .v9Od595-uPfcKfAa0v .depth-section-btn .btn {
    height: 50px;
  }
  .v9Od595-uPfcKfAa0v .depth-text {
    margin-top: 10px;
  }
}
.v9Od595-uPfcKfAa0v .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcKfAa0v .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcKgs9fF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646cfc;
}
.v9Od595-uPfcKgs9fF .content {
  padding: 50px 75px;
  background-color: #4a51d2;
}
.v9Od595-uPfcKgs9fF .content a {
  background-size: 100% 0%;
}
.v9Od595-uPfcKgs9fF .content a:hover {
  background-size: 100% 100%;
}
.v9Od595-uPfcKgs9fF .content .list {
  margin-bottom: 0;
}
.v9Od595-uPfcKgs9fF ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .v9Od595-uPfcKgs9fF .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .v9Od595-uPfcKgs9fF .content {
    padding: 12% 9% 12% 9%;
  }
}
.v9Od595-uPfcKgs9fF .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcKgs9fF .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcKgs9fF .depth-text {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPfcLWZfEQ {
  background-color: transparent;
}
.v9Od595-uPfcLWZfEQ .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPfcLWZfEQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPfcLWZfEQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPfcLWZfEQ .menu_box .navbar.opened,
  .v9Od595-uPfcLWZfEQ .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPfcLWZfEQ .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPfcLWZfEQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPfcLWZfEQ .btn:hover {
  box-shadow: none;
}
.v9Od595-uPfcLWZfEQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPfcLWZfEQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcLWZfEQ .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPfcLWZfEQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPfcLWZfEQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfcLWZfEQ .nav-item .nav-link:hover::before,
.v9Od595-uPfcLWZfEQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPfcLWZfEQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPfcLWZfEQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPfcLWZfEQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcLWZfEQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPfcLWZfEQ .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;
  }
  .v9Od595-uPfcLWZfEQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPfcLWZfEQ .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPfcLWZfEQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPfcLWZfEQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPfcLWZfEQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPfcLWZfEQ .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPfcLWZfEQ .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPfcLWZfEQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPfcLWZfEQ .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPfcLWZfEQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPfcLWZfEQ .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPfcLWZfEQ .dropdown-menu,
.v9Od595-uPfcLWZfEQ .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPfcLWZfEQ .nav-item:focus,
.v9Od595-uPfcLWZfEQ .nav-link:focus {
  outline: none;
}
.v9Od595-uPfcLWZfEQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcLWZfEQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPfcLWZfEQ .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPfcLWZfEQ .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcLWZfEQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPfcLWZfEQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPfcLWZfEQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPfcLWZfEQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPfcLWZfEQ .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPfcLWZfEQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPfcLWZfEQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPfcLWZfEQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPfcLWZfEQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPfcLWZfEQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPfcLWZfEQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPfcLWZfEQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPfcLWZfEQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPfcLWZfEQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPfcLWZfEQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPfcLWZfEQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPfcLWZfEQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPfcLWZfEQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPfcLWZfEQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPfcLWZfEQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPfcLWZfEQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPfcLWZfEQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPfcLWZfEQ .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPfcLWZfEQ .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;
}
.v9Od595-uPfcLWZfEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPfcLWZfEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPfcLWZfEQ .dropdown-item.active,
.v9Od595-uPfcLWZfEQ .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPfcLWZfEQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPfcLWZfEQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPfcLWZfEQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPfcLWZfEQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPfcLWZfEQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPfcLWZfEQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcLWZfEQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPfcLWZfEQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcLWZfEQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcLWZfEQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcLWZfEQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcLWZfEQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPfcLWZfEQ .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) {
  .v9Od595-uPfcLWZfEQ .navbar {
    height: 70px;
  }
  .v9Od595-uPfcLWZfEQ .navbar.opened {
    height: auto;
  }
  .v9Od595-uPfcLWZfEQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPfcLWZfEQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPfcLWZfEQ .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPfcLWZfEQ .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPfcLWZfEQ .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPfcLWZfEQ .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPfcLWZfEQ .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPfcLWZfEQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPfcLWZfEQ .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPfcLWZfEQ .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPfcLWZfEQ .text_widget a:hover,
.v9Od595-uPfcLWZfEQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPfcLWZfEQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPfcLWZfEQ .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPfcLWZfEQ .icons-menu-main {
  display: flex;
}
.v9Od595-uPfcLWZfEQ .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPfcLWZfEQ .navbar-caption {
  color: #000000;
}
.v9Od595-uPfcLWZfEQ .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPfcLWZfEQ .depth-section-subtitle,
.v9Od595-uPfcLWZfEQ .text_widget,
.v9Od595-uPfcLWZfEQ .depth-section-btn {
  text-align: center;
}
.v9Od595-uPfcLWZfEQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPfcLXKm3M {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #646cfc;
}
.v9Od595-uPfcLXKm3M .depth-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.v9Od595-uPfcLXKm3M .depth-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.v9Od595-uPfcLXKm3M .depth-section-btn {
  margin-top: 45px;
}
.v9Od595-uPfcLXKm3M .depth-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.v9Od595-uPfcLXKm3M img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .v9Od595-uPfcLXKm3M .depth-section-btn {
    margin-top: 30px;
  }
  .v9Od595-uPfcLXKm3M .depth-section-btn .btn {
    height: 50px;
  }
  .v9Od595-uPfcLXKm3M .depth-text {
    margin-top: 10px;
  }
}
.v9Od595-uPfcLXKm3M .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcLXKm3M .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcLYjp4t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646cfc;
}
.v9Od595-uPfcLYjp4t .content {
  padding: 50px 75px;
  background-color: #4a51d2;
}
.v9Od595-uPfcLYjp4t .content a {
  background-size: 100% 0%;
}
.v9Od595-uPfcLYjp4t .content a:hover {
  background-size: 100% 100%;
}
.v9Od595-uPfcLYjp4t .content .list {
  margin-bottom: 0;
}
.v9Od595-uPfcLYjp4t ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .v9Od595-uPfcLYjp4t .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .v9Od595-uPfcLYjp4t .content {
    padding: 12% 9% 12% 9%;
  }
}
.v9Od595-uPfcLYjp4t .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcLYjp4t .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcLYjp4t .depth-text {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}
.v9Od595-uPfcOsmUjy {
  background-color: transparent;
}
.v9Od595-uPfcOsmUjy .navbar-dropdown {
  background-color: #646cfc !important;
  padding: 0;
}
.v9Od595-uPfcOsmUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #646cfc !important;
  background: #646cfc;
}
.v9Od595-uPfcOsmUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.v9Od595-uPfcOsmUjy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .v9Od595-uPfcOsmUjy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9Od595-uPfcOsmUjy .menu_box .navbar.opened,
  .v9Od595-uPfcOsmUjy .menu_box .navbar-collapse {
    background-color: #646cfc !important;
    transition: all 0s ease 0s;
  }
}
.v9Od595-uPfcOsmUjy .navbar-dropdown {
  position: relative !important;
}
.v9Od595-uPfcOsmUjy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.v9Od595-uPfcOsmUjy .btn:hover {
  box-shadow: none;
}
.v9Od595-uPfcOsmUjy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .v9Od595-uPfcOsmUjy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcOsmUjy .nav-item {
    margin: 0 !important;
  }
}
.v9Od595-uPfcOsmUjy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.v9Od595-uPfcOsmUjy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfcOsmUjy .nav-item .nav-link:hover::before,
.v9Od595-uPfcOsmUjy .nav-item .nav-link:focus::before {
  width: 100%;
}
.v9Od595-uPfcOsmUjy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .v9Od595-uPfcOsmUjy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .v9Od595-uPfcOsmUjy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .v9Od595-uPfcOsmUjy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .v9Od595-uPfcOsmUjy .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;
  }
  .v9Od595-uPfcOsmUjy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .v9Od595-uPfcOsmUjy .offcanvas_box {
    display: none;
  }
}
.v9Od595-uPfcOsmUjy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.v9Od595-uPfcOsmUjy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v9Od595-uPfcOsmUjy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.v9Od595-uPfcOsmUjy .container {
  display: flex;
  margin: auto;
}
.v9Od595-uPfcOsmUjy .iconfont-wrapper {
  color: #000000;
  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;
}
.v9Od595-uPfcOsmUjy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.v9Od595-uPfcOsmUjy .iconfont-wrapper:hover {
  opacity: .5;
}
.v9Od595-uPfcOsmUjy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .v9Od595-uPfcOsmUjy .navbar-nav {
    margin: 0;
  }
}
.v9Od595-uPfcOsmUjy .dropdown-menu,
.v9Od595-uPfcOsmUjy .navbar.opened {
  background-color: false !important;
}
.v9Od595-uPfcOsmUjy .nav-item:focus,
.v9Od595-uPfcOsmUjy .nav-link:focus {
  outline: none;
}
.v9Od595-uPfcOsmUjy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcOsmUjy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.v9Od595-uPfcOsmUjy .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9Od595-uPfcOsmUjy .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9Od595-uPfcOsmUjy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9Od595-uPfcOsmUjy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9Od595-uPfcOsmUjy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .v9Od595-uPfcOsmUjy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.v9Od595-uPfcOsmUjy .navbar.opened {
  transition: all 0.3s;
}
.v9Od595-uPfcOsmUjy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.v9Od595-uPfcOsmUjy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.v9Od595-uPfcOsmUjy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed {
  justify-content: center;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.v9Od595-uPfcOsmUjy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .v9Od595-uPfcOsmUjy .navbar .nav-item {
    padding: .5rem 0;
  }
  .v9Od595-uPfcOsmUjy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .v9Od595-uPfcOsmUjy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9Od595-uPfcOsmUjy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9Od595-uPfcOsmUjy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .v9Od595-uPfcOsmUjy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9Od595-uPfcOsmUjy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .v9Od595-uPfcOsmUjy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9Od595-uPfcOsmUjy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .v9Od595-uPfcOsmUjy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .v9Od595-uPfcOsmUjy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .v9Od595-uPfcOsmUjy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .v9Od595-uPfcOsmUjy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9Od595-uPfcOsmUjy .navbar .icons-menu {
    padding: 0;
  }
}
.v9Od595-uPfcOsmUjy .navbar.navbar-short {
  min-height: 60px;
}
.v9Od595-uPfcOsmUjy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.v9Od595-uPfcOsmUjy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.v9Od595-uPfcOsmUjy .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;
}
.v9Od595-uPfcOsmUjy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9Od595-uPfcOsmUjy .navbar-brand .navbar-logo a {
  outline: none;
}
.v9Od595-uPfcOsmUjy .dropdown-item.active,
.v9Od595-uPfcOsmUjy .dropdown-item:active {
  background-color: transparent;
}
.v9Od595-uPfcOsmUjy .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.v9Od595-uPfcOsmUjy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9Od595-uPfcOsmUjy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9Od595-uPfcOsmUjy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9Od595-uPfcOsmUjy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.v9Od595-uPfcOsmUjy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #646cfc;
  background: #646cfc;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.v9Od595-uPfcOsmUjy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.v9Od595-uPfcOsmUjy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcOsmUjy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcOsmUjy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9Od595-uPfcOsmUjy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9Od595-uPfcOsmUjy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v9Od595-uPfcOsmUjy .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) {
  .v9Od595-uPfcOsmUjy .navbar {
    height: 70px;
  }
  .v9Od595-uPfcOsmUjy .navbar.opened {
    height: auto;
  }
  .v9Od595-uPfcOsmUjy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9Od595-uPfcOsmUjy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .v9Od595-uPfcOsmUjy .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.v9Od595-uPfcOsmUjy .depth-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .v9Od595-uPfcOsmUjy .depth-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.v9Od595-uPfcOsmUjy .depth-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.v9Od595-uPfcOsmUjy .navbar-caption:hover {
  color: #646cfc;
}
@media (min-width: 992px) {
  .v9Od595-uPfcOsmUjy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.v9Od595-uPfcOsmUjy .text_widget {
  margin-bottom: 32px;
}
.v9Od595-uPfcOsmUjy .text_widget a {
  transition: all 0.3s ease-out;
}
.v9Od595-uPfcOsmUjy .text_widget a:hover,
.v9Od595-uPfcOsmUjy .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .v9Od595-uPfcOsmUjy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.v9Od595-uPfcOsmUjy .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.v9Od595-uPfcOsmUjy .icons-menu-main {
  display: flex;
}
.v9Od595-uPfcOsmUjy .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.v9Od595-uPfcOsmUjy .navbar-caption {
  color: #000000;
}
.v9Od595-uPfcOsmUjy .depth-text {
  color: #9a9a9a;
  text-align: center;
}
.v9Od595-uPfcOsmUjy .depth-section-subtitle,
.v9Od595-uPfcOsmUjy .text_widget,
.v9Od595-uPfcOsmUjy .depth-section-btn {
  text-align: center;
}
.v9Od595-uPfcOsmUjy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.v9Od595-uPfcOtqKeP {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #646cfc;
}
.v9Od595-uPfcOtqKeP .depth-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.v9Od595-uPfcOtqKeP .depth-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.v9Od595-uPfcOtqKeP .depth-section-btn {
  margin-top: 45px;
}
.v9Od595-uPfcOtqKeP .depth-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.v9Od595-uPfcOtqKeP img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .v9Od595-uPfcOtqKeP .depth-section-btn {
    margin-top: 30px;
  }
  .v9Od595-uPfcOtqKeP .depth-section-btn .btn {
    height: 50px;
  }
  .v9Od595-uPfcOtqKeP .depth-text {
    margin-top: 10px;
  }
}
.v9Od595-uPfcOtqKeP .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcOtqKeP .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcOtRUgl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646cfc;
}
.v9Od595-uPfcOtRUgl .content {
  padding: 50px 75px;
  background-color: #4a51d2;
}
.v9Od595-uPfcOtRUgl .content a {
  background-size: 100% 0%;
}
.v9Od595-uPfcOtRUgl .content a:hover {
  background-size: 100% 100%;
}
.v9Od595-uPfcOtRUgl .content .list {
  margin-bottom: 0;
}
.v9Od595-uPfcOtRUgl ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .v9Od595-uPfcOtRUgl .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .v9Od595-uPfcOtRUgl .content {
    padding: 12% 9% 12% 9%;
  }
}
.v9Od595-uPfcOtRUgl .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfcOtRUgl .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfcOtRUgl .depth-text {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272a62;
}
.v9Od595-uPfgx57d74 .depth-fallback-image.disabled {
  display: none;
}
.v9Od595-uPfgx57d74 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9Od595-uPfgx57d74 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .container {
    padding: 0 24px;
  }
}
.v9Od595-uPfgx57d74 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .list {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .list .item-wrap:hover,
.v9Od595-uPfgx57d74 .list .item-wrap:focus {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .v9Od595-uPfgx57d74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .v9Od595-uPfgx57d74 .social-wrapper {
    margin-bottom: 32px;
  }
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:hover .depth-iconfont,
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item:focus .depth-iconfont {
  color: #ffffff;
}
.v9Od595-uPfgx57d74 .social-wrapper .social-wrap .social-item .depth-iconfont {
  font-size: 40px;
  color: #f5df4d;
  transition: all 0.3s ease-in-out;
}
.v9Od595-uPfgx57d74 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.v9Od595-uPfgx57d74 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.v9Od595-uPfgx57d74 .copyright {
  color: #ffffff;
  text-align: right;
}

/* 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 */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes flicker {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

.navbar-brand {
    animation: flicker 2s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 14: box-shadow outwards */
a, button, .btn {
  transition: box-shadow 0.2s ease;
}
a:active, button:active, .btn:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("../../../assets/images/neutralword3799.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);
}