.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mockup-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mockup-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mockup-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.069rem;
  line-height: 1.5;
}
.display-5 > .mockup-iconfont {
  font-size: 2.58625rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mockup-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6552rem;
    font-size: calc( 1.37415rem + (2.069 - 1.37415) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.37415rem + (2.069 - 1.37415) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #a37acc !important;
}
.bg-success {
  background-color: #e2e3e9 !important;
}
.bg-info {
  background-color: #e2e3e9 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a37acc !important;
  border-color: #a37acc !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: #7842ad !important;
  border-color: #7842ad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7842ad !important;
  border-color: #7842ad !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
  color: #585c74 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #585c74 !important;
  background-color: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
  color: #585c74 !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: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #585c74 !important;
  background-color: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
  color: #585c74 !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: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585c74 !important;
  background-color: #b1b3c4 !important;
  border-color: #b1b3c4 !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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a37acc;
  color: #a37acc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7842ad !important;
  background-color: transparent !important;
  border-color: #7842ad !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a37acc !important;
  border-color: #a37acc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e2e3e9;
  color: #e2e3e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b1b3c4 !important;
  background-color: transparent !important;
  border-color: #b1b3c4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #585c74 !important;
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e2e3e9;
  color: #e2e3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1b3c4 !important;
  background-color: transparent !important;
  border-color: #b1b3c4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #585c74 !important;
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e2e3e9;
  color: #e2e3e9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b1b3c4 !important;
  background-color: transparent !important;
  border-color: #b1b3c4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585c74 !important;
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a37acc !important;
}
.text-secondary {
  color: #e2e3e9 !important;
}
.text-success {
  color: #e2e3e9 !important;
}
.text-info {
  color: #e2e3e9 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #703ea2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a8abbd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a8abbd !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a8abbd !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: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #a37acc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2e3e9;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mockup-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mockup-gallery-filter li a {
  border-radius: 100px !important;
}
.mockup-gallery-filter li.active .btn {
  background-color: #a37acc;
  border-color: #a37acc;
  color: #ffffff;
}
.mockup-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mockup-plan-header.bg-primary .mockup-plan-subtitle,
.mockup-plan-header.bg-primary .mockup-plan-price-desc {
  color: #ffffff;
}
.mockup-plan-header.bg-success .mockup-plan-subtitle,
.mockup-plan-header.bg-success .mockup-plan-price-desc {
  color: #ffffff;
}
.mockup-plan-header.bg-info .mockup-plan-subtitle,
.mockup-plan-header.bg-info .mockup-plan-price-desc {
  color: #ffffff;
}
.mockup-plan-header.bg-warning .mockup-plan-subtitle,
.mockup-plan-header.bg-warning .mockup-plan-price-desc {
  color: #b3b3b3;
}
.mockup-plan-header.bg-danger .mockup-plan-subtitle,
.mockup-plan-header.bg-danger .mockup-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mockup-iconfont {
  font-size: 1.625rem;
}
.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: #a37acc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mockup-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #a37acc;
}
/* Forms */
.mockup-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mockup-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mockup-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mockup-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: #a37acc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a37acc;
}
.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: #a37acc;
  border-bottom-color: #a37acc;
}
.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: #a37acc !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: #e2e3e9 !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='%23a37acc' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.ECoGtG-uQFgUovFH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFgUovFH6 .row {
  align-items: center;
  justify-content: space-between;
}
.ECoGtG-uQFgUovFH6 .mockup-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.ECoGtG-uQFgUovFH6 .mockup-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.ECoGtG-uQFgUovFH6 .mockup-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.ECoGtG-uQFgUovFH6 .right-side {
  max-width: 554px;
}
.ECoGtG-uQFgUovFH6 .rs {
  margin-right: 60px;
}
.ECoGtG-uQFgUovFH6 .mockup-section-btn {
  width: auto;
  display: inline-block;
}
.ECoGtG-uQFgUovFH6 .margin {
  margin-right: 14px;
}
.ECoGtG-uQFgUovFH6 .gray {
  padding: 45px 0;
  background-color: #ffffff;
}
.ECoGtG-uQFgUovFH6 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .ECoGtG-uQFgUovFH6 .gray {
    padding: 0px 0 5px;
  }
  .ECoGtG-uQFgUovFH6 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .ECoGtG-uQFgUovFH6 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQFgUovFH6 .b {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQFgUovFH6 .btn {
  margin-top: 20px;
}
.ECoGtG-uQFgUovFH6 a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQFgUovFH6 .row {
  flex-direction: row-reverse;
}
.ECoGtG-uQFgUovFH6 .mockup-text,
.ECoGtG-uQFgUovFH6 .button-align {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFjgiL9fA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFjgiL9fA .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFjgiL9fA .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFjgiL9fA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFjgiL9fA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFjgiL9fA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFjgiL9fA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFjgiL9fA .container {
    padding: 0 16px;
  }
}
.ECoGtG-uQFjgiL9fA .row {
  justify-content: center;
}
.ECoGtG-uQFjgiL9fA .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #f9f9fb;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper {
    padding: 30px 25px;
  }
}
.ECoGtG-uQFjgiL9fA .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.ECoGtG-uQFjgiL9fA .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.ECoGtG-uQFjgiL9fA .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .ECoGtG-uQFjgiL9fA .content-wrapper .content-wrap {
    padding: 0;
  }
}
.ECoGtG-uQFjgiL9fA .content-wrapper .content-wrap .mockup-section-title {
  margin-bottom: 16px;
}
.ECoGtG-uQFjgiL9fA .content-wrapper .content-wrap .mockup-text {
  margin-bottom: 16px;
}
.ECoGtG-uQFjgiL9fA .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFjgiL9fA .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFm5aB9pg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFm5aB9pg .mockup-text {
  color: #000000;
}
.ECoGtG-uQFm5aB9pg .mockup-section-subtitle {
  color: #000000;
  text-align: left;
}
.ECoGtG-uQFm5aB9pg .mockup-section-title {
  color: #000000;
}
.ECoGtG-uQFm9Pivwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFm9Pivwc .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFm9Pivwc .container {
  max-width: 1300px;
}
.ECoGtG-uQFm9Pivwc .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFm9Pivwc .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQFm9Pivwc .text-wrapper {
    padding: 3rem;
  }
}
.ECoGtG-uQFm9Pivwc .row {
  background: #f9f9fb;
}
@media (max-width: 991px) {
  .ECoGtG-uQFm9Pivwc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.ECoGtG-uQFm9Pivwc .image-wrapper {
  padding: 0;
}
.ECoGtG-uQFm9Pivwc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.ECoGtG-uQFm9Pivwc .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFm9Pivwc .mockup-text,
.ECoGtG-uQFm9Pivwc .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFm9Pivwc .mockup-section-subtitle {
  color: #ffffff;
}
.ECoGtG-uQFmdpz3Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f5f9;
}
.ECoGtG-uQFmdpz3Av .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFmdpz3Av .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFmdpz3Av .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFmdpz3Av .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFmdpz3Av .container {
    padding: 0 28px;
  }
}
.ECoGtG-uQFmdpz3Av .row {
  justify-content: center;
}
.ECoGtG-uQFmdpz3Av .card-wrapper {
  border: 1px solid #a37acc;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .ECoGtG-uQFmdpz3Av .card-wrapper {
    display: block;
  }
}
.ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap {
    padding: 40px 28px;
  }
}
.ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap .mockup-section-title {
  margin-bottom: 20px;
}
.ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap .mockup-text {
  margin-bottom: 0;
}
.ECoGtG-uQFmdpz3Av .card-wrapper .content-wrap .mockup-section-btn {
  margin-top: 20px;
}
.ECoGtG-uQFmdpz3Av .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .ECoGtG-uQFmdpz3Av .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.ECoGtG-uQFmdpz3Av .card-wrapper .image-wrapper img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .ECoGtG-uQFmdpz3Av .card-wrapper .image-wrapper img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.ECoGtG-uQFmdpz3Av .mockup-section-title {
  color: #000000;
}
.ECoGtG-uQFmdpz3Av .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFmdpz3Av .mockup-section-title,
.ECoGtG-uQFmdpz3Av .mockup-section-btn {
  text-align: center;
}
.ECoGtG-uQFmtpvT8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFmtpvT8d .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFmtpvT8d .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFmtpvT8d .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ECoGtG-uQFmtpvT8d .container-fluid {
    padding: 0 16px;
  }
}
.ECoGtG-uQFmtpvT8d .container-fluid .row {
  padding: 0;
}
.ECoGtG-uQFmtpvT8d .title-wrapper .mockup-section-title {
  margin-bottom: 22px;
}
.ECoGtG-uQFmtpvT8d .title-wrapper .mockup-text {
  margin-bottom: 64px;
}
.ECoGtG-uQFmtpvT8d .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.ECoGtG-uQFmtpvT8d .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.ECoGtG-uQFmtpvT8d .list .item-wrap:hover::before,
.ECoGtG-uQFmtpvT8d .list .item-wrap:focus::before {
  opacity: 1;
}
.ECoGtG-uQFmtpvT8d .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a37acc;
  opacity: .3;
  transition: all .3s ease;
}
.ECoGtG-uQFmtpvT8d .mockup-section-title {
  color: #ffffff;
}
.ECoGtG-uQFmtpvT8d .mockup-text {
  color: #ffffff;
}
.ECoGtG-uQFmtpvT8d .mockup-section-title,
.ECoGtG-uQFmtpvT8d .list-wrapper {
  text-align: left;
  color: #000000;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFn0RXb7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f5f9;
}
.ECoGtG-uQFn0RXb7x .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFn0RXb7x .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFn0RXb7x .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFn0RXb7x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFn0RXb7x .container {
    padding: 0 24px;
  }
}
.ECoGtG-uQFn0RXb7x .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .ECoGtG-uQFn0RXb7x .content-wrapper {
    padding: 0;
  }
}
.ECoGtG-uQFn0RXb7x .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-desc {
  width: 100%;
  margin-bottom: 16px;
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-text {
  width: 100%;
  margin-bottom: 0;
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-section-btn {
  width: 100%;
  margin-top: 16px;
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-section-btn .btn:hover,
.ECoGtG-uQFn0RXb7x .content-wrapper .card-wrap .mockup-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.ECoGtG-uQFn0RXb7x .mockup-section-title {
  color: #141414;
}
.ECoGtG-uQFn0RXb7x .mockup-desc {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFn0RXb7x .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFn0RXb7x .mockup-section-title,
.ECoGtG-uQFn0RXb7x .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFnnXH724 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFnnXH724 .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFnnXH724 .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFnnXH724 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnnXH724 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFnnXH724 .container {
    padding: 0;
  }
}
.ECoGtG-uQFnnXH724 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnnXH724 .title-wrapper {
    padding: 0 16px;
  }
}
.ECoGtG-uQFnnXH724 .title-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFnnXH724 .title-wrapper .mockup-text {
  margin: 30px 0 0 0;
}
.ECoGtG-uQFnnXH724 .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnnXH724 .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnhHd6Lf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFnhHd6Lf .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFnhHd6Lf .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFnhHd6Lf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .container {
    padding: 0 20px;
  }
}
.ECoGtG-uQFnhHd6Lf .row {
  margin: 0;
}
.ECoGtG-uQFnhHd6Lf .card {
  padding: 0;
}
.ECoGtG-uQFnhHd6Lf .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .image-wrapper img {
    height: 450px;
  }
}
.ECoGtG-uQFnhHd6Lf .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .title-wrapper {
    padding: 50px 20px;
  }
}
.ECoGtG-uQFnhHd6Lf .title-wrapper .title-wrap {
  width: 100%;
}
.ECoGtG-uQFnhHd6Lf .title-wrapper .title-wrap .mockup-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .title-wrapper .title-wrap .mockup-section-title {
    margin-bottom: 24px;
  }
}
.ECoGtG-uQFnhHd6Lf .title-wrapper .title-wrap .mockup-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .ECoGtG-uQFnhHd6Lf .title-wrapper .title-wrap .mockup-text {
    margin-bottom: 24px;
  }
}
.ECoGtG-uQFnhHd6Lf .mockup-section-title {
  color: #c2b299;
}
.ECoGtG-uQFnhHd6Lf .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnhHd6Lf .mockup-section-title,
.ECoGtG-uQFnhHd6Lf .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnkzg6VZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFnkzg6VZ .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFnkzg6VZ .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQFnkzg6VZ p {
    max-width: 95%;
  }
}
.ECoGtG-uQFnkzg6VZ .mockup-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.ECoGtG-uQFnkzg6VZ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a37acc;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.ECoGtG-uQFnkzg6VZ .subtitle-wrap .mockup-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e2e3e9;
  font-size: 1.5rem;
}
.ECoGtG-uQFnkzg6VZ .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnkzg6VZ .mockup-text,
.ECoGtG-uQFnkzg6VZ .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFnkzg6VZ .mockup-section-subtitle,
.ECoGtG-uQFnkzg6VZ .align-wrapper {
  color: #04492e;
}
.ECoGtG-uQFnkzg6VZ .mockup-section-title2 {
  color: #04492e;
}
.ECoGtG-uQFnkzg6VZ .mockup-text2,
.ECoGtG-uQFnkzg6VZ .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFqqVLayO {
  position: relative;
  overflow: hidden;
  background-color: #f4f5f9;
}
.ECoGtG-uQFqqVLayO .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.ECoGtG-uQFqqVLayO .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFqqVLayO .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFqqVLayO .row {
  position: relative;
  z-index: 1;
}
.ECoGtG-uQFqqVLayO .title-wrapper .mockup-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .title-wrapper .mockup-section-title {
    margin-bottom: 46px;
  }
}
.ECoGtG-uQFqqVLayO .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.ECoGtG-uQFqqVLayO .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .image-wrapper img {
    height: 350px;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .content-wrapper {
    padding-top: 22px;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper .text-wrapper .mockup-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .content-wrapper .text-wrapper .mockup-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper {
    display: block;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-section-btn {
    width: 100%;
  }
}
.ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .ECoGtG-uQFqqVLayO .content-wrapper .desc-wrapper .mockup-section-btn .btn {
    padding: 20px 32px;
  }
}
.ECoGtG-uQFqqVLayO .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFqqVLayO .mockup-text {
  color: #51565c;
}
.ECoGtG-uQFqqVLayO .mockup-desc {
  color: #51565c;
}
.ECoGtG-uQFqqVLayO .mockup-text,
.ECoGtG-uQFqqVLayO .text-wrapper {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFqqVLayO .mockup-desc,
.ECoGtG-uQFqqVLayO .mockup-section-btn {
  text-align: center;
}
.ECoGtG-uQFqKsqrlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFqKsqrlr .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFqKsqrlr .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFqKsqrlr .container,
.ECoGtG-uQFqKsqrlr .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqKsqrlr .container,
  .ECoGtG-uQFqKsqrlr .container-fluid {
    padding: 0 20px;
  }
}
.ECoGtG-uQFqKsqrlr .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #f9f9fb;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqKsqrlr .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.ECoGtG-uQFqKsqrlr .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.ECoGtG-uQFqKsqrlr .title-wrapper .mockup-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #a37acc;
  margin-bottom: 0;
}
.ECoGtG-uQFqKsqrlr .text-wrapper .mockup-text {
  margin-bottom: 40px;
}
.ECoGtG-uQFqKsqrlr .mockup-section-title {
  color: #3d4045;
}
.ECoGtG-uQFqKsqrlr .mockup-card-title {
  color: #ffffff;
  text-align: center;
}
.ECoGtG-uQFqKsqrlr .mockup-section-title,
.ECoGtG-uQFqKsqrlr .title-wrapper {
  color: #000000;
}
.ECoGtG-uQFqTkQAtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f5f9;
}
.ECoGtG-uQFqTkQAtq .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFqTkQAtq .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFqTkQAtq .title-wrapper {
  margin-bottom: 30px;
}
.ECoGtG-uQFqTkQAtq .title-wrapper .mockup-section-title {
  margin-bottom: 46px;
}
.ECoGtG-uQFqTkQAtq .title-wrapper .mockup-text {
  margin-bottom: 26px;
}
.ECoGtG-uQFqTkQAtq .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .ECoGtG-uQFqTkQAtq .image-wrapper {
    display: block;
  }
}
.ECoGtG-uQFqTkQAtq .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .ECoGtG-uQFqTkQAtq .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFqTkQAtq .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.ECoGtG-uQFqTkQAtq .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .ECoGtG-uQFqTkQAtq .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.ECoGtG-uQFqTkQAtq .mockup-section-title {
  color: #E0BDB6;
}
.ECoGtG-uQFqTkQAtq .mockup-text {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFqTkQAtq .mockup-section-title,
.ECoGtG-uQFqTkQAtq .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFr9CUsKC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e6e8f1;
  border-top: 3px solid #a37acc;
  border-bottom: 3px solid #a37acc;
  margin-top: -3px;
}
.ECoGtG-uQFr9CUsKC blockquote {
  margin-bottom: 0;
  border-color: #a37acc;
  background-color: #f9f9fb;
  font-style: normal;
}
.ECoGtG-uQFr9CUsKC .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.ECoGtG-uQFr9CUsKC .inform div:first-child {
  border-left: none;
}
.ECoGtG-uQFr9CUsKC .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.ECoGtG-uQFr9CUsKC .mockup-section-title {
  text-align: center;
}
.ECoGtG-uQFr9CUsKC .mockup-text {
  text-align: center;
}
.ECoGtG-uQFreooM1X {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFreooM1X .row {
  flex-direction: row-reverse;
}
.ECoGtG-uQFreooM1X .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFreooM1X .mockup-text,
.ECoGtG-uQFreooM1X .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFreooM1X .mockup-section-subtitle {
  color: #8364e2;
}
.ECoGtG-uQFreooM1X img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .ECoGtG-uQFreooM1X .image-wrapper {
    padding-right: 4rem;
  }
}
.ECoGtG-uQFreooM1X .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFreooM1X .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFtT5oD52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
  overflow: hidden;
  position: relative;
}
.ECoGtG-uQFtT5oD52 .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%, #144031 0, #22654e 43%, #246f55 100%);
}
.ECoGtG-uQFtT5oD52 .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%, #144031 0, #22654e 43%, #246f55 100%);
}
.ECoGtG-uQFtT5oD52 .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%, #144031 0, #22654e 43%, #246f55 100%);
}
.ECoGtG-uQFtT5oD52 .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFtT5oD52 .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ECoGtG-uQFtT5oD52 .container {
    padding: 0 30px;
  }
}
.ECoGtG-uQFtT5oD52 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ECoGtG-uQFtT5oD52 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFtT5oD52 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ECoGtG-uQFtT5oD52 .title-wrapper .mockup-desc {
  margin-bottom: 20px;
}
.ECoGtG-uQFtT5oD52 .title-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .mockup-section-title {
  margin-bottom: 40px !important;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .mockup-text {
  margin-bottom: 40px !important;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #000000 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control:hover,
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #ffffff;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .mockup-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ECoGtG-uQFtT5oD52 .form-wrapper .dragArea.row .mockup-section-btn .btn {
  margin-top: 10px;
  display: inline-block;
  float: none;
}
.ECoGtG-uQFtT5oD52 .mockup-desc {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFtT5oD52 .mockup-section-title {
  color: #ffffff;
}
.ECoGtG-uQFtT5oD52 .mockup-section-title,
.ECoGtG-uQFtT5oD52 .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFu7eWJ3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e8f1;
}
.ECoGtG-uQFu7eWJ3V .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFu7eWJ3V .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFu7eWJ3V .row {
  justify-content: center;
}
.ECoGtG-uQFu7eWJ3V .title-wrapper {
  padding: 71px;
  background-color: #f9f9fb;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ECoGtG-uQFu7eWJ3V .title-wrapper {
    padding: 50px 25px;
  }
}
.ECoGtG-uQFu7eWJ3V .title-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFu7eWJ3V .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ECoGtG-uQFu7eWJ3V .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.ECoGtG-uQFu7eWJ3V .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ECoGtG-uQFu7eWJ3V .mockup-section-title {
  color: #ffffff;
  text-align: center;
}
.ECoGtG-uQFu7eWJ3V .list {
  color: #747474;
}
.ECoGtG-uQFu7eWJ3V .list,
.ECoGtG-uQFu7eWJ3V .item-wrap {
  text-align: center;
  color: #000000;
}
.ECoGtG-uQFu7eWJ3V .mockup-section-title,
.ECoGtG-uQFu7eWJ3V .mockup-iconfont {
  color: #000000;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFwDU84sE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFwDU84sE .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFwDU84sE .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFwDU84sE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFwDU84sE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFwDU84sE .container {
    padding: 0 24px;
  }
}
.ECoGtG-uQFwDU84sE .row {
  justify-content: center;
}
.ECoGtG-uQFwDU84sE .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFwDU84sE .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFwDU84sE .content-wrapper {
    padding: 32px;
  }
}
.ECoGtG-uQFwDU84sE .content-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFwDU84sE .content-wrapper .mockup-text {
  margin: 16px 0 0;
}
.ECoGtG-uQFwDU84sE .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFwDU84sE .mockup-text {
  color: #000000;
  text-align: left;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFHAWeOgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFHAWeOgL .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFHAWeOgL .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFHAWeOgL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFHAWeOgL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFHAWeOgL .container {
    padding: 0 24px;
  }
}
.ECoGtG-uQFHAWeOgL .row {
  justify-content: center;
}
.ECoGtG-uQFHAWeOgL .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFHAWeOgL .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFHAWeOgL .content-wrapper {
    padding: 32px;
  }
}
.ECoGtG-uQFHAWeOgL .content-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFHAWeOgL .content-wrapper .mockup-text {
  margin: 16px 0 0;
}
.ECoGtG-uQFHAWeOgL .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFHAWeOgL .mockup-text {
  color: #000000;
  text-align: left;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}
