.btn {
  border-width: 2px;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .zoom-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .zoom-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .zoom-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .zoom-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .zoom-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: 1600px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((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: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
  color: #4c08c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfcefd;
  color: #dfcefd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97bfa !important;
  background-color: transparent !important;
  border-color: #a97bfa !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #dfcefd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6cf9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.zoom-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.zoom-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.zoom-plan-header.bg-primary .zoom-plan-subtitle,
.zoom-plan-header.bg-primary .zoom-plan-price-desc {
  color: #ffffff;
}
.zoom-plan-header.bg-success .zoom-plan-subtitle,
.zoom-plan-header.bg-success .zoom-plan-price-desc {
  color: #a0d8df;
}
.zoom-plan-header.bg-info .zoom-plan-subtitle,
.zoom-plan-header.bg-info .zoom-plan-price-desc {
  color: #ffffff;
}
.zoom-plan-header.bg-warning .zoom-plan-subtitle,
.zoom-plan-header.bg-warning .zoom-plan-price-desc {
  color: #ffffff;
}
.zoom-plan-header.bg-danger .zoom-plan-subtitle,
.zoom-plan-header.bg-danger .zoom-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .zoom-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .zoom-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfcefd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.UpfjZPWX-uQaMEBK7sd .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaMEBK7sd .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaMEBK7sd a {
  font-style: normal;
}
.UpfjZPWX-uQaMEBK7sd .show {
  overflow: visible;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaMEBK7sd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaMEBK7sd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .nav-item:focus,
.UpfjZPWX-uQaMEBK7sd .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaMEBK7sd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaMEBK7sd .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaMEBK7sd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaMEBK7sd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaMEBK7sd .nav-link:hover,
.UpfjZPWX-uQaMEBK7sd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaMJylx1r {
  position: relative;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaMJylx1r .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaMJylx1r .image-wrap {
    padding: 16px;
  }
}
.UpfjZPWX-uQaMJylx1r .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.UpfjZPWX-uQaMJylx1r .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaMJylx1r .image-overlay {
    padding: 16px;
  }
}
.UpfjZPWX-uQaMJylx1r .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.UpfjZPWX-uQaMJylx1r .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaMJylx1r .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaMJylx1r .row {
  justify-content: center;
}
.UpfjZPWX-uQaMJylx1r .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaMJylx1r .content-wrapper {
    padding: 150px 16px;
  }
}
.UpfjZPWX-uQaMJylx1r .content-wrapper .zoom-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaMJylx1r .content-wrapper .zoom-section-title {
    margin-bottom: 30px;
  }
}
.UpfjZPWX-uQaMJylx1r .content-wrapper .text-wrapper .zoom-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaMJylx1r .content-wrapper .text-wrapper .zoom-text {
    width: 100%;
  }
}
.UpfjZPWX-uQaMJylx1r .zoom-section-title {
  color: #fff7ee;
}
.UpfjZPWX-uQaMJylx1r .zoom-text,
.UpfjZPWX-uQaMJylx1r .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.UpfjZPWX-uQaMJylx1r .zoom-section-title,
.UpfjZPWX-uQaMJylx1r .zoom-section-btn {
  text-align: center;
  color: #ffffff;
}
.UpfjZPWX-uQaNHjqU6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaNHjqU6u .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNHjqU6u .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNHjqU6u .card-wrapper {
  background: #f6f5f2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaNHjqU6u .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .UpfjZPWX-uQaNHjqU6u .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaNHjqU6u .card-wrapper {
    padding: 4rem;
  }
}
.UpfjZPWX-uQaNHjqU6u .zoom-text,
.UpfjZPWX-uQaNHjqU6u .zoom-section-btn {
  color: #000000;
  text-align: left;
}
.UpfjZPWX-uQaNHjqU6u .card-title,
.UpfjZPWX-uQaNHjqU6u .card-box {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaNfg0hq9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaNfg0hq9 .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNfg0hq9 .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNfg0hq9 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.UpfjZPWX-uQaNfg0hq9 .content-wrapper .zoom-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .content-wrapper .zoom-section-title {
    margin-bottom: 32px;
  }
}
.UpfjZPWX-uQaNfg0hq9 .content-wrapper .text-wrapper .zoom-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaNfg0hq9 .content-wrapper .text-wrapper .zoom-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .content-wrapper .text-wrapper .zoom-text {
    width: 100%;
  }
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .items-wrapper {
    margin-bottom: 22px;
  }
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.UpfjZPWX-uQaNfg0hq9 .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.UpfjZPWX-uQaNfg0hq9 .zoom-section-title {
  color: #c10b02;
}
.UpfjZPWX-uQaNfg0hq9 .zoom-text,
.UpfjZPWX-uQaNfg0hq9 .text-wrapper {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaNfg0hq9 .item-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaNfg0hq9 .zoom-section-title,
.UpfjZPWX-uQaNfg0hq9 .zoom-section-btn {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaNoFhO7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaNoFhO7F .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNoFhO7F .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNoFhO7F .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaNoFhO7F .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNoFhO7F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNoFhO7F .container {
    padding: 0 16px;
  }
}
.UpfjZPWX-uQaNoFhO7F .content-wrapper .zoom-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNoFhO7F .content-wrapper .zoom-section-title {
    margin-bottom: 48px;
  }
}
.UpfjZPWX-uQaNoFhO7F .item {
  margin-bottom: 32px;
}
.UpfjZPWX-uQaNoFhO7F .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNoFhO7F .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.UpfjZPWX-uQaNoFhO7F .item .item-wrapper .card-box .title-wrapper .title-wrap .zoom-iconfont {
  font-size: 36px;
  color: #000000;
  margin-right: 12px;
}
.UpfjZPWX-uQaNoFhO7F .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.UpfjZPWX-uQaNoFhO7F .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.UpfjZPWX-uQaNoFhO7F .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaNoFhO7F .card-title {
  color: #f4f4f4;
}
.UpfjZPWX-uQaNoFhO7F .card-text {
  color: #c1c1c1;
}
.UpfjZPWX-uQaNoFhO7F .card-text,
.UpfjZPWX-uQaNoFhO7F .text-wrap {
  color: #000000;
}
.UpfjZPWX-uQaNoFhO7F .card-title,
.UpfjZPWX-uQaNoFhO7F .title-wrapper {
  color: #000000;
}
.UpfjZPWX-uQaNFOc2kT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaNFOc2kT .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNFOc2kT .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNFOc2kT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .container {
    padding: 0 16px;
  }
}
.UpfjZPWX-uQaNFOc2kT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .content-wrapper {
    margin-bottom: 32px;
  }
}
.UpfjZPWX-uQaNFOc2kT .content-wrapper .zoom-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .content-wrapper .zoom-section-title {
    margin-bottom: 32px;
  }
}
.UpfjZPWX-uQaNFOc2kT .content-wrapper .text-wrapper .zoom-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .UpfjZPWX-uQaNFOc2kT .content-wrapper .text-wrapper .zoom-text {
    width: 100%;
  }
}
.UpfjZPWX-uQaNFOc2kT .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .image-wrapper {
    margin-left: 0;
  }
}
.UpfjZPWX-uQaNFOc2kT .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #4a4a4a;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNFOc2kT .image-wrapper img {
    height: 350px;
  }
}
.UpfjZPWX-uQaNFOc2kT .zoom-section-title {
  color: #ffffff;
}
.UpfjZPWX-uQaNFOc2kT .zoom-text {
  color: #ffffff;
}
.UpfjZPWX-uQaNFOc2kT .zoom-section-title,
.UpfjZPWX-uQaNFOc2kT .zoom-section-btn {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaNFOc2kT .zoom-text,
.UpfjZPWX-uQaNFOc2kT .text-wrapper {
  color: #000000;
  text-align: left;
}
.UpfjZPWX-uQaNKIdpSs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaNKIdpSs .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNKIdpSs .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNKIdpSs .content-wrapper {
  background: #f6f5f2;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaNKIdpSs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaNKIdpSs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .UpfjZPWX-uQaNKIdpSs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaNKIdpSs .content-wrapper {
    padding: 5rem 3rem;
  }
  .UpfjZPWX-uQaNKIdpSs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.UpfjZPWX-uQaNKIdpSs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.UpfjZPWX-uQaNKIdpSs .card-title {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaNKIdpSs .zoom-text,
.UpfjZPWX-uQaNKIdpSs .zoom-section-btn {
  color: #000000;
}
.UpfjZPWX-uQaNOLoyjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaNOLoyjb .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNOLoyjb .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaNOLoyjb .row {
  justify-content: center;
}
.UpfjZPWX-uQaNOLoyjb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNOLoyjb .title-wrapper {
    margin-bottom: 30px;
  }
}
.UpfjZPWX-uQaNOLoyjb .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNOLoyjb .item {
    margin-bottom: 16px;
  }
}
.UpfjZPWX-uQaNOLoyjb .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaNOLoyjb .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.UpfjZPWX-uQaNOLoyjb .item .item-wrapper .contact-wrapper .contact-wrap .zoom-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #d9d9d9;
}
.UpfjZPWX-uQaNOLoyjb .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.UpfjZPWX-uQaNOLoyjb .zoom-section-title {
  color: #ffffff;
  text-align: center;
}
.UpfjZPWX-uQaNOLoyjb .card-title {
  color: #000000;
}
.UpfjZPWX-uQaNOLoyjb .zoom-section-title,
.UpfjZPWX-uQaNOLoyjb .zoom-section-btn {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaSvrg9ce .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaSvrg9ce .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaSvrg9ce a {
  font-style: normal;
}
.UpfjZPWX-uQaSvrg9ce .show {
  overflow: visible;
}
.UpfjZPWX-uQaSvrg9ce .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaSvrg9ce .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaSvrg9ce .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaSvrg9ce .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaSvrg9ce .nav-item:focus,
.UpfjZPWX-uQaSvrg9ce .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaSvrg9ce .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaSvrg9ce .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaSvrg9ce .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaSvrg9ce .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaSvrg9ce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvrg9ce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvrg9ce nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaSvrg9ce nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaSvrg9ce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvrg9ce .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaSvrg9ce .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaSvrg9ce .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaSvrg9ce .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaSvrg9ce.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaSvrg9ce img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaSvrg9ce .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaSvrg9ce button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.collapsing,
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaSvrg9ce .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaSvrg9ce .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaSvrg9ce .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaSvrg9ce .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaSvrg9ce .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaSvrg9ce .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaSvrg9ce .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaSvrg9ce .nav-link:hover,
.UpfjZPWX-uQaSvrg9ce .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaSvrg9ce .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaSvrg9ce .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaSvrMEvI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaSvrMEvI blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaSvrMEvI .zoom-section-title {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaSvrMEvI .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaSvbcGUL .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaSvbcGUL .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaSvbcGUL a {
  font-style: normal;
}
.UpfjZPWX-uQaSvbcGUL .show {
  overflow: visible;
}
.UpfjZPWX-uQaSvbcGUL .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaSvbcGUL .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaSvbcGUL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaSvbcGUL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaSvbcGUL .nav-item:focus,
.UpfjZPWX-uQaSvbcGUL .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaSvbcGUL .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaSvbcGUL .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaSvbcGUL .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaSvbcGUL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaSvbcGUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvbcGUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvbcGUL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaSvbcGUL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaSvbcGUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaSvbcGUL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaSvbcGUL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaSvbcGUL .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaSvbcGUL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaSvbcGUL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaSvbcGUL img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaSvbcGUL .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaSvbcGUL button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.collapsing,
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaSvbcGUL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaSvbcGUL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaSvbcGUL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaSvbcGUL .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaSvbcGUL .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaSvbcGUL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaSvbcGUL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaSvbcGUL .nav-link:hover,
.UpfjZPWX-uQaSvbcGUL .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaSvbcGUL .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaSvbcGUL .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaSvdj8VZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaSvdj8VZ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaSvdj8VZ .zoom-section-title {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaSvdj8VZ .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaMEBK7sd .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaMEBK7sd a {
  font-style: normal;
}
.UpfjZPWX-uQaMEBK7sd .show {
  overflow: visible;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaMEBK7sd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaMEBK7sd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .nav-item:focus,
.UpfjZPWX-uQaMEBK7sd .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaMEBK7sd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaMEBK7sd .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaMEBK7sd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaMEBK7sd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaMEBK7sd .nav-link:hover,
.UpfjZPWX-uQaMEBK7sd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaSfAGJyJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaSfAGJyJ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaSfAGJyJ .zoom-section-title {
  text-align: center;
  color: #000000;
}
.UpfjZPWX-uQaSfAGJyJ .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaMEBK7sd .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaMEBK7sd a {
  font-style: normal;
}
.UpfjZPWX-uQaMEBK7sd .show {
  overflow: visible;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaMEBK7sd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaMEBK7sd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .nav-item:focus,
.UpfjZPWX-uQaMEBK7sd .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaMEBK7sd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaMEBK7sd .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaMEBK7sd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaMEBK7sd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaMEBK7sd .nav-link:hover,
.UpfjZPWX-uQaMEBK7sd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaRC1jR6o {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaRC1jR6o .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaRC1jR6o .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaRC1jR6o .content-wrapper {
  justify-content: flex-end;
}
.UpfjZPWX-uQaRC1jR6o .card {
  justify-content: center;
}
.UpfjZPWX-uQaRC1jR6o .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaRC1jR6o .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.UpfjZPWX-uQaRC1jR6o .title-wrapper .zoom-tag {
  margin-bottom: 16px;
}
.UpfjZPWX-uQaRC1jR6o .title-wrapper .zoom-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaRC1jR6o .title-wrapper .zoom-section-title {
    margin-bottom: 20px;
  }
}
.UpfjZPWX-uQaRC1jR6o .title-wrapper .text-wrapper .zoom-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaRC1jR6o .title-wrapper .text-wrapper .zoom-text {
    width: 100%;
  }
}
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn {
  margin-bottom: 0;
}
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn::after,
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000, #000000 150%);
}
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn:hover,
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn:focus {
  color: #000000 !important;
}
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn:hover::after,
.UpfjZPWX-uQaRC1jR6o .zoom-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #000000, #000000 150%);
  opacity: 1;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper {
  padding: 110px 200px;
  background-color: #d9d9d9;
}
@media (max-width: 1640px) {
  .UpfjZPWX-uQaRC1jR6o .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaRC1jR6o .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaRC1jR6o .form-wrapper {
    padding: 20px;
  }
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaRC1jR6o .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .title-wrap .zoom-title {
  margin-bottom: 16px;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .zoom-section-btn {
  width: 100%;
  margin-top: 20px;
}
.UpfjZPWX-uQaRC1jR6o .form-wrapper .form-wrap .dragArea.row .zoom-section-btn .btn {
  margin-left: 0;
}
.UpfjZPWX-uQaRC1jR6o .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaRC1jR6o .zoom-tag {
  color: #000000;
}
.UpfjZPWX-uQaRC1jR6o .zoom-text {
  color: #ffffff;
}
.UpfjZPWX-uQaRC1jR6o .zoom-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaRC1jR6o .form-text {
  color: #000000;
}
.UpfjZPWX-uQaRC1jR6o label {
  color: #121212;
}
.UpfjZPWX-uQaRC1jR6o .zoom-text,
.UpfjZPWX-uQaRC1jR6o .text-wrapper {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaMEBK7sd .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaMEBK7sd a {
  font-style: normal;
}
.UpfjZPWX-uQaMEBK7sd .show {
  overflow: visible;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaMEBK7sd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaMEBK7sd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .nav-item:focus,
.UpfjZPWX-uQaMEBK7sd .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaMEBK7sd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaMEBK7sd .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaMEBK7sd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaMEBK7sd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaMEBK7sd .nav-link:hover,
.UpfjZPWX-uQaMEBK7sd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaOSUInMA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaOSUInMA .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaOSUInMA .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaOSUInMA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .UpfjZPWX-uQaOSUInMA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .UpfjZPWX-uQaOSUInMA .container {
    padding: 0 12px;
  }
}
.UpfjZPWX-uQaOSUInMA .row {
  justify-content: center;
}
.UpfjZPWX-uQaOSUInMA .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .title-wrapper {
    margin-bottom: 56px;
  }
}
.UpfjZPWX-uQaOSUInMA .title-wrapper .zoom-section-title {
  margin-bottom: 22px;
}
.UpfjZPWX-uQaOSUInMA .title-wrapper .zoom-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOSUInMA .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .item {
    margin-bottom: 16px;
  }
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper {
  width: 100%;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .zoom-iconfont {
  font-size: 16px;
  color: #000000;
  margin-right: 4px;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.UpfjZPWX-uQaOSUInMA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOSUInMA .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #d9d9d9;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOSUInMA .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.UpfjZPWX-uQaOSUInMA .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.UpfjZPWX-uQaOSUInMA .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOSUInMA .zoom-text {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOSUInMA .item-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOSUInMA .item-desc {
  color: #1D1D1F;
}
.UpfjZPWX-uQaOSUInMA .item-text {
  color: #000000;
}
.UpfjZPWX-uQaOSUInMA .item-desc,
.UpfjZPWX-uQaOSUInMA .desc-wrapper {
  color: #000000;
}
.UpfjZPWX-uQaPVD8Y0B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d9d9d9;
  overflow: hidden;
}
.UpfjZPWX-uQaPVD8Y0B .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaPVD8Y0B .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .container {
    padding: 0 30px;
  }
}
.UpfjZPWX-uQaPVD8Y0B .card {
  justify-content: center;
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper {
    padding: 0;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .desc-wrapper .zoom-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .desc-wrapper .zoom-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .desc-wrapper .zoom-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .desc-wrapper .zoom-desc::before {
    width: 40px;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .zoom-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .zoom-text {
    margin-bottom: 80px;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .zoom-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .zoom-iconfont {
    margin: 0 0 40px 0;
  }
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.UpfjZPWX-uQaPVD8Y0B .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaPVD8Y0B .zoom-desc {
  color: #254b45;
}
.UpfjZPWX-uQaPVD8Y0B .zoom-text {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaPVD8Y0B .item-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaPVD8Y0B .item-text {
  color: #000000;
}
.UpfjZPWX-uQaPVD8Y0B .zoom-desc,
.UpfjZPWX-uQaPVD8Y0B .desc-wrapper {
  color: #000000;
}
.UpfjZPWX-uQaP4RgCFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaP4RgCFl .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaP4RgCFl .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaP4RgCFl .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaP4RgCFl .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.UpfjZPWX-uQaP4RgCFl .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQaP4RgCFl .card-col {
    padding: 20px 0 0;
  }
}
.UpfjZPWX-uQaP4RgCFl .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaP4RgCFl .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQaP4RgCFl .card-wrapper {
    max-width: 100%;
  }
}
.UpfjZPWX-uQaP4RgCFl .card-title {
  padding-bottom: 10px;
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaP4RgCFl .zoom-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.UpfjZPWX-uQaP4RgCFl .zoom-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaP4RgCFl .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQaP4RgCFl .image-wrapper {
    max-width: 100%;
  }
}
.UpfjZPWX-uQaP4RgCFl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.UpfjZPWX-uQaP4RgCFl .zoom-text,
.UpfjZPWX-uQaP4RgCFl .zoom-section-btn {
  color: #000000;
}
.UpfjZPWX-uQaPWwgvv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaPWwgvv7 .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaPWwgvv7 .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .UpfjZPWX-uQaPWwgvv7 .container {
    padding: 0 16px;
  }
}
.UpfjZPWX-uQaPWwgvv7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.UpfjZPWX-uQaPWwgvv7 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.UpfjZPWX-uQaPWwgvv7 .content-wrapper {
  margin-bottom: 80px;
}
.UpfjZPWX-uQaPWwgvv7 .content-wrapper .zoom-section-title {
  margin-bottom: 24px;
}
.UpfjZPWX-uQaPWwgvv7 .content-wrapper .zoom-section-title span {
  color: #f1634f;
}
.UpfjZPWX-uQaPWwgvv7 .content-wrapper .text-wrap .zoom-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPWwgvv7 .content-wrapper .text-wrap .zoom-text {
    width: 100%;
  }
}
.UpfjZPWX-uQaPWwgvv7 .zoom-section-btn-main {
  margin-bottom: 14px;
}
.UpfjZPWX-uQaPWwgvv7 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.UpfjZPWX-uQaPWwgvv7 .item .item-wrapper {
  background-color: #f6f5f2;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPWwgvv7 .item .item-wrapper {
    padding: 32px;
  }
}
.UpfjZPWX-uQaPWwgvv7 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaPWwgvv7 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.UpfjZPWX-uQaPWwgvv7 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.UpfjZPWX-uQaPWwgvv7 .item .item-wrapper .card-box .title-wrap .zoom-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.UpfjZPWX-uQaPWwgvv7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaPWwgvv7 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.UpfjZPWX-uQaPWwgvv7 .zoom-section-title {
  color: #000000;
}
.UpfjZPWX-uQaPWwgvv7 .zoom-text,
.UpfjZPWX-uQaPWwgvv7 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.UpfjZPWX-uQaPWwgvv7 .item-title {
  color: #000000;
}
.UpfjZPWX-uQaPWwgvv7 .item-text {
  color: #000000;
}
.UpfjZPWX-uQaPWwgvv7 .zoom-section-title,
.UpfjZPWX-uQaPWwgvv7 .zoom-section-btn {
  text-align: center;
}
.UpfjZPWX-uQaP9rC3T8 {
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaP9rC3T8 .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaP9rC3T8 .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaP9rC3T8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaP9rC3T8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.UpfjZPWX-uQaP9rC3T8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaP9rC3T8 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .UpfjZPWX-uQaP9rC3T8 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.UpfjZPWX-uQaP9rC3T8 .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaP9rC3T8 .zoom-text,
.UpfjZPWX-uQaP9rC3T8 .zoom-section-btn {
  color: #000000;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar {
  background: #4a4a4a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.UpfjZPWX-uQaMEBK7sd .navbar-dropdown.bg-color.transparent.opened {
  background: #4a4a4a;
}
.UpfjZPWX-uQaMEBK7sd a {
  font-style: normal;
}
.UpfjZPWX-uQaMEBK7sd .show {
  overflow: visible;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-menu {
  max-height: 400px;
}
.UpfjZPWX-uQaMEBK7sd .dropdown-item:active {
  background-color: transparent;
}
.UpfjZPWX-uQaMEBK7sd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.UpfjZPWX-uQaMEBK7sd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .nav-item:focus,
.UpfjZPWX-uQaMEBK7sd .nav-link:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .btn .zoom-iconfont {
  font-size: 1.6rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo {
  margin-right: auto;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo .zoom-iconfont {
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
  background: #4a4a4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a .zoom-iconfont {
  font-size: 2.5rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.UpfjZPWX-uQaMEBK7sd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler:focus {
  outline: none;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UpfjZPWX-uQaMEBK7sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UpfjZPWX-uQaMEBK7sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UpfjZPWX-uQaMEBK7sd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .btn {
  display: -webkit-flex;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .UpfjZPWX-uQaMEBK7sd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.UpfjZPWX-uQaMEBK7sd .collapsed button.navbar-toggler {
  display: block;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.UpfjZPWX-uQaMEBK7sd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .UpfjZPWX-uQaMEBK7sd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd img {
    height: 3.8rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .btn {
    display: -webkit-flex;
  }
  .UpfjZPWX-uQaMEBK7sd button.navbar-toggler {
    display: block;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-brand {
    margin-left: 1rem !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .UpfjZPWX-uQaMEBK7sd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .nav-link {
    justify-content: start !important;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .UpfjZPWX-uQaMEBK7sd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .UpfjZPWX-uQaMEBK7sd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.UpfjZPWX-uQaMEBK7sd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.UpfjZPWX-uQaMEBK7sd .nav-link:hover,
.UpfjZPWX-uQaMEBK7sd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .UpfjZPWX-uQaMEBK7sd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .UpfjZPWX-uQaMEBK7sd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.UpfjZPWX-uQaNTeV5rW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaNTeV5rW .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaNTeV5rW .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNTeV5rW .container {
    padding: 0 30px;
  }
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.UpfjZPWX-uQaNTeV5rW .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.UpfjZPWX-uQaNTeV5rW .item-title {
  color: #144031;
}
.UpfjZPWX-uQaNTeV5rW .item-text {
  color: #000000;
}
.UpfjZPWX-uQaNTeV5rW .item-title,
.UpfjZPWX-uQaNTeV5rW .zoom-section-btn {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOIEtVuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
.UpfjZPWX-uQaOIEtVuy .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaOIEtVuy .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .UpfjZPWX-uQaOIEtVuy .container {
    padding: 0 16px;
  }
}
.UpfjZPWX-uQaOIEtVuy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.UpfjZPWX-uQaOIEtVuy .content-wrapper .zoom-section-title {
  margin-bottom: 50px;
}
.UpfjZPWX-uQaOIEtVuy .content-wrapper .zoom-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOIEtVuy .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOIEtVuy .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQaOIEtVuy .zoom-text,
.UpfjZPWX-uQaOIEtVuy .icon-wrapper {
  color: #000000;
}
.UpfjZPWX-uQaOqjtvqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaOqjtvqZ .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaOqjtvqZ .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaOqjtvqZ .row {
  justify-content: center;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d9d9d9;
}
@media (max-width: 1440px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #f6f5f2;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .label-wrapper .label-wrap .zoom-label {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .label-wrapper .label-wrap .zoom-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .zoom-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .zoom-section-title {
    margin-bottom: 30px;
  }
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .zoom-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .content-wrap .zoom-section-btn {
  margin-top: 20px;
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.UpfjZPWX-uQaOqjtvqZ .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOqjtvqZ .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.UpfjZPWX-uQaOqjtvqZ .zoom-label,
.UpfjZPWX-uQaOqjtvqZ .label-wrapper {
  color: #000000;
}
.UpfjZPWX-uQaOqjtvqZ .zoom-section-title {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOqjtvqZ .zoom-text {
  color: #151e11;
}
.UpfjZPWX-uQaOqjtvqZ .zoom-text,
.UpfjZPWX-uQaOqjtvqZ .zoom-section-btn {
  color: #000000;
}
.UpfjZPWX-uQaOKLyXdB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d9d9d9;
}
@media (max-width: 992px) and (max-width: 992px) {
  .UpfjZPWX-uQaOKLyXdB .container {
    padding: 0 24px;
  }
}
.UpfjZPWX-uQaOKLyXdB .card {
  justify-content: center;
}
.UpfjZPWX-uQaOKLyXdB .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOKLyXdB .title-wrapper {
    padding: 0 24px 24px;
  }
}
.UpfjZPWX-uQaOKLyXdB .title-wrapper .zoom-section-title {
  margin-bottom: 16px;
}
.UpfjZPWX-uQaOKLyXdB .title-wrapper .zoom-desc {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOKLyXdB .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOKLyXdB .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.UpfjZPWX-uQaOKLyXdB .text-wrapper .zoom-text {
  width: 45%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOKLyXdB .text-wrapper .zoom-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .UpfjZPWX-uQaOKLyXdB .text-wrapper .zoom-text:last-child {
    margin-bottom: 0;
  }
}
.UpfjZPWX-uQaOKLyXdB .zoom-section-title {
  color: #F9F6E0;
}
.UpfjZPWX-uQaOKLyXdB .zoom-desc {
  color: #000000;
}
.UpfjZPWX-uQaOKLyXdB .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQaOKLyXdB .zoom-section-btn {
  text-align: right;
}
.UpfjZPWX-uQaOKLyXdB .zoom-section-title,
.UpfjZPWX-uQaOKLyXdB .zoom-section-btn {
  color: #000000;
  text-align: center;
}
.UpfjZPWX-uQaOvxh6v0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.UpfjZPWX-uQaOvxh6v0 .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQaOvxh6v0 .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQaOvxh6v0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .container {
    padding: 0 26px;
  }
}
.UpfjZPWX-uQaOvxh6v0 .row {
  justify-content: center;
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #d9d9d9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-section-title {
  margin-bottom: 30px;
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-text {
  margin-bottom: 0;
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-section-btn {
    margin-top: 30px;
  }
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .content-wrap .zoom-section-btn .btn {
    width: 100%;
  }
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.UpfjZPWX-uQaOvxh6v0 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UpfjZPWX-uQaOvxh6v0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.UpfjZPWX-uQaOvxh6v0 .zoom-section-title {
  color: #000000;
}
.UpfjZPWX-uQaOvxh6v0 .zoom-section-subtitle {
  color: #000000;
}
.UpfjZPWX-uQaOvxh6v0 .zoom-text {
  color: #000000;
}
.UpfjZPWX-uQaOvxh6v0 .zoom-section-title,
.UpfjZPWX-uQaOvxh6v0 .zoom-section-btn {
  text-align: center;
}
.UpfjZPWX-uQb5gW0vTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a4a4a;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image.disabled {
  display: none;
}
.UpfjZPWX-uQb5gW0vTn .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UpfjZPWX-uQb5gW0vTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .container {
    max-width: 100%;
  }
  .UpfjZPWX-uQb5gW0vTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .item-wrap {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo img {
  width: auto;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.UpfjZPWX-uQb5gW0vTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.UpfjZPWX-uQb5gW0vTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.UpfjZPWX-uQb5gW0vTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.UpfjZPWX-uQb5gW0vTn .soc-item .zoom-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover {
  transform: translateY(-3px);
}
.UpfjZPWX-uQb5gW0vTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-links {
    padding-top: 20px;
  }
}
.UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .zoom-section-subtitle {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .UpfjZPWX-uQb5gW0vTn .list {
    text-align: center !important;
  }
}
.UpfjZPWX-uQb5gW0vTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list li:not(:first-child) {
  margin-top: 10px;
}
.UpfjZPWX-uQb5gW0vTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover {
  color: #ffffff !important;
  line-height: inherit !important;
}
.UpfjZPWX-uQb5gW0vTn .list a:hover:before {
  width: 100%;
}
.UpfjZPWX-uQb5gW0vTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .UpfjZPWX-uQb5gW0vTn .col-copyright {
    padding-top: 40px;
  }
}
.UpfjZPWX-uQb5gW0vTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.UpfjZPWX-uQb5gW0vTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}

/* 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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: bounceIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