.ECoGtG-uQFHDAI4L3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f9;
}
.ECoGtG-uQFHDAI4L3 .mockup-fallback-image.disabled {
  display: none;
}
.ECoGtG-uQFHDAI4L3 .mockup-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ECoGtG-uQFHDAI4L3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFHDAI4L3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ECoGtG-uQFHDAI4L3 .container {
    padding: 0 24px;
  }
}
.ECoGtG-uQFHDAI4L3 .row {
  justify-content: center;
}
.ECoGtG-uQFHDAI4L3 .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .ECoGtG-uQFHDAI4L3 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .ECoGtG-uQFHDAI4L3 .content-wrapper {
    padding: 32px;
  }
}
.ECoGtG-uQFHDAI4L3 .content-wrapper .mockup-section-title {
  margin-bottom: 0;
}
.ECoGtG-uQFHDAI4L3 .content-wrapper .mockup-text {
  margin: 16px 0 0;
}
.ECoGtG-uQFHDAI4L3 .mockup-section-title {
  color: #000000;
  text-align: center;
}
.ECoGtG-uQFHDAI4L3 .mockup-text {
  color: #000000;
  text-align: left;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  position: relative !important;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:before {
  font-family: interface2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover,
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ECoGtG-uQGdZRZyzH .nav-link {
  position: relative;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .container {
  display: flex;
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown-menu,
.ECoGtG-uQGdZRZyzH .navbar.opened {
  background: #1e1f26 !important;
}
.ECoGtG-uQGdZRZyzH .nav-item:focus,
.ECoGtG-uQGdZRZyzH .nav-link:focus {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ECoGtG-uQGdZRZyzH .dropdown .dropdown-menu .dropdown-item .mockup-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.opened {
  transition: all 0.3s;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
  width: auto;
}
.ECoGtG-uQGdZRZyzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed {
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ECoGtG-uQGdZRZyzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ECoGtG-uQGdZRZyzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ECoGtG-uQGdZRZyzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ECoGtG-uQGdZRZyzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short {
  min-height: 60px;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .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;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: bold !important;
}
.ECoGtG-uQGdZRZyzH .navbar-brand .navbar-logo a {
  outline: none;
}
.ECoGtG-uQGdZRZyzH .dropdown-item.active,
.ECoGtG-uQGdZRZyzH .dropdown-item:active {
  background-color: transparent;
}
.ECoGtG-uQGdZRZyzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ECoGtG-uQGdZRZyzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1f26;
}
.ECoGtG-uQGdZRZyzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ECoGtG-uQGdZRZyzH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.ECoGtG-uQGdZRZyzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2e3e9;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ECoGtG-uQGdZRZyzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ECoGtG-uQGdZRZyzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ECoGtG-uQGdZRZyzH .navbar-dropdown {
  padding: 19px 1rem;
}
.ECoGtG-uQGdZRZyzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECoGtG-uQGdZRZyzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ECoGtG-uQGdZRZyzH .navbar {
    height: 70px;
  }
  .ECoGtG-uQGdZRZyzH .navbar.opened {
    height: auto;
  }
  .ECoGtG-uQGdZRZyzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ECoGtG-uQGdZRZyzH a {
  display: inline;
}
.ECoGtG-uQGdZRZyzH img {
  display: inline;
  padding-right: 10px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle:after {
  display: none;
}
.ECoGtG-uQGdZRZyzH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:hover {
  color: #a37acc !important;
}
@media (max-width: 990px) {
  .ECoGtG-uQGdZRZyzH .dropdown-menu {
    margin-top: 0px;
  }
  .ECoGtG-uQGdZRZyzH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.ECoGtG-uQGdZRZyzH .mockup-buttons {
  margin: 20px -6px 20px;
}
.ECoGtG-uQGdZRZyzH .nav-item {
  margin-right: 32px;
}
.ECoGtG-uQGdZRZyzH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .ECoGtG-uQGdZRZyzH ul li {
    height: 45px;
    display: list-item;
  }
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.ECoGtG-uQGdZRZyzH .navbar-nav {
  margin: auto;
}
.ECoGtG-uQGdZRZyzH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.ECoGtG-uQGdZRZyzH .mockup-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.ECoGtG-uQGdZRZyzH .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.ECoGtG-uQGdZRZyzH .btn {
  border-radius: 1000px !important;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.ECoGtG-uQGdZRZyzH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.ECoGtG-uQGdZRZyzH .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.ECoGtG-uQGdZRZyzH .dropdown-item:focus {
  color: #a37acc !important;
}
@media (max-width: 945px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .ECoGtG-uQGdZRZyzH .top {
    margin-top: 25px;
  }
}
.ECoGtG-uQGdZRZyzH .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .ECoGtG-uQGdZRZyzH .container,
  .ECoGtG-uQGdZRZyzH .container-fluid {
    flex-wrap: nowrap;
  }
}
.ECoGtG-uQGdZRZyzH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .ECoGtG-uQGdZRZyzH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .ECoGtG-uQGdZRZyzH .icons-menu {
    min-width: initial !important;
  }
  .ECoGtG-uQGdZRZyzH a.btn {
    margin-top: 10px;
  }
}
.ECoGtG-uQGdZRZyzH a.btn > span {
  margin-left: 0.5rem;
}
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:hover,
.ECoGtG-uQGdZRZyzH .navbar-nav .nav-item .nav-link:focus {
  color: #a37acc !important;
}
.ECoGtG-uQGe3MFnxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.ECoGtG-uQGe3MFnxy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .list {
    margin-bottom: 30px;
  }
}
.ECoGtG-uQGe3MFnxy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ECoGtG-uQGe3MFnxy div > *:last-child {
    margin-top: 0 !important;
  }
}
.ECoGtG-uQGe3MFnxy .copyright {
  color: #e2e3e9;
}
.ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .mockup-section-subtitle {
    margin-bottom: 10px;
  }
}
.ECoGtG-uQGe3MFnxy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #a37acc;
  border-bottom: 1px solid #a37acc;
}
@media (max-width: 768px) {
  .ECoGtG-uQGe3MFnxy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .ECoGtG-uQGe3MFnxy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .ECoGtG-uQGe3MFnxy .footer-logo {
    margin: 0 auto;
  }
}

/* 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 */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
